Build Information
Successful build of Archery, reference 0.3.3 (d71927
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 19:06:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vknabel/archery.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vknabel/archery
* tag 0.3.3 -> FETCH_HEAD
HEAD is now at d719271 Merge pull request #12 from vknabel/release/0.3.3
Cloned https://github.com/vknabel/archery.git
Revision (git rev-parse @):
d71927174f14bebf04237e870b8fd4dd4dd4c1c2
SUCCESS checkout https://github.com/vknabel/archery.git at 0.3.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vknabel/archery.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/15] Write sources
[4/15] Write archery-entitlement.plist
[5/15] Write swift-version-1EA4D86E10B52AF.txt
[6/15] Compiling reader.c
[7/15] Compiling writer.c
[8/15] Compiling parser.c
[9/15] Compiling api.c
[10/15] Compiling emitter.c
[11/15] Compiling scanner.c
[13/35] Emitting module Yams
[14/37] Compiling Yams YamlError.swift
[15/37] Compiling Yams YamlTagProviding.swift
[16/37] Compiling Yams Decoder.swift
[17/37] Compiling Yams Emitter.swift
[18/37] Compiling Yams Tag.swift
[19/37] Compiling Yams YamlAnchorProviding.swift
[20/37] Compiling Yams Encoder.swift
[21/37] Compiling Yams Mark.swift
[22/37] Compiling Yams Node.Alias.swift
[23/37] Compiling Yams Node.Mapping.swift
[24/37] Compiling Yams Node.Scalar.swift
[25/37] Compiling Yams Node.Sequence.swift
[26/37] Compiling Yams RedundancyAliasingStrategy.swift
[27/37] Compiling Yams Representer.swift
[28/37] Compiling Yams Resolver.swift
[29/37] Compiling Yams String+Yams.swift
[30/37] Compiling Yams AliasDereferencingStrategy.swift
[31/37] Compiling Yams Anchor.swift
[32/37] Compiling Yams Constructor.swift
[33/37] Compiling Yams Node.swift
[34/37] Compiling Yams Parser.swift
[35/51] Compiling ArcheryKit RawDataFormat.swift
[36/52] Compiling ArcheryKit Version.generated.swift
[37/52] Compiling ArcheryKit Path.swift
[38/52] Emitting module ArcheryKit
[39/52] Compiling ArcheryKit ArcheryError.swift
[40/52] Compiling ArcheryKit ExecutionContext.swift
[41/52] Compiling ArcheryKit Metadata.swift
[42/52] Compiling ArcheryKit OfferingMetadata.swift
[43/52] Compiling ArcheryKit LabeledScript.swift
[44/52] Compiling ArcheryKit LegacyScript.swift
[45/52] Compiling ArcheryKit ProcessScheduler.swift
[46/52] Compiling ArcheryKit ScriptExecution.swift
[47/52] Compiling ArcheryKit Archerfile.swift
[48/52] Compiling ArcheryKit Archery.swift
[49/52] Compiling ArcheryKit Script.swift
[50/61] Compiling ArcheryInterface InitCommand+Contents.swift
[51/61] Compiling ArcheryInterface VersionCommand.swift
[52/61] Compiling ArcheryInterface InitCommand.swift
[53/61] Compiling ArcheryInterface ApiLevelCommand.swift
[54/61] Compiling ArcheryInterface Command.swift
[55/61] Compiling ArcheryInterface ExecutionCommand.swift
[56/61] Compiling ArcheryInterface ArcheryInterface.swift
[57/61] Compiling ArcheryInterface HelpCommand.swift
[58/61] Emitting module ArcheryInterface
[59/63] Emitting module Archery
[60/63] Compiling Archery main.swift
[60/63] Write Objects.LinkFileList
[61/63] Linking archery
[62/63] Applying archery
Build complete! (11.84s)
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.85s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (2.40s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "Archery",
"name" : "Archery",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "archery",
"targets" : [
"Archery"
],
"type" : {
"executable" : null
}
},
{
"name" : "ArcheryKit",
"targets" : [
"ArcheryKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ArcheryInterface",
"targets" : [
"ArcheryInterface"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArcheryKitTests",
"module_type" : "SwiftTarget",
"name" : "ArcheryKitTests",
"path" : "Tests/ArcheryKitTests",
"sources" : [
"ArcherfileParsingTests.swift",
"ArcheryKitTests.swift",
"ArcheryTests.swift",
"MetadataTests.swift",
"ScriptParsingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ArcheryKit"
],
"type" : "test"
},
{
"c99name" : "ArcheryKit",
"module_type" : "SwiftTarget",
"name" : "ArcheryKit",
"path" : "Sources/ArcheryKit",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"archery",
"ArcheryKit",
"ArcheryInterface"
],
"sources" : [
"Archerfile.swift",
"Archery.swift",
"ArcheryError.swift",
"ExecutionContext.swift",
"LabeledScript.swift",
"LegacyScript.swift",
"Metadata.swift",
"OfferingMetadata.swift",
"Path.swift",
"ProcessScheduler.swift",
"RawDataFormat.swift",
"Script.swift",
"ScriptExecution.swift",
"Version.generated.swift"
],
"type" : "library"
},
{
"c99name" : "ArcheryInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ArcheryInterfaceTests",
"path" : "Tests/ArcheryInterfaceTests",
"sources" : [
"ArcheryInterfaceTests.swift",
"InitCommandTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ArcheryInterface"
],
"type" : "test"
},
{
"c99name" : "ArcheryInterface",
"module_type" : "SwiftTarget",
"name" : "ArcheryInterface",
"path" : "Sources/ArcheryInterface",
"product_memberships" : [
"archery",
"ArcheryInterface"
],
"sources" : [
"ArcheryInterface.swift",
"Command.swift",
"Commands/ApiLevelCommand.swift",
"Commands/ExecutionCommand.swift",
"Commands/HelpCommand.swift",
"Commands/InitCommand.swift",
"Commands/VersionCommand.swift",
"InitCommand+Contents.swift"
],
"target_dependencies" : [
"ArcheryKit"
],
"type" : "library"
},
{
"c99name" : "Archery",
"module_type" : "SwiftTarget",
"name" : "Archery",
"path" : "Sources/Archery",
"product_memberships" : [
"archery"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ArcheryInterface"
],
"type" : "executable"
}
],
"tools_version" : "5.4"
}
Done.