Build Information
Successful build of SequentialExecutor, reference 1.0.0 (35d07e), with Swift 6.1 for macOS (SPM) on 20 Mar 2026 17:24:11 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shensven/swift-sequential-executor.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shensven/swift-sequential-executor
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 35d07e7 chore: add MIT License to the project
Cloned https://github.com/shensven/swift-sequential-executor.git
Revision (git rev-parse @):
35d07e7b4ff5e5c3c14239693471d2fc477afde3
SUCCESS checkout https://github.com/shensven/swift-sequential-executor.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/shensven/swift-sequential-executor.git
https://github.com/shensven/swift-sequential-executor.git
{
"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"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Emitting module SequentialExecutor
[4/4] Compiling SequentialExecutor SequentialExecutor.swift
Build complete! (4.70s)
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.