The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftUI Dependencies, reference 1.3.1 (a9ae3e), with Swift 6.1 for macOS (SPM) on 1 May 2025 12:09:18 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/divadretlaw/swiftui-dependencies.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/swiftui-dependencies
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at a9ae3e5 Swift-Format & SwiftLint
Cloned https://github.com/divadretlaw/swiftui-dependencies.git
Revision (git rev-parse @):
a9ae3e5259fd26530f26f38241c88ac22ac1f7e3
SUCCESS checkout https://github.com/divadretlaw/swiftui-dependencies.git at 1.3.1
========================================
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": "swiftui-dependencies",
      "name": "SwiftUI Dependencies",
      "url": "https://github.com/divadretlaw/swiftui-dependencies.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-dependencies",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/divadretlaw/swiftui-dependencies.git
[1/329] Fetching swiftui-dependencies
Fetched https://github.com/divadretlaw/swiftui-dependencies.git from cache (0.72s)
Creating working copy for https://github.com/divadretlaw/swiftui-dependencies.git
Working copy of https://github.com/divadretlaw/swiftui-dependencies.git resolved at 1.3.1 (a9ae3e5)
warning: '.resolve-product-dependencies': dependency 'swiftui-dependencies' 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/divadretlaw/swiftui-dependencies.git
https://github.com/divadretlaw/swiftui-dependencies.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUI Dependencies",
  "name" : "SwiftUI Dependencies",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Dependencies",
      "targets" : [
        "Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesTests",
      "path" : "Tests/DependenciesTests",
      "sources" : [
        "DependenciesTests.swift",
        "DependenciesXCTests.swift",
        "PropertyListTests.swift"
      ],
      "target_dependencies" : [
        "Dependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Dependencies",
      "path" : "Sources/Dependencies",
      "product_memberships" : [
        "Dependencies"
      ],
      "sources" : [
        "DependencyContext.swift",
        "DependencyValues.swift",
        "Extensions/EnvironmentValues+Extensions.swift",
        "Extensions/MainActor+Extensions.swift",
        "Extensions/View+Extensions.swift",
        "PropertyList/PropertyKey.swift",
        "PropertyList/PropertyList.swift",
        "PropertyWrappers/Dependency.swift",
        "PropertyWrappers/DependencyObject.swift",
        "PropertyWrappers/DependencyState.swift",
        "Protocols/DependencyInjectable.swift",
        "Protocols/DependencyKey.swift",
        "Protocols/ObservableDependency.swift",
        "Protocols/ObservableDependencyObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling Dependencies ObservableDependency.swift
[4/17] Compiling Dependencies ObservableDependencyObject.swift
[5/17] Compiling Dependencies DependencyInjectable.swift
[6/17] Compiling Dependencies View+Extensions.swift
[7/17] Compiling Dependencies PropertyKey.swift
[8/17] Compiling Dependencies PropertyList.swift
[9/17] Compiling Dependencies Dependency.swift
[10/17] Compiling Dependencies DependencyObject.swift
[11/17] Emitting module Dependencies
[12/17] Compiling Dependencies DependencyContext.swift
[13/17] Compiling Dependencies DependencyValues.swift
[14/17] Compiling Dependencies DependencyState.swift
[15/17] Compiling Dependencies DependencyKey.swift
[16/17] Compiling Dependencies EnvironmentValues+Extensions.swift
[17/17] Compiling Dependencies MainActor+Extensions.swift
Build complete! (9.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUI Dependencies",
  "name" : "SwiftUI Dependencies",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Dependencies",
      "targets" : [
        "Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesTests",
      "path" : "Tests/DependenciesTests",
      "sources" : [
        "DependenciesTests.swift",
        "DependenciesXCTests.swift",
        "PropertyListTests.swift"
      ],
      "target_dependencies" : [
        "Dependencies"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Dependencies",
      "path" : "Sources/Dependencies",
      "product_memberships" : [
        "Dependencies"
      ],
      "sources" : [
        "DependencyContext.swift",
        "DependencyValues.swift",
        "Extensions/EnvironmentValues+Extensions.swift",
        "Extensions/MainActor+Extensions.swift",
        "Extensions/View+Extensions.swift",
        "PropertyList/PropertyKey.swift",
        "PropertyList/PropertyList.swift",
        "PropertyWrappers/Dependency.swift",
        "PropertyWrappers/DependencyObject.swift",
        "PropertyWrappers/DependencyState.swift",
        "Protocols/DependencyInjectable.swift",
        "Protocols/DependencyKey.swift",
        "Protocols/ObservableDependency.swift",
        "Protocols/ObservableDependencyObject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.