The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUX, reference main (46cbd8), with Swift 6.0 for macOS (SPM) on 31 Aug 2025 06:58:44 UTC.

Swift 6 data race errors: 0

Build Command

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

Build 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.0
Building package at path:  $PWD
https://github.com/omv-libs/SwiftUX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling SwiftUX ControllerProtocol.swift
[4/12] Compiling SwiftUX Property.swift
[5/12] Compiling SwiftUX MutableProperty.swift
[6/13] Compiling SwiftUX KeyPathProperty.swift
[7/13] Compiling SwiftUX ReadOnlyProperty.swift
[8/13] Compiling SwiftUX ObservableController.swift
[9/13] Compiling SwiftUX WritableProperty.swift
[10/13] Compiling SwiftUX KeyValueProperty.swift
[11/13] Compiling SwiftUX Controller.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUX/Controller/Controller.swift:72:16: warning: main actor-isolated property 'id' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 70 |      The controller's unique ID.
 71 |      */
 72 |     public let id: ID
    |                `- warning: main actor-isolated property 'id' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 73 |
 74 |     /**
Swift.Identifiable:4:9: note: 'id' declared here
2 | public protocol Identifiable<ID> {
3 |     associatedtype ID : Hashable
4 |     var id: Self.ID { get }
  |         `- note: 'id' declared here
5 | }
[12/13] Emitting module SwiftUX
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUX/Controller/Controller.swift:72:16: warning: main actor-isolated property 'id' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 70 |      The controller's unique ID.
 71 |      */
 72 |     public let id: ID
    |                `- warning: main actor-isolated property 'id' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
 73 |
 74 |     /**
Swift.Identifiable:4:9: note: 'id' declared here
2 | public protocol Identifiable<ID> {
3 |     associatedtype ID : Hashable
4 |     var id: Self.ID { get }
  |         `- note: 'id' declared here
5 | }
[13/13] Compiling SwiftUX WriteableProperty.Root.swift
Build complete! (5.70s)
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.