Build Information
Successful build of swift-service, reference 0.1.2 (0b331f
), with Swift 6.2 (beta) for macOS (SPM) on 21 Aug 2025 02:14:24 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nslogmeng/swift-service.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nslogmeng/swift-service
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 0b331f2 feat: update readme
Cloned https://github.com/nslogmeng/swift-service.git
Revision (git rev-parse @):
0b331f25ff590b99b0e7184b207ac95f644867df
SUCCESS checkout https://github.com/nslogmeng/swift-service.git at 0.1.2
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling Service Lock.swift
[4/11] Compiling Service ServiceKey.swift
[5/11] Compiling Service ServiceStorage.swift
[6/11] Compiling Service ServiceEnv.swift
[7/11] Compiling Service Service.swift
[8/11] Compiling Service ScopeStorage.swift
[9/11] Emitting module Service
[10/11] Compiling Service Scope.swift
[11/11] Compiling Service ServiceContext.swift
Build complete! (3.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-service",
"name" : "swift-service",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Service",
"targets" : [
"Service"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ServiceTests",
"module_type" : "SwiftTarget",
"name" : "ServiceTests",
"path" : "Tests/ServiceTests",
"sources" : [
"ServiceTests.swift"
],
"target_dependencies" : [
"Service"
],
"type" : "test"
},
{
"c99name" : "Service",
"module_type" : "SwiftTarget",
"name" : "Service",
"path" : "Sources/Service",
"product_memberships" : [
"Service"
],
"sources" : [
"Scope.swift",
"ScopeStorage.swift",
"Service.swift",
"ServiceContext.swift",
"ServiceEnv.swift",
"ServiceKey.swift",
"ServiceStorage.swift",
"Utils/Lock.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.