Build Information
Successful build of Archery with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vknabel/archery.git
Reference: 0.3.3
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-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
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git (0.24s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.1 (0.64s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "archery",
"name": "Archery",
"url": "https://github.com/vknabel/archery.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/archery",
"dependencies": [
{
"identity": "yams",
"name": "Yams",
"url": "https://github.com/jpsim/Yams.git",
"version": "5.0.6",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Yams",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/vknabel/archery.git
[1/736] Fetching archery
Fetched https://github.com/vknabel/archery.git (0.43s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git (0.28s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.04s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/vknabel/archery.git
Working copy of https://github.com/vknabel/archery.git resolved at 0.3.3
Found 1 product dependencies
- Yams
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/vknabel/archery.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Compiling reader.c
[1/7] Compiling writer.c
[2/7] Compiling parser.c
[3/7] Compiling scanner.c
[4/7] Compiling api.c
[5/7] Compiling emitter.c
[7/22] Compiling Yams Mark.swift
[8/22] Compiling Yams Node.Mapping.swift
[9/23] Compiling Yams YamlError.swift
[10/23] Compiling Yams Node.swift
[11/23] Compiling Yams Parser.swift
[12/23] Compiling Yams Representer.swift
[13/23] Compiling Yams Resolver.swift
[14/23] Compiling Yams String+Yams.swift
[15/23] Compiling Yams Tag.swift
[16/23] Compiling Yams Node.Scalar.swift
[17/23] Compiling Yams Node.Sequence.swift
[18/23] Compiling Yams Constructor.swift
[19/23] Compiling Yams Decoder.swift
[20/23] Emitting module Yams
[21/23] Compiling Yams Emitter.swift
[22/23] Compiling Yams Encoder.swift
[23/37] Compiling ArcheryKit RawDataFormat.swift
[24/37] Compiling ArcheryKit Script.swift
[25/37] Compiling ArcheryKit ScriptExecution.swift
[26/38] Compiling ArcheryKit Path.swift
[27/38] Compiling ArcheryKit ProcessScheduler.swift
[28/38] Compiling ArcheryKit Metadata.swift
[29/38] Compiling ArcheryKit OfferingMetadata.swift
[30/38] Emitting module ArcheryKit
[31/38] Compiling ArcheryKit Archerfile.swift
[32/38] Compiling ArcheryKit Archery.swift
[33/38] Compiling ArcheryKit ArcheryError.swift
[34/38] Compiling ArcheryKit ExecutionContext.swift
[35/38] Compiling ArcheryKit LabeledScript.swift
[36/38] Compiling ArcheryKit LegacyScript.swift
[37/38] Compiling ArcheryKit Version.generated.swift
[38/46] Compiling ArcheryInterface InitCommand.swift
[39/46] Compiling ArcheryInterface Command.swift
[40/46] Compiling ArcheryInterface VersionCommand.swift
[41/47] Compiling ArcheryInterface ExecutionCommand.swift
[42/47] Compiling ArcheryInterface ApiLevelCommand.swift
[43/47] Compiling ArcheryInterface ArcheryInterface.swift
[44/47] Emitting module ArcheryInterface
[45/47] Compiling ArcheryInterface HelpCommand.swift
[46/47] Compiling ArcheryInterface InitCommand+Contents.swift
[47/49] Emitting module Archery
[48/49] Compiling Archery main.swift
[48/49] Linking archery
Build complete! (10.79s)
Build complete.
Done.