The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ServiceLocator, reference master (c4a3e9), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 19:51:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kibotu/ServiceLocator.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kibotu/ServiceLocator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c4a3e90 removed eagerly
Cloned https://github.com/kibotu/ServiceLocator.git
Revision (git rev-parse @):
c4a3e9041adbd846bfd8195148c42ddec2c5a3b8
SUCCESS checkout https://github.com/kibotu/ServiceLocator.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kibotu/ServiceLocator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling ServiceLocator ServiceLocatorModule.swift
[4/10] Compiling ServiceLocator ResolutionError.swift
[5/10] Compiling ServiceLocator Inject.swift
[6/10] Compiling ServiceLocator DependencyWithKey.swift
[7/10] Compiling ServiceLocator Dependency.swift
[8/10] Emitting module ServiceLocator
[9/10] Compiling ServiceLocator ServiceLocatorModule+Extensions.swift
[10/10] Compiling ServiceLocator ServiceLocator.swift
Build complete! (4.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ServiceLocator",
  "name" : "ServiceLocator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ServiceLocator",
      "targets" : [
        "ServiceLocator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ServiceLocatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ServiceLocatorTests",
      "path" : "Tests/ServiceLocatorTests",
      "sources" : [
        "AtomicIntegerTests.swift",
        "DITests.swift",
        "ServiceLocatorConcurrencyTests.swift"
      ],
      "target_dependencies" : [
        "ServiceLocator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ServiceLocator",
      "module_type" : "SwiftTarget",
      "name" : "ServiceLocator",
      "path" : "Sources/ServiceLocator",
      "product_memberships" : [
        "ServiceLocator"
      ],
      "sources" : [
        "Dependency.swift",
        "DependencyWithKey.swift",
        "Inject.swift",
        "ResolutionError.swift",
        "ServiceLocator.swift",
        "ServiceLocatorModule+Extensions.swift",
        "ServiceLocatorModule.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.