Build Information
Successful build of IDGenerator, reference 0.1.0 (8e3f5b), with Swift 6.1 for macOS (SPM) on 23 Feb 2026 02:50:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShivaHuang/swift-id-generator.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ShivaHuang/swift-id-generator
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 8e3f5b4 [refactor] Rename Generate protocol to IDGenerator
Cloned https://github.com/ShivaHuang/swift-id-generator.git
Revision (git rev-parse @):
8e3f5b463b99c11eb241d28d777c0239b6bf63b2
SUCCESS checkout https://github.com/ShivaHuang/swift-id-generator.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ShivaHuang/swift-id-generator.git
https://github.com/ShivaHuang/swift-id-generator.git
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "IDGenerator",
"name" : "IDGenerator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "IDGenerator",
"targets" : [
"IDGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IDGeneratorDependency",
"targets" : [
"IDGeneratorDependency"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IDGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorTests",
"path" : "Tests/IDGeneratorTests",
"sources" : [
"IDGeneratorTests.swift"
],
"target_dependencies" : [
"IDGenerator"
],
"type" : "test"
},
{
"c99name" : "IDGeneratorDependencyTests",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorDependencyTests",
"path" : "Tests/IDGeneratorDependencyTests",
"product_dependencies" : [
"Dependencies"
],
"sources" : [
"IDGeneratorDependencyTests.swift"
],
"target_dependencies" : [
"IDGeneratorDependency"
],
"type" : "test"
},
{
"c99name" : "IDGeneratorDependency",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorDependency",
"path" : "Sources/IDGeneratorDependency",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"IDGeneratorDependency"
],
"sources" : [
"IDGeneratorDependency.swift"
],
"target_dependencies" : [
"IDGenerator"
],
"type" : "library"
},
{
"c99name" : "IDGenerator",
"module_type" : "SwiftTarget",
"name" : "IDGenerator",
"path" : "Sources/IDGenerator",
"product_dependencies" : [
"ConcurrencyExtras"
],
"product_memberships" : [
"IDGenerator",
"IDGeneratorDependency"
],
"sources" : [
"IDGenerator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/23] Emitting module IssueReportingPackageSupport
[12/23] Compiling IssueReportingPackageSupport _Test.swift
[13/43] Compiling IssueReporting ErrorReporting.swift
[14/43] Compiling IssueReporting AppHostWarning.swift
[15/43] Emitting module ConcurrencyExtras
[16/44] Compiling ConcurrencyExtras Task.swift
[17/44] Compiling ConcurrencyExtras UncheckedBox.swift
[18/44] Compiling ConcurrencyExtras Locking.swift
[19/44] Compiling ConcurrencyExtras MainSerialExecutor.swift
[20/44] Compiling ConcurrencyExtras AsyncStream.swift
[21/44] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[22/44] Compiling ConcurrencyExtras Result.swift
[23/44] Compiling ConcurrencyExtras LockIsolated.swift
[24/44] Compiling IssueReporting XCTest.swift
[25/44] Compiling IssueReporting IsTesting.swift
[26/44] Compiling IssueReporting IssueReporter.swift
[27/44] Compiling IssueReporting BreakpointReporter.swift
[28/44] Compiling IssueReporting UncheckedSendable.swift
[29/44] Compiling IssueReporting Warn.swift
[32/44] Compiling IssueReporting Deprecations.swift
[33/44] Compiling IssueReporting Rethrows.swift
[34/44] Compiling IssueReporting SwiftTesting.swift
[35/44] Compiling IssueReporting DefaultReporter.swift
[36/44] Compiling IssueReporting FatalErrorReporter.swift
[37/44] Compiling IssueReporting IssueSeverity.swift
[38/44] Compiling IssueReporting ReportIssue.swift
[39/44] Compiling IssueReporting FailureObserver.swift
[40/44] Compiling IssueReporting LockIsolated.swift
[41/44] Compiling IssueReporting TestContext.swift
[42/44] Compiling IssueReporting Unimplemented.swift
[43/44] Emitting module IssueReporting
[44/46] Compiling ConcurrencyExtras UncheckedSendable.swift
[45/48] Compiling IssueReporting WithExpectedIssue.swift
[46/48] Compiling IssueReporting WithIssueContext.swift
[47/48] Emitting module IDGenerator
[48/48] Compiling IDGenerator IDGenerator.swift
[49/73] Compiling XCTestDynamicOverlay Exports.swift
[50/73] Emitting module XCTestDynamicOverlay
[51/73] Compiling XCTestDynamicOverlay Deprecations.swift
[52/73] Compiling CombineSchedulers UIScheduler.swift
[53/73] Compiling CombineSchedulers UIKit.swift
[54/74] Compiling CombineSchedulers AnyScheduler.swift
[55/74] Compiling CombineSchedulers Concurrency.swift
[56/74] Emitting module CombineSchedulers
[57/74] Compiling CombineSchedulers ImmediateScheduler.swift
[58/74] Compiling CombineSchedulers Deprecations.swift
[59/74] Compiling CombineSchedulers Timer.swift
[60/74] Compiling CombineSchedulers TestScheduler.swift
[61/74] Compiling Clocks UnimplementedClock.swift
[62/74] Compiling Clocks TestClock.swift
[63/74] Compiling Clocks Timer.swift
[64/74] Compiling CombineSchedulers UnimplementedScheduler.swift
[65/74] Compiling Clocks Lock.swift
[66/74] Compiling Clocks _AsyncTimerSequence.swift
[67/74] Compiling Clocks AnyClock.swift
[68/74] Compiling Clocks ImmediateClock.swift
[69/74] Emitting module Clocks
[70/74] Compiling Clocks SwiftUI.swift
[71/74] Compiling CombineSchedulers Platform.swift
[72/74] Compiling CombineSchedulers Lock.swift
[73/74] Compiling CombineSchedulers NSRecursiveLock.swift
[74/74] Compiling CombineSchedulers SwiftUI.swift
[75/99] Compiling Dependencies FireAndForget.swift
[76/99] Compiling Dependencies Locale.swift
[77/99] Compiling Dependencies MainQueue.swift
[78/101] Emitting module Dependencies
[79/101] Compiling Dependencies Clocks.swift
[80/101] Compiling Dependencies Context.swift
[81/101] Compiling Dependencies Date.swift
[82/101] Compiling Dependencies Dependency.swift
[83/101] Compiling Dependencies DependencyContext.swift
[84/101] Compiling Dependencies DependencyKey.swift
[85/101] Compiling Dependencies WithRandomNumberGenerator.swift
[86/101] Compiling Dependencies AppEntryPoint.swift
[87/101] Compiling Dependencies TimeZone.swift
[88/101] Compiling Dependencies URLSession.swift
[89/101] Compiling Dependencies UUID.swift
[90/101] Compiling Dependencies TypeName.swift
[91/101] Compiling Dependencies PreviewTrait.swift
[92/101] Compiling Dependencies DependencyValues.swift
[93/101] Compiling Dependencies Assert.swift
[94/101] Compiling Dependencies Calendar.swift
[95/101] Compiling Dependencies Deprecations.swift
[96/101] Compiling Dependencies Exports.swift
[97/101] Compiling Dependencies MainRunLoop.swift
[98/101] Compiling Dependencies NotificationCenter.swift
[99/101] Compiling Dependencies OpenURL.swift
[100/101] Compiling Dependencies TestTrait.swift
[101/101] Compiling Dependencies WithDependencies.swift
[102/103] Emitting module IDGeneratorDependency
[103/103] Compiling IDGeneratorDependency IDGeneratorDependency.swift
Build complete! (29.49s)
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.23s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.23s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (1.76s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.49s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.73s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.91s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.93s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.00s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (2.52s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.47s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.21s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.63s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Build complete.
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "IDGenerator",
"name" : "IDGenerator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "IDGenerator",
"targets" : [
"IDGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IDGeneratorDependency",
"targets" : [
"IDGeneratorDependency"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IDGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorTests",
"path" : "Tests/IDGeneratorTests",
"sources" : [
"IDGeneratorTests.swift"
],
"target_dependencies" : [
"IDGenerator"
],
"type" : "test"
},
{
"c99name" : "IDGeneratorDependencyTests",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorDependencyTests",
"path" : "Tests/IDGeneratorDependencyTests",
"product_dependencies" : [
"Dependencies"
],
"sources" : [
"IDGeneratorDependencyTests.swift"
],
"target_dependencies" : [
"IDGeneratorDependency"
],
"type" : "test"
},
{
"c99name" : "IDGeneratorDependency",
"module_type" : "SwiftTarget",
"name" : "IDGeneratorDependency",
"path" : "Sources/IDGeneratorDependency",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"IDGeneratorDependency"
],
"sources" : [
"IDGeneratorDependency.swift"
],
"target_dependencies" : [
"IDGenerator"
],
"type" : "library"
},
{
"c99name" : "IDGenerator",
"module_type" : "SwiftTarget",
"name" : "IDGenerator",
"path" : "Sources/IDGenerator",
"product_dependencies" : [
"ConcurrencyExtras"
],
"product_memberships" : [
"IDGenerator",
"IDGeneratorDependency"
],
"sources" : [
"IDGenerator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.