Skip to content

Xcode 26 Compilation Issues #451

@stack

Description

@stack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions