Build Information
Successful build of swift-service, reference main (51c466), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 21:02:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nslogmeng/swift-service.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nslogmeng/swift-service
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 51c4666 docs: tighten README hierarchy and surface concurrency tagline
Cloned https://github.com/nslogmeng/swift-service.git
Revision (git rev-parse @):
51c46666b77fb0efa95babb6571eb7ba6b0799e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nslogmeng/swift-service.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nslogmeng/swift-service.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/19] Compiling Service Box.swift
[6/19] Compiling Service LockStorage.swift
[7/19] Compiling Service Lock.swift
[8/20] Compiling Service ServiceKey.swift
[9/20] Compiling Service ServiceScope.swift
[10/20] Compiling Service ServiceEnv.swift
[11/20] Compiling Service ServiceError.swift
[12/20] Compiling Service ServiceEnv+Register.swift
[13/20] Compiling Service ServiceEnv+Resolver.swift
[14/20] Compiling Service ServiceStorage.swift
[15/20] Emitting module Service
[16/20] Compiling Service Provider.swift
[17/20] Compiling Service Service.swift
[18/20] Compiling Service ServiceAssembly.swift
[19/20] Compiling Service ServiceContext.swift
[20/20] Compiling Service resource_bundle_accessor.swift
Build complete! (4.45s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "swift-service",
"name" : "swift-service",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Service",
"targets" : [
"Service"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ServiceTests",
"module_type" : "SwiftTarget",
"name" : "ServiceTests",
"path" : "Tests/ServiceTests",
"sources" : [
"CircularDependencyTests.swift",
"ConcurrencyTests.swift",
"FatalErrorTests.swift",
"IntegrationTests.swift",
"MainActorRegistrationTests.swift",
"MainActorServiceTests.swift",
"ProviderTests.swift",
"ServiceAssemblyTests.swift",
"ServiceEnvTests.swift",
"ServiceErrorTests.swift",
"ServiceKeyTests.swift",
"ServicePropertyWrapperTests.swift",
"ServiceRegistrationTests.swift",
"ServiceScopeTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"Service"
],
"type" : "test"
},
{
"c99name" : "Service",
"module_type" : "SwiftTarget",
"name" : "Service",
"path" : "Sources/Service",
"product_memberships" : [
"Service"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Service/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Provider.swift",
"Service.swift",
"ServiceAssembly.swift",
"ServiceContext.swift",
"ServiceEnv+Register.swift",
"ServiceEnv+Resolver.swift",
"ServiceEnv.swift",
"ServiceError.swift",
"ServiceKey.swift",
"ServiceScope.swift",
"ServiceStorage.swift",
"Utils/Box.swift",
"Utils/Lock.swift",
"Utils/LockStorage.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.