Build Information
Successful build of swift-actor-runtime, reference 0.4.1 (8d6a2a), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 05:22:08 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/1amageek/swift-actor-runtime.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/1amageek/swift-actor-runtime
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at 8d6a2af Ensure actor release outside of lock to prevent deadlock
Cloned https://github.com/1amageek/swift-actor-runtime.git
Revision (git rev-parse @):
8d6a2af8a170bb51558ba722a1cf366a4bced13d
SUCCESS checkout https://github.com/1amageek/swift-actor-runtime.git at 0.4.1
========================================
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-actor-runtime",
"name": "swift-actor-runtime",
"url": "https://github.com/1amageek/swift-actor-runtime.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-actor-runtime",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/1amageek/swift-actor-runtime.git
[1/170] Fetching swift-actor-runtime
Fetched https://github.com/1amageek/swift-actor-runtime.git from cache (0.65s)
Creating working copy for https://github.com/1amageek/swift-actor-runtime.git
Working copy of https://github.com/1amageek/swift-actor-runtime.git resolved at 0.4.1 (8d6a2af)
warning: '.resolve-product-dependencies': dependency 'swift-actor-runtime' 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/1amageek/swift-actor-runtime.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/10] Compiling ActorRuntime RuntimeError.swift
[4/10] Compiling ActorRuntime ActorRegistry.swift
[5/10] Compiling ActorRuntime Envelope.swift
[6/10] Compiling ActorRuntime CodableResultHandler.swift
[7/10] Emitting module ActorRuntime
[8/10] Compiling ActorRuntime CodableInvocationEncoder.swift
[9/10] Compiling ActorRuntime CodableInvocationDecoder.swift
[10/10] Compiling ActorRuntime TransportProtocol.swift
Build complete! (5.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-actor-runtime",
"name" : "swift-actor-runtime",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ActorRuntime",
"targets" : [
"ActorRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ActorRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "ActorRuntimeTests",
"path" : "Tests/ActorRuntimeTests",
"sources" : [
"ActorRegistryIntegrationTests.swift",
"ActorRegistrySimpleTests.swift",
"CodecTests.swift",
"EnvelopeTests.swift",
"InMemoryTransportTests.swift",
"RuntimeErrorTests.swift",
"TransportProtocolTests.swift"
],
"target_dependencies" : [
"ActorRuntime"
],
"type" : "test"
},
{
"c99name" : "ActorRuntime",
"module_type" : "SwiftTarget",
"name" : "ActorRuntime",
"path" : "Sources/ActorRuntime",
"product_memberships" : [
"ActorRuntime"
],
"sources" : [
"Codec/CodableInvocationDecoder.swift",
"Codec/CodableInvocationEncoder.swift",
"Codec/CodableResultHandler.swift",
"Core/ActorRegistry.swift",
"Core/Envelope.swift",
"Core/RuntimeError.swift",
"Transport/TransportProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.