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 XServiceLocator, reference master (5477ac), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 14:41:49 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/QuickBirdEng/XServiceLocator.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/QuickBirdEng/XServiceLocator
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5477ac1 first version of XServiceLocator
Cloned https://github.com/QuickBirdEng/XServiceLocator.git
Revision (git rev-parse @):
5477ac1e0fb8440f1e34d235c17fb922da98644c
SUCCESS checkout https://github.com/QuickBirdEng/XServiceLocator.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/QuickBirdEng/XServiceLocator.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 XServiceLocator ServiceFactory.swift
[4/10] Compiling XServiceLocator Resolver.swift
[5/10] Compiling XServiceLocator AnyServiceFactory.swift
[6/10] Compiling XServiceLocator BasicServiceFactory.swift
[7/10] Compiling XServiceLocator Container.swift
[8/10] Compiling XServiceLocator Collection+FirstToResolve.swift
[9/10] Emitting module XServiceLocator
[10/10] Compiling XServiceLocator Array+Resolver.swift
Build complete! (4.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XServiceLocator",
  "name" : "XServiceLocator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XServiceLocator",
      "targets" : [
        "XServiceLocator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XServiceLocatorTests",
      "module_type" : "SwiftTarget",
      "name" : "XServiceLocatorTests",
      "path" : "Tests/XServiceLocatorTests",
      "sources" : [
        "XServiceLocatorTests.swift",
        "utils/DummyProtocol.swift",
        "utils/TestClass.swift",
        "utils/TestProtocol.swift",
        "utils/TestStruct.swift"
      ],
      "target_dependencies" : [
        "XServiceLocator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XServiceLocator",
      "module_type" : "SwiftTarget",
      "name" : "XServiceLocator",
      "path" : "Sources/XServiceLocator",
      "product_memberships" : [
        "XServiceLocator"
      ],
      "sources" : [
        "Container.swift",
        "Extensions/Array+Resolver.swift",
        "Extensions/Collection+FirstToResolve.swift",
        "Resolver.swift",
        "ServiceFactory/AnyServiceFactory.swift",
        "ServiceFactory/BasicServiceFactory.swift",
        "ServiceFactory/ServiceFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.