Build Information
Successful build of swift-service, reference 1.3.0 (fd12aa), with Swift 6.2 for macOS (SPM) on 2 Apr 2026 18:32:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nslogmeng/swift-service.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nslogmeng/swift-service
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at fd12aa8 docs: consolidate CHANGELOG to minor versions only
Cloned https://github.com/nslogmeng/swift-service.git
Revision (git rev-parse @):
fd12aa89743c06b06600c6122d8082eb4aba5e6a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nslogmeng/swift-service.git at 1.3.0
========================================
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": "swift-service",
"name": "swift-service",
"url": "https://github.com/nslogmeng/swift-service.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-service",
"dependencies": [
]
}
]
}
Fetching https://github.com/nslogmeng/swift-service.git
[1/1091] Fetching swift-service
Fetched https://github.com/nslogmeng/swift-service.git from cache (1.16s)
Creating working copy for https://github.com/nslogmeng/swift-service.git
Working copy of https://github.com/nslogmeng/swift-service.git resolved at 1.3.0 (fd12aa8)
warning: '.resolve-product-dependencies': dependency 'swift-service' is not used by any target
Found 0 product dependencies
========================================
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.0.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-49B95AFC49DCD68C.txt
[5/19] Compiling Service Provider.swift
[6/19] Compiling Service Service.swift
[7/19] Compiling Service LockStorage.swift
[8/19] Compiling Service Lock.swift
[9/19] Compiling Service ServiceKey.swift
[10/19] Compiling Service ServiceScope.swift
[11/19] Compiling Service Box.swift
[12/19] Compiling Service ServiceEnv.swift
[13/19] Compiling Service ServiceError.swift
[14/19] Compiling Service ServiceStorage.swift
[15/19] Compiling Service ServiceEnv+Register.swift
[16/19] Compiling Service ServiceEnv+Resolver.swift
[17/19] Emitting module Service
[18/19] Compiling Service ServiceAssembly.swift
[19/19] Compiling Service ServiceContext.swift
[20/20] Compiling Service resource_bundle_accessor.swift
Build complete! (4.44s)
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.