Post

Replies

Boosts

Views

Activity

Reply to Xcode error: Abort Trap 6
Encountered this compiler crash when a guard case is followed by a let (FB9643656). E.g.: let value = CollectionDifference.Change.insert(offset: 1, element: 1, associatedWith: nil) guard case .insert(_, _, let associatedWith) = value, let associatedWith = associatedWith else { return } But splitting the two guarded conditions into separate guard statements solves the issue.
Sep ’21
Reply to Apple silicon Macs support issue
I've started getting these issues in the last week. If I archive and upload the same codebase (reverting to previous commit) that was previously OK, I now get this issue ("The app links with libraries that aren’t present in macOS: /usr/lib/swift/libswiftCloudKit.dylib"). Seems like it must be a change on the App Store Connect side -- or possibly caused by a macOS software update (since the version of Xcode I've been using is unchanged - Xcode 16.0). I'm stumped.
3w