Build Information
Successful build of kyuuid, reference 0.5.0 (786080), with Swift 6.2 for macOS (SPM) on 10 Feb 2026 05:21:00 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/RougeWare/Swift-UuidTools.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-UuidTools
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 7860800 Merge pull request #5 from William-Laverty/feature/rename-repeat-to-count
Cloned https://github.com/RougeWare/Swift-UuidTools.git
Revision (git rev-parse @):
786080022ff97a6fc4454d1a52eeb0e7fed88dd1
SUCCESS checkout https://github.com/RougeWare/Swift-UuidTools.git at 0.5.0
Fetching https://github.com/apple/swift-argument-parser.git
[1/17171] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.63s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (2.20s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.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-uuidtools",
"name": "kyuuid",
"url": "https://github.com/RougeWare/Swift-UuidTools.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-UuidTools",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser.git",
"version": "1.7.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/RougeWare/Swift-UuidTools.git
[1/152] Fetching swift-uuidtools
Fetched https://github.com/RougeWare/Swift-UuidTools.git from cache (0.68s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.52s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.10s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/RougeWare/Swift-UuidTools.git
Working copy of https://github.com/RougeWare/Swift-UuidTools.git resolved at 0.5.0 (7860800)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RougeWare/Swift-UuidTools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[5/10] Write kyuuid-entitlement.plist
[6/10] Write swift-version-49B95AFC49DCD68C.txt
[8/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/16] Emitting module ArgumentParserToolInfo
[10/54] Compiling ArgumentParser ArgumentHelp.swift
[11/54] Compiling ArgumentParser ArgumentVisibility.swift
[12/54] Compiling ArgumentParser CompletionKind.swift
[13/54] Compiling ArgumentParser Errors.swift
[14/58] Compiling ArgumentParser AsyncParsableCommand.swift
[15/58] Compiling ArgumentParser CommandConfiguration.swift
[16/58] Compiling ArgumentParser EnumerableFlag.swift
[17/58] Compiling ArgumentParser ExpressibleByArgument.swift
[18/58] Emitting module ArgumentParser
[19/58] Compiling ArgumentParser ParsableArguments.swift
[20/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/58] Compiling ArgumentParser ParsableCommand.swift
[22/58] Compiling ArgumentParser ArgumentDecoder.swift
[23/58] Compiling ArgumentParser Platform.swift
[24/58] Compiling ArgumentParser SequenceExtensions.swift
[25/58] Compiling ArgumentParser StringExtensions.swift
[26/58] Compiling ArgumentParser Tree.swift
[27/58] Compiling ArgumentParser InputOrigin.swift
[28/58] Compiling ArgumentParser Name.swift
[29/58] Compiling ArgumentParser Parsed.swift
[30/58] Compiling ArgumentParser ParsedValues.swift
[31/58] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/58] Compiling ArgumentParser CompletionsGenerator.swift
[33/58] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/58] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/58] Compiling ArgumentParser Argument.swift
[36/58] Compiling ArgumentParser ArgumentDefinition.swift
[37/58] Compiling ArgumentParser ArgumentSet.swift
[38/58] Compiling ArgumentParser CommandParser.swift
[39/58] Compiling ArgumentParser InputKey.swift
[40/58] Compiling UuidTools UUID + constants.swift
[41/58] Compiling UuidTools UuidFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[42/58] Compiling UuidTools UUID + conveniences.swift
[43/58] Emitting module UuidTools
/Users/admin/builder/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
| `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
| `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[44/58] Compiling ArgumentParser HelpGenerator.swift
[45/58] Compiling ArgumentParser MessageInfo.swift
[46/58] Compiling ArgumentParser UsageGenerator.swift
[47/58] Compiling ArgumentParser CollectionExtensions.swift
[48/58] Compiling ArgumentParser ParserError.swift
[49/58] Compiling ArgumentParser SplitArguments.swift
[50/58] Compiling ArgumentParser DumpHelpGenerator.swift
[51/58] Compiling ArgumentParser HelpCommand.swift
[52/58] Compiling ArgumentParser Flag.swift
[53/58] Compiling ArgumentParser NameSpecification.swift
[54/58] Compiling ArgumentParser Option.swift
[55/58] Compiling ArgumentParser OptionGroup.swift
[56/62] Compiling kyuuid UuidFormat + ArgumentParser.swift
[57/62] Compiling kyuuid kyuuid.swift
[58/62] Emitting module kyuuid
[59/62] Compiling kyuuid convert.swift
[59/62] Write Objects.LinkFileList
[60/62] Linking kyuuid
[61/62] Applying kyuuid
Build complete! (9.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "kyuuid",
"name" : "kyuuid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "kyuuid",
"targets" : [
"kyuuid"
],
"type" : {
"executable" : null
}
},
{
"name" : "UuidTools",
"targets" : [
"UuidTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "kyuuid",
"module_type" : "SwiftTarget",
"name" : "kyuuid",
"path" : "Sources/kyuuid",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"kyuuid"
],
"sources" : [
"Arguments/UuidFormat + ArgumentParser.swift",
"commands/convert.swift",
"commands/kyuuid.swift"
],
"target_dependencies" : [
"UuidTools"
],
"type" : "executable"
},
{
"c99name" : "UuidToolsTests",
"module_type" : "SwiftTarget",
"name" : "UuidToolsTests",
"path" : "Tests",
"sources" : [
"Extensions/Foundation/Test_UUID_conveniences.swift",
"Test null UUID.swift",
"Test_UuidFormat.swift",
"test contsants.swift"
],
"target_dependencies" : [
"UuidTools"
],
"type" : "test"
},
{
"c99name" : "UuidTools",
"module_type" : "SwiftTarget",
"name" : "UuidTools",
"path" : "Sources/UuidTools",
"product_memberships" : [
"kyuuid",
"UuidTools"
],
"sources" : [
"Extensions/Foundation/UUID + constants.swift",
"Extensions/Foundation/UUID + conveniences.swift",
"UuidFormat.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.