The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUX, reference 1.0.2 (46cbd8), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 20:55:23 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/omv-libs/SwiftUX.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/omv-libs/SwiftUX
 * tag               1.0.2      -> FETCH_HEAD
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 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftux",
      "name": "SwiftUX",
      "url": "https://github.com/omv-libs/SwiftUX.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUX",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/omv-libs/SwiftUX.git
[1/286] Fetching swiftux
Fetched https://github.com/omv-libs/SwiftUX.git from cache (0.73s)
Creating working copy for https://github.com/omv-libs/SwiftUX.git
Working copy of https://github.com/omv-libs/SwiftUX.git resolved at 1.0.2 (46cbd8e)
warning: '.resolve-product-dependencies': dependency 'swiftux' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/omv-libs/SwiftUX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling SwiftUX Property.swift
[4/12] Compiling SwiftUX ReadOnlyProperty.swift
[5/12] Compiling SwiftUX WritableProperty.swift
[6/13] Compiling SwiftUX MutableProperty.swift
[7/13] Compiling SwiftUX KeyValueProperty.swift
[8/13] Compiling SwiftUX KeyPathProperty.swift
[9/13] Compiling SwiftUX ObservableController.swift
[10/13] Compiling SwiftUX ControllerProtocol.swift
[11/13] 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/13] 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>
[13/13] Compiling SwiftUX WriteableProperty.Root.swift
Build complete! (5.59s)
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.