Build Information
Successful build of ThreadLocal, reference 0.1.1 (2600d7), with Swift 6.2 for macOS (SPM) on 14 Dec 2025 17:13:44 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/StanfordBDHG/ThreadLocal.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/ThreadLocal
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 2600d76 small fixes (#3)
Cloned https://github.com/StanfordBDHG/ThreadLocal.git
Revision (git rev-parse @):
2600d766183e7223f1e951b0ab03bf98738e1ccc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/ThreadLocal.git at 0.1.1
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73112] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.76s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.37s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
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": "threadlocal",
"name": "ThreadLocal",
"url": "https://github.com/StanfordBDHG/ThreadLocal.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ThreadLocal",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax.git",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
[1/160] Fetching threadlocal
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.71s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.96s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/StanfordBDHG/ThreadLocal.git
Working copy of https://github.com/StanfordBDHG/ThreadLocal.git resolved at 0.1.1 (2600d76)
warning: '.resolve-product-dependencies': dependency 'threadlocal' is not used by any target
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/StanfordBDHG/ThreadLocal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[3/6] Write swift-version-49B95AFC49DCD68C.txt
[5/10] Compiling ThreadLocalMacros ThreadLocalMacros.swift
[6/10] Compiling ThreadLocalMacros Diagnostic.swift
[7/10] Emitting module ThreadLocalMacros
[8/10] Compiling ThreadLocalMacros ThreadLocalMacro.swift
[8/10] Write Objects.LinkFileList
[9/10] Linking ThreadLocalMacros-tool
[11/16] Compiling ThreadLocal ThreadLocal.swift
[13/16] Emitting module ThreadLocal
[15/16] Compiling ThreadLocal Macros.swift
Build complete! (5.89s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "ThreadLocal",
"name" : "ThreadLocal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "ThreadLocal",
"targets" : [
"ThreadLocal"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ThreadLocalMacros",
"targets" : [
"ThreadLocalMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ThreadLocalTests",
"module_type" : "SwiftTarget",
"name" : "ThreadLocalTests",
"path" : "Tests/ThreadLocalTests",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ThreadLocalMacroTests.swift",
"ThreadLocalTests.swift"
],
"target_dependencies" : [
"ThreadLocal",
"ThreadLocalMacros"
],
"type" : "test"
},
{
"c99name" : "ThreadLocalMacros",
"module_type" : "SwiftTarget",
"name" : "ThreadLocalMacros",
"path" : "Sources/ThreadLocalMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics"
],
"product_memberships" : [
"ThreadLocal",
"ThreadLocalMacros"
],
"sources" : [
"Diagnostic.swift",
"ThreadLocalMacro.swift",
"ThreadLocalMacros.swift"
],
"type" : "macro"
},
{
"c99name" : "ThreadLocal",
"module_type" : "SwiftTarget",
"name" : "ThreadLocal",
"path" : "Sources/ThreadLocal",
"product_memberships" : [
"ThreadLocal"
],
"sources" : [
"Macros.swift",
"ThreadLocal.swift"
],
"target_dependencies" : [
"ThreadLocalMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.