Build Information
Successful build of SequentialExecutor, reference main (fa363d), with Swift 6.0 for macOS (SPM) on 23 Mar 2026 16:49:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shensven/swift-sequential-executor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shensven/swift-sequential-executor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fa363d1 docs: refine descriptions in README files for SequentialExecutor features and usage
Cloned https://github.com/shensven/swift-sequential-executor.git
Revision (git rev-parse @):
fa363d154f093ba5c3e9e625625b3efbf2035698
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/shensven/swift-sequential-executor.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/shensven/swift-sequential-executor.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/4] Compiling SequentialExecutor SequentialExecutor.swift
[4/4] Emitting module SequentialExecutor
Build complete! (4.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SequentialExecutor",
"name" : "SequentialExecutor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SequentialExecutor",
"targets" : [
"SequentialExecutor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SequentialExecutorTests",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutorTests",
"path" : "Tests/SequentialExecutorTests",
"sources" : [
"SequentialExecutorTests.swift"
],
"target_dependencies" : [
"SequentialExecutor"
],
"type" : "test"
},
{
"c99name" : "SequentialExecutor",
"module_type" : "SwiftTarget",
"name" : "SequentialExecutor",
"path" : "Sources/SequentialExecutor",
"product_memberships" : [
"SequentialExecutor"
],
"sources" : [
"SequentialExecutor.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.