Build Information
Successful build of swift-copying, reference 1.2.0 (c205a4), with Swift 6.2 for macOS (SPM) on 28 Jan 2026 12:04:15 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/yysskk/swift-copying.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yysskk/swift-copying
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at c205a4c Merge pull request #5 from yysskk/feat/support-actor
Cloned https://github.com/yysskk/swift-copying.git
Revision (git rev-parse @):
c205a4c099493029e552b98d2af9639d5db5e30b
SUCCESS checkout https://github.com/yysskk/swift-copying.git at 1.2.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73886] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.79s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.15s)
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-copying",
"name": "swift-copying",
"url": "https://github.com/yysskk/swift-copying.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-copying",
"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/yysskk/swift-copying.git
[1/78] Fetching swift-copying
Fetched https://github.com/yysskk/swift-copying.git from cache (0.72s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.02s)
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/yysskk/swift-copying.git
Working copy of https://github.com/yysskk/swift-copying.git resolved at 1.2.0 (c205a4c)
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/yysskk/swift-copying.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[2/11] Write CopyingClient-entitlement.plist
[2/11] Write sources
[5/11] Write swift-version-49B95AFC49DCD68C.txt
[7/13] Emitting module CopyingMacros
[8/13] Compiling CopyingMacros CopyingMacro.swift
[8/13] Write Objects.LinkFileList
[9/13] Linking CopyingMacros-tool
[11/17] Compiling Copying Copying.swift
[12/17] Emitting module Copying
[14/17] Compiling Copying Copying.swift
[15/19] Compiling CopyingClient main.swift
[16/19] Emitting module CopyingClient
[16/19] Write Objects.LinkFileList
[17/19] Linking CopyingClient
[18/19] Applying CopyingClient
Build complete! (3.74s)
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" : "swift-copying",
"name" : "swift-copying",
"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" : "Copying",
"targets" : [
"Copying"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CopyingClient",
"targets" : [
"CopyingClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "CopyingMacros",
"targets" : [
"CopyingMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "CopyingTests",
"module_type" : "SwiftTarget",
"name" : "CopyingTests",
"path" : "Tests/CopyingTests",
"sources" : [
"CopyingTests.swift"
],
"target_dependencies" : [
"Copying"
],
"type" : "test"
},
{
"c99name" : "CopyingMacrosTests",
"module_type" : "SwiftTarget",
"name" : "CopyingMacrosTests",
"path" : "Tests/CopyingMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosGenericTestSupport"
],
"sources" : [
"CopyingMacrosTests.swift",
"assertMacroExpansionForTesting.swift"
],
"target_dependencies" : [
"CopyingMacros"
],
"type" : "test"
},
{
"c99name" : "CopyingMacros",
"module_type" : "SwiftTarget",
"name" : "CopyingMacros",
"path" : "Sources/CopyingMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Copying",
"CopyingClient",
"CopyingMacros"
],
"sources" : [
"CopyingMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "CopyingClient",
"module_type" : "SwiftTarget",
"name" : "CopyingClient",
"path" : "Sources/CopyingClient",
"product_memberships" : [
"CopyingClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Copying"
],
"type" : "executable"
},
{
"c99name" : "Copying",
"module_type" : "SwiftTarget",
"name" : "Copying",
"path" : "Sources/Copying",
"product_memberships" : [
"Copying",
"CopyingClient"
],
"sources" : [
"Copying.swift"
],
"target_dependencies" : [
"CopyingMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.