Build Information
Successful build of swift-uuid-literal, reference 1.0.1 (11cd30), with Swift 6.2 for macOS (SPM) on 19 Nov 2025 17:15:57 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/buttoncomputer/swift-uuid-literal.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buttoncomputer/swift-uuid-literal
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 11cd309 Add .swift-version
Cloned https://github.com/buttoncomputer/swift-uuid-literal.git
Revision (git rev-parse @):
11cd309876511094059689efeac7a7d857391123
SUCCESS checkout https://github.com/buttoncomputer/swift-uuid-literal.git at 1.0.1
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72890] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.83s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (6.65s)
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.19s)
========================================
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-uuid-literal",
"name": "swift-uuid-literal",
"url": "https://github.com/buttoncomputer/swift-uuid-literal.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-uuid-literal",
"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/buttoncomputer/swift-uuid-literal.git
[1/33] Fetching swift-uuid-literal
Fetched https://github.com/buttoncomputer/swift-uuid-literal.git from cache (0.66s)
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.95s)
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/buttoncomputer/swift-uuid-literal.git
Working copy of https://github.com/buttoncomputer/swift-uuid-literal.git resolved at 1.0.1 (11cd309)
warning: '.resolve-product-dependencies': dependency 'swift-uuid-literal' 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/buttoncomputer/swift-uuid-literal.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/8] Compiling UUIDLiteralMacros UUIDLiteralMacro.swift
[6/8] Emitting module UUIDLiteralMacros
[6/8] Write Objects.LinkFileList
[7/8] Linking UUIDLiteralMacros-tool
[9/12] Compiling UUIDLiteral UUIDLiteral.swift
[11/12] Emitting module UUIDLiteral
Build complete! (5.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0-latest",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "swift-uuid-literal",
"name" : "swift-uuid-literal",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UUIDLiteral",
"targets" : [
"UUIDLiteral"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UUIDLiteralMacros",
"targets" : [
"UUIDLiteralMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "UUIDLiteralTests",
"module_type" : "SwiftTarget",
"name" : "UUIDLiteralTests",
"path" : "Tests/UUIDLiteralTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"UUIDLiteralTests.swift"
],
"target_dependencies" : [
"UUIDLiteral",
"UUIDLiteralMacros"
],
"type" : "test"
},
{
"c99name" : "UUIDLiteralMacros",
"module_type" : "SwiftTarget",
"name" : "UUIDLiteralMacros",
"path" : "Sources/UUIDLiteralMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"UUIDLiteral",
"UUIDLiteralMacros"
],
"sources" : [
"UUIDLiteralMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "UUIDLiteral",
"module_type" : "SwiftTarget",
"name" : "UUIDLiteral",
"path" : "Sources/UUIDLiteral",
"product_memberships" : [
"UUIDLiteral"
],
"sources" : [
"UUIDLiteral.swift"
],
"target_dependencies" : [
"UUIDLiteralMacros"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.