Build Information
Successful build of swift-concurrent-sequence, reference main (fe620b), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 22:28:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/swift-concurrent-sequence.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/swift-concurrent-sequence
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fe620b6 Bump actions/checkout to v6 (#10)
Cloned https://github.com/dfed/swift-concurrent-sequence.git
Revision (git rev-parse @):
fe620b6773adc0c5d223f48f24b61c154da4716e
SUCCESS checkout https://github.com/dfed/swift-concurrent-sequence.git at main
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-concurrent-sequence",
"name": "swift-concurrent-sequence",
"url": "https://github.com/dfed/swift-concurrent-sequence.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-concurrent-sequence",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/dfed/swift-concurrent-sequence.git
[1/300] Fetching swift-concurrent-sequence
Fetched https://github.com/dfed/swift-concurrent-sequence.git from cache (0.72s)
Creating working copy for https://github.com/dfed/swift-concurrent-sequence.git
Working copy of https://github.com/dfed/swift-concurrent-sequence.git resolved at main (fe620b6)
warning: '.resolve-product-dependencies': dependency 'swift-concurrent-sequence' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dfed/swift-concurrent-sequence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Compiling ConcurrentSequence ConcurrentMap.swift
[4/5] Compiling ConcurrentSequence ConcurrentReduce.swift
[5/5] Emitting module ConcurrentSequence
Build complete! (2.33s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-concurrent-sequence",
"name" : "swift-concurrent-sequence",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "ConcurrentSequence",
"targets" : [
"ConcurrentSequence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ConcurrentSequenceTests",
"module_type" : "SwiftTarget",
"name" : "ConcurrentSequenceTests",
"path" : "Tests/ConcurrentSequenceTests",
"sources" : [
"ConcurrentMapTests.swift",
"ConcurrentReduceTests.swift"
],
"target_dependencies" : [
"ConcurrentSequence"
],
"type" : "test"
},
{
"c99name" : "ConcurrentSequence",
"module_type" : "SwiftTarget",
"name" : "ConcurrentSequence",
"path" : "Sources/ConcurrentSequence",
"product_memberships" : [
"ConcurrentSequence"
],
"sources" : [
"ConcurrentMap.swift",
"ConcurrentReduce.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.