Build Information
Successful build of AutoMap, reference 0.1.0 (84a9d9), with Swift 6.2 for macOS (SPM) on 6 May 2026 07:49:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xkalinowski/AutoMap.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xkalinowski/AutoMap
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 84a9d9a Update README.md
Cloned https://github.com/0xkalinowski/AutoMap.git
Revision (git rev-parse @):
84a9d9a1b787ca2ab7b74788a88c1ae8fc62c961
SUCCESS checkout https://github.com/0xkalinowski/AutoMap.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xkalinowski/AutoMap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[2/5] Write swift-version--3CB7CFEC50E0D141.txt
[4/8] Emitting module AutoMapMacros
[5/8] Compiling AutoMapMacros AutoMapMacro.swift
[6/8] Compiling AutoMapMacros AutoMapPlugin.swift
[6/8] Write Objects.LinkFileList
[7/8] Linking AutoMapMacros-tool
[9/10] Compiling AutoMap AutoMap.swift
[10/10] Emitting module AutoMap
Build complete! (14.81s)
Fetching https://github.com/apple/swift-syntax.git
[1/75049] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.81s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (6.67s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.19s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "AutoMap",
"name" : "AutoMap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AutoMap",
"targets" : [
"AutoMap"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AutoMapMacros",
"targets" : [
"AutoMapMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AutoMapTests",
"module_type" : "SwiftTarget",
"name" : "AutoMapTests",
"path" : "Tests/AutoMapTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AutoMapTests.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "test"
},
{
"c99name" : "AutoMapMacros",
"module_type" : "SwiftTarget",
"name" : "AutoMapMacros",
"path" : "Sources/AutoMapMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AutoMap",
"AutoMapMacros"
],
"sources" : [
"AutoMapMacro.swift",
"AutoMapPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AutoMap",
"module_type" : "SwiftTarget",
"name" : "AutoMap",
"path" : "Sources/AutoMap",
"product_memberships" : [
"AutoMap"
],
"sources" : [
"AutoMap.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.