-
**SDK version:** 3.5.0 (though I believe also 3.6.0 – haven't shipped with that yet)
**Environment:** Production
**Are logs available?**
No. But we do have a crash log:
```
OS Version: iOS 1…
-
### Swift version
swiftlang-6.0.3.1.4
### Platform
macOS 15
### Editor
VS Code
### Description
When there is an SDK mismatch, sourcekitd silently fails
### Steps to Reproduce
1. Have a tasks.…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include re…
-
### Description
After adding FirebaseAnalytics and/or FirebaseCrashlytics as a dependency using SwiftPM on MacOS Sequoia (exact version I'm running is 15.1) in Xcode 16 into an empty, newly create pr…
-
### Summary
When attempting to build a fresh Expo project for iOS (on a simulator or device) I get this error repetitively:
> No module named 'ExpoModulesCore' found, parent module must be defined…
-
### Platform
macOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.36
### Xcode Version
15.4
### Did it work on previous versions?
_No response_
### Steps to R…
-
In the SDK bundle, all the libraries that are required to be included with a program (like `libswiftCore.so`) are included in the same folder as the core NDK libraries that are needed for linking (lik…
-
## Description
`FileManager.default.createFile()` doesn't work.
## Steps to reproduce
1. `mkdir foo`
1. `cd foo`
1. `swift package init --type executable`
1. Edit `Sources/main.swift`
…
kkebo updated
1 month ago
-
We're experiencing an infrequent crash on app launch. The app is crashing on `block_destroy_helper` inside MedalliaDigitalSDK on a background thread.
We're seeing this crash on iOS 17 and 18. We're…
-
### What problem or need do you have?
I've recently started exploring Tuist. Overall, the experience has been smooth, and the tool works well with simple playground projects. However, when trying to …