The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftUI Dependencies, reference main (cc142b), with Swift 6.0 for macOS (SPM) on 24 Aug 2025 23:19:49 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/divadretlaw/swiftui-dependencies.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/swiftui-dependencies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cc142b1 Make Demo use Swift 6
Cloned https://github.com/divadretlaw/swiftui-dependencies.git
Revision (git rev-parse @):
cc142b15a449feb85bf7b6ef60e12b64c4b2c14b
SUCCESS checkout https://github.com/divadretlaw/swiftui-dependencies.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/divadretlaw/swiftui-dependencies.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/16] Compiling Dependencies DependencyInjectable.swift
[4/17] Compiling Dependencies DependencyKey.swift
[5/17] Compiling Dependencies ObservableDependency.swift
[6/17] Compiling Dependencies PropertyList.swift
[7/17] Compiling Dependencies Dependency.swift
[8/17] Compiling Dependencies DependencyContext.swift
[9/17] Compiling Dependencies DependencyValues.swift
[10/17] Compiling Dependencies DependencyState.swift
[11/17] Compiling Dependencies View+Extensions.swift
[12/17] Compiling Dependencies PropertyKey.swift
[13/17] Emitting module Dependencies
[14/17] Compiling Dependencies DependencyObject.swift
[15/17] Compiling Dependencies EnvironmentValues+Extensions.swift
[16/17] Compiling Dependencies MainActor+Extensions.swift
[17/17] Compiling Dependencies ObservableDependencyObject.swift
Build complete! (9.77s)
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.