The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUX, reference 1.0.2 (46cbd8), with Swift 6.1 for macOS (SPM) on 31 Aug 2025 06:56:21 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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",
  "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",
      "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.1
Building package at path:  $PWD
https://github.com/omv-libs/SwiftUX.git
https://github.com/omv-libs/SwiftUX.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling SwiftUX WritableProperty.swift
[4/13] Compiling SwiftUX ControllerProtocol.swift
[5/13] Compiling SwiftUX ReadOnlyProperty.swift
[6/13] Compiling SwiftUX KeyValueProperty.swift
[7/13] Compiling SwiftUX MutableProperty.swift
[8/13] Compiling SwiftUX ObservableController.swift
[9/13] Compiling SwiftUX KeyPathProperty.swift
[10/13] Compiling SwiftUX Property.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 requirement from protocol 'Identifiable'; 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 requirement from protocol 'Identifiable'; this is an error in the Swift 6 language mode
 73 |
 74 |     /**
[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 requirement from protocol 'Identifiable'; 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 requirement from protocol 'Identifiable'; this is an error in the Swift 6 language mode
 73 |
 74 |     /**
[13/13] Compiling SwiftUX WriteableProperty.Root.swift
Build complete! (5.45s)
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.