Build Information
Successful build of SwiftUX, reference main (46cbd8), with Swift 6.2 for macOS (SPM) on 31 Aug 2025 06:58:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omv-libs/SwiftUX.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omv-libs/SwiftUX
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 46cbd8e Merge pull request #4 from Gabardone/VisionOSSupport
Cloned https://github.com/omv-libs/SwiftUX.git
Revision (git rev-parse @):
46cbd8ea74b3116c4d12130a4be069288ae9245c
SUCCESS checkout https://github.com/omv-libs/SwiftUX.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/omv-libs/SwiftUX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling SwiftUX WritableProperty.swift
[4/12] Compiling SwiftUX MutableProperty.swift
[5/12] Compiling SwiftUX KeyPathProperty.swift
[6/12] Compiling SwiftUX ControllerProtocol.swift
[7/12] Compiling SwiftUX ObservableController.swift
[8/12] Compiling SwiftUX Property.swift
[9/12] Compiling SwiftUX KeyValueProperty.swift
[10/12] Emitting module SwiftUX
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUX/Controller/Controller.swift:46:12: warning: conformance of 'Controller<ID, ModelProperty, Persistence>' to protocol 'Identifiable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
44 | */
45 | @MainActor
46 | open class Controller<ID: Hashable, ModelProperty: Property, Persistence>: ControllerProtocol {
| |- warning: conformance of 'Controller<ID, ModelProperty, Persistence>' to protocol 'Identifiable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
| |- note: isolate this conformance to the main actor with '@MainActor'
| `- note: turn data races into runtime errors with '@preconcurrency'
47 | /**
48 | Designated initializer.
:
70 | The controller's unique ID.
71 | */
72 | public let id: ID
| `- note: main actor-isolated property 'id' cannot satisfy nonisolated requirement
73 |
74 | /**
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[11/12] Compiling SwiftUX Controller.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUX/Controller/Controller.swift:46:12: warning: conformance of 'Controller<ID, ModelProperty, Persistence>' to protocol 'Identifiable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
44 | */
45 | @MainActor
46 | open class Controller<ID: Hashable, ModelProperty: Property, Persistence>: ControllerProtocol {
| |- warning: conformance of 'Controller<ID, ModelProperty, Persistence>' to protocol 'Identifiable' crosses into main actor-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
| |- note: isolate this conformance to the main actor with '@MainActor'
| `- note: turn data races into runtime errors with '@preconcurrency'
47 | /**
48 | Designated initializer.
:
70 | The controller's unique ID.
71 | */
72 | public let id: ID
| `- note: main actor-isolated property 'id' cannot satisfy nonisolated requirement
73 |
74 | /**
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[12/12] Compiling SwiftUX ReadOnlyProperty.swift
[13/13] Compiling SwiftUX WriteableProperty.Root.swift
Build complete! (4.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftUX",
"name" : "SwiftUX",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SwiftUX",
"targets" : [
"SwiftUX"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUXTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUXTests",
"path" : "Tests/SwiftUXTests",
"sources" : [
"KeyPathModelTests.swift",
"ReadOnlyPropertyTests.swift",
"RootModelTests.swift"
],
"target_dependencies" : [
"SwiftUX"
],
"type" : "test"
},
{
"c99name" : "SwiftUX",
"module_type" : "SwiftTarget",
"name" : "SwiftUX",
"path" : "Sources/SwiftUX",
"product_memberships" : [
"SwiftUX"
],
"sources" : [
"Controller/Controller.swift",
"Controller/ControllerProtocol.swift",
"Controller/ObservableController.swift",
"Model/KeyPathProperty.swift",
"Model/KeyValueProperty.swift",
"Model/MutableProperty.swift",
"Model/Property.swift",
"Model/ReadOnlyProperty.swift",
"Model/WritableProperty.swift",
"Model/WriteableProperty.Root.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.