Build Information
Successful build of AnySendable, reference 1.0.0 (ae9df0), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 17:00:07 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/OliverLetterer/AnySendable.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/OliverLetterer/AnySendable
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at ae9df06 Initial commit.
Cloned https://github.com/OliverLetterer/AnySendable.git
Revision (git rev-parse @):
ae9df0686782ff9292045b3e1086a7e962b93c0b
SUCCESS checkout https://github.com/OliverLetterer/AnySendable.git at 1.0.0
========================================
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": "anysendable",
"name": "AnySendable",
"url": "https://github.com/OliverLetterer/AnySendable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnySendable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/OliverLetterer/AnySendable.git
[1/8] Fetching anysendable
Fetched https://github.com/OliverLetterer/AnySendable.git from cache (0.52s)
Creating working copy for https://github.com/OliverLetterer/AnySendable.git
Working copy of https://github.com/OliverLetterer/AnySendable.git resolved at 1.0.0 (ae9df06)
warning: '.resolve-product-dependencies': dependency 'anysendable' 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/OliverLetterer/AnySendable.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/4] Compiling AnySendable AnySendable.swift
[4/4] Emitting module AnySendable
Build complete! (4.10s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AnySendable",
"name" : "AnySendable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AnySendable",
"targets" : [
"AnySendable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnySendable",
"module_type" : "SwiftTarget",
"name" : "AnySendable",
"path" : "Sources/AnySendable",
"product_memberships" : [
"AnySendable"
],
"sources" : [
"AnySendable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.