BlinkIDUX 7.4.0 cannot be compiled / linked against in Xcode 26. The following two issues are occurring:
Linking Issue:
failed to build module 'BlinkID'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)', while this compiler is 'Apple Swift version 6.2 (swiftlang-6.2.0.16.14 clang-1700.3.16.4)'). Please select a toolchain which matches the SDK.
Swift 6 Concurrency Issue:
static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state [#MutableGlobalVariable]
This is in reference to the ProcessingActor.shared property.
Attached is a sample SPM project that can be opened in Xcode 26 Beta.
BlinkCompile.zip
BlinkIDUX 7.4.0 cannot be compiled / linked against in Xcode 26. The following two issues are occurring:
Linking Issue:
Swift 6 Concurrency Issue:
This is in reference to the
ProcessingActor.sharedproperty.Attached is a sample SPM project that can be opened in Xcode 26 Beta.
BlinkCompile.zip