Build Information
Successful build of swift-concurrent-sequence, reference 0.2.0 (2e6a72
), with Swift 6.0 for macOS (SPM) on 7 Sep 2025 01:22:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dfed/swift-concurrent-sequence.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dfed/swift-concurrent-sequence
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 2e6a72b Better documentation + improved module naming (#8)
Cloned https://github.com/dfed/swift-concurrent-sequence.git
Revision (git rev-parse @):
2e6a72b75b0a8a37e8967000cce546d6dd30ceb0
SUCCESS checkout https://github.com/dfed/swift-concurrent-sequence.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dfed/swift-concurrent-sequence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Emitting module ConcurrentSequence
[4/5] Compiling ConcurrentSequence ConcurrentMap.swift
[5/5] Compiling ConcurrentSequence ConcurrentReduce.swift
Build complete! (2.69s)
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.