Build Information
Successful build of WithPrerender, reference 1.1.0 (3ebae4), with Swift 6.2 for macOS (SPM) on 19 Dec 2025 07:17:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swift-with-prerender.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swift-with-prerender
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 3ebae49 Add Sendable explicitly (#2)
Cloned https://github.com/FluidGroup/swift-with-prerender.git
Revision (git rev-parse @):
3ebae495b1c441edcf0850ec057f97be221dca0f
SUCCESS checkout https://github.com/FluidGroup/swift-with-prerender.git at 1.1.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",
"dependencies": [
{
"identity": "swift-with-prerender",
"name": "WithPrerender",
"url": "https://github.com/FluidGroup/swift-with-prerender.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-with-prerender",
"dependencies": [
]
}
]
}
Fetching https://github.com/FluidGroup/swift-with-prerender.git
[1/49] Fetching swift-with-prerender
Fetched https://github.com/FluidGroup/swift-with-prerender.git from cache (0.67s)
Creating working copy for https://github.com/FluidGroup/swift-with-prerender.git
Working copy of https://github.com/FluidGroup/swift-with-prerender.git resolved at 1.1.0 (3ebae49)
warning: '.resolve-product-dependencies': dependency 'swift-with-prerender' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/swift-with-prerender.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/5] Emitting module CATransactionQueue
[5/5] Compiling CATransactionQueue CATransactionQueue.swift
[6/7] Compiling WithPrerender WithPrerender.swift
[7/7] Emitting module WithPrerender
Build complete! (4.01s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WithPrerender",
"name" : "WithPrerender",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "WithPrerender",
"targets" : [
"WithPrerender"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CATransactionQueue",
"targets" : [
"CATransactionQueue"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "WithPrerenderTests",
"module_type" : "SwiftTarget",
"name" : "WithPrerenderTests",
"path" : "Tests",
"sources" : [
"RunLoopQueueTests/RunLoopQueueTests.swift"
],
"target_dependencies" : [
"WithPrerender"
],
"type" : "test"
},
{
"c99name" : "WithPrerender",
"module_type" : "SwiftTarget",
"name" : "WithPrerender",
"path" : "Sources/WithPrerender",
"product_memberships" : [
"WithPrerender"
],
"sources" : [
"WithPrerender.swift"
],
"target_dependencies" : [
"CATransactionQueue"
],
"type" : "library"
},
{
"c99name" : "CATransactionQueue",
"module_type" : "SwiftTarget",
"name" : "CATransactionQueue",
"path" : "Sources/CATransactionQueue",
"product_memberships" : [
"WithPrerender",
"CATransactionQueue"
],
"sources" : [
"CATransactionQueue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.