Build Information
Successful build of Anodize, reference main (8fa6f8
), with Swift 6.1 for macOS (SPM) on 2 May 2025 08:26:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/audulus/Anodize.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/audulus/Anodize
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8fa6f8d avoid .init
Cloned https://github.com/audulus/Anodize.git
Revision (git rev-parse @):
8fa6f8d3c380ad9916d61dcb31b2277c1cccce2e
SUCCESS checkout https://github.com/audulus/Anodize.git at main
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.69s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.24s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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": "anodize",
"name": "Anodize",
"url": "https://github.com/audulus/Anodize.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Anodize",
"dependencies": [
{
"identity": "swift-argument-parser",
"name": "swift-argument-parser",
"url": "https://github.com/apple/swift-argument-parser",
"version": "1.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/audulus/Anodize.git
[1/316] Fetching anodize
Fetched https://github.com/audulus/Anodize.git from cache (0.82s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.57s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/audulus/Anodize.git
Working copy of https://github.com/audulus/Anodize.git resolved at main (8fa6f8d)
Found 1 product dependencies
- swift-argument-parser
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/audulus/Anodize.git
https://github.com/audulus/Anodize.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Anodize",
"name" : "Anodize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Anodize",
"targets" : [
"Anodize"
],
"type" : {
"executable" : null
}
},
{
"name" : "AnodizeUtil",
"targets" : [
"AnodizeUtil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnodizeUtil",
"module_type" : "SwiftTarget",
"name" : "AnodizeUtil",
"path" : "Sources/AnodizeUtil",
"product_memberships" : [
"AnodizeUtil"
],
"sources" : [
"AnodizeError.swift",
"GPUArray.swift",
"GPUBufferProvider.swift",
"MTLComputeCommandEncoder+Ext.swift",
"MTLDevice+Ext.swift",
"MutableGPUArray.swift"
],
"type" : "library"
},
{
"c99name" : "Anodize",
"module_type" : "SwiftTarget",
"name" : "Anodize",
"path" : "Sources/Anodize",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Anodize"
],
"sources" : [
"Anodize.swift",
"MTLComputePipelineReflection+codegen.swift",
"MTLDataType+swiftName.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[3/10] Write Anodize-entitlement.plist
[3/10] Write sources
[6/10] Write swift-version-2F0A5646E1D333AE.txt
[8/19] Emitting module ArgumentParserToolInfo
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/58] Emitting module ArgumentParser
[11/62] Compiling ArgumentParser InputOrigin.swift
[12/62] Compiling ArgumentParser Name.swift
[13/62] Compiling ArgumentParser Parsed.swift
[14/62] Compiling ArgumentParser ParsedValues.swift
[15/62] Compiling ArgumentParser CommandConfiguration.swift
[16/62] Compiling ArgumentParser CommandGroup.swift
[17/62] Compiling ArgumentParser EnumerableFlag.swift
[18/62] Compiling ArgumentParser ExpressibleByArgument.swift
[19/62] Compiling ArgumentParser ArgumentHelp.swift
[20/62] Compiling ArgumentParser ArgumentVisibility.swift
[21/62] Compiling ArgumentParser CompletionKind.swift
[22/62] Compiling ArgumentParser Errors.swift
[23/62] Compiling ArgumentParser Flag.swift
[24/62] Compiling ArgumentParser Platform.swift
[25/62] Compiling ArgumentParser SequenceExtensions.swift
[26/62] Compiling ArgumentParser StringExtensions.swift
[27/62] Compiling ArgumentParser Tree.swift
[28/62] Compiling AnodizeUtil GPUBufferProvider.swift
[29/62] Compiling AnodizeUtil GPUArray.swift
[30/62] Emitting module AnodizeUtil
[31/62] Compiling AnodizeUtil AnodizeError.swift
[32/62] Compiling AnodizeUtil MTLComputeCommandEncoder+Ext.swift
[33/62] Compiling AnodizeUtil MTLDevice+Ext.swift
[34/62] Compiling AnodizeUtil MutableGPUArray.swift
[35/62] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/62] Compiling ArgumentParser CompletionsGenerator.swift
[37/62] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/62] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/62] Compiling ArgumentParser Argument.swift
[40/62] Compiling ArgumentParser ParserError.swift
[41/62] Compiling ArgumentParser SplitArguments.swift
[42/62] Compiling ArgumentParser DumpHelpGenerator.swift
[43/62] Compiling ArgumentParser HelpCommand.swift
[44/62] Compiling ArgumentParser ParsableArguments.swift
[45/62] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/62] Compiling ArgumentParser ParsableCommand.swift
[47/62] Compiling ArgumentParser ArgumentDecoder.swift
[48/62] Compiling ArgumentParser HelpGenerator.swift
[49/62] Compiling ArgumentParser MessageInfo.swift
[50/62] Compiling ArgumentParser UsageGenerator.swift
[51/62] Compiling ArgumentParser CollectionExtensions.swift
[52/62] Compiling ArgumentParser NameSpecification.swift
[53/62] Compiling ArgumentParser Option.swift
[54/62] Compiling ArgumentParser OptionGroup.swift
[55/62] Compiling ArgumentParser AsyncParsableCommand.swift
[56/62] Compiling ArgumentParser ArgumentDefinition.swift
[57/62] Compiling ArgumentParser ArgumentSet.swift
[58/62] Compiling ArgumentParser CommandParser.swift
[59/62] Compiling ArgumentParser InputKey.swift
[60/66] Compiling Anodize MTLDataType+swiftName.swift
[61/66] Compiling Anodize MTLComputePipelineReflection+codegen.swift
[62/66] Compiling Anodize Anodize.swift
[63/66] Emitting module Anodize
[63/66] Write Objects.LinkFileList
[64/66] Linking Anodize
[65/66] Applying Anodize
Build complete! (7.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "Anodize",
"name" : "Anodize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Anodize",
"targets" : [
"Anodize"
],
"type" : {
"executable" : null
}
},
{
"name" : "AnodizeUtil",
"targets" : [
"AnodizeUtil"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AnodizeUtil",
"module_type" : "SwiftTarget",
"name" : "AnodizeUtil",
"path" : "Sources/AnodizeUtil",
"product_memberships" : [
"AnodizeUtil"
],
"sources" : [
"AnodizeError.swift",
"GPUArray.swift",
"GPUBufferProvider.swift",
"MTLComputeCommandEncoder+Ext.swift",
"MTLDevice+Ext.swift",
"MutableGPUArray.swift"
],
"type" : "library"
},
{
"c99name" : "Anodize",
"module_type" : "SwiftTarget",
"name" : "Anodize",
"path" : "Sources/Anodize",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"Anodize"
],
"sources" : [
"Anodize.swift",
"MTLComputePipelineReflection+codegen.swift",
"MTLDataType+swiftName.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.