Build Information
Successful build of Gpx, reference main (4a223f), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 08:48:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fjagerman/Gpx.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fjagerman/Gpx
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4a223ff Added badgs in readme
Cloned https://github.com/fjagerman/Gpx.git
Revision (git rev-parse @):
4a223ffc56a0d9bd63b42926e988195c9c3115ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fjagerman/Gpx.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fjagerman/Gpx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/49] Emitting module XMLCoder
[5/54] Compiling XMLCoder Attribute.swift
[6/54] Compiling XMLCoder BoolBox.swift
[7/54] Compiling XMLCoder Box.swift
[8/54] Compiling XMLCoder ChoiceBox.swift
[9/54] Compiling XMLCoder DataBox.swift
[10/54] Compiling XMLCoder UIntBox.swift
[11/54] Compiling XMLCoder URLBox.swift
[12/54] Compiling XMLCoder UnkeyedBox.swift
[13/54] Compiling XMLCoder ValueBox.swift
[14/54] Compiling XMLCoder Element.swift
[15/54] Compiling XMLCoder XMLEncoderImplementation.swift
[16/54] Compiling XMLCoder XMLEncodingStorage.swift
[17/54] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[18/54] Compiling XMLCoder XMLReferencingEncoder.swift
[19/54] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[20/54] Compiling XMLCoder DynamicNodeEncoding.swift
[21/54] Compiling XMLCoder EncodingErrorExtension.swift
[22/54] Compiling XMLCoder SingleValueEncodingContainer.swift
[23/54] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[24/54] Compiling XMLCoder XMLEncoder.swift
[25/54] Compiling XMLCoder ElementAndAttribute.swift
[26/54] Compiling XMLCoder ISO8601DateFormatter.swift
[27/54] Compiling XMLCoder KeyedStorage.swift
[28/54] Compiling XMLCoder Metatypes.swift
[29/54] Compiling XMLCoder String+Extensions.swift
[30/54] Compiling XMLCoder XMLDecoder.swift
[31/54] Compiling XMLCoder XMLDecoderImplementation.swift
[32/54] Compiling XMLCoder XMLDecodingStorage.swift
[33/54] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[34/54] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[35/54] Compiling XMLCoder DateBox.swift
[36/54] Compiling XMLCoder DecimalBox.swift
[37/54] Compiling XMLCoder DoubleBox.swift
[38/54] Compiling XMLCoder FloatBox.swift
[39/54] Compiling XMLCoder IntBox.swift
[40/54] Compiling XMLCoder KeyedBox.swift
[41/54] Compiling XMLCoder NullBox.swift
[42/54] Compiling XMLCoder SharedBox.swift
[43/54] Compiling XMLCoder SingleKeyedBox.swift
[44/54] Compiling XMLCoder StringBox.swift
[45/54] Compiling XMLCoder XMLStackParser.swift
[46/54] Compiling XMLCoder DecodingErrorExtension.swift
[47/54] Compiling XMLCoder DynamicNodeDecoding.swift
[48/54] Compiling XMLCoder SingleValueDecodingContainer.swift
[49/54] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[50/54] Compiling XMLCoder XMLChoiceCodingKey.swift
[51/54] Compiling XMLCoder XMLCoderElement.swift
[52/54] Compiling XMLCoder XMLDocumentType.swift
[53/54] Compiling XMLCoder XMLHeader.swift
[54/54] Compiling XMLCoder XMLKey.swift
[55/56] Emitting module Gpx
[56/56] Compiling Gpx Gpx.swift
Build complete! (7.75s)
Fetching https://github.com/MaxDesiatov/XMLCoder.git
[1/10060] Fetching xmlcoder
Fetched https://github.com/MaxDesiatov/XMLCoder.git from cache (1.17s)
Computing version for https://github.com/MaxDesiatov/XMLCoder.git
Computed https://github.com/MaxDesiatov/XMLCoder.git at 0.17.1 (1.68s)
Creating working copy for https://github.com/MaxDesiatov/XMLCoder.git
Working copy of https://github.com/MaxDesiatov/XMLCoder.git resolved at 0.17.1
Build complete.
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder.git"
}
],
"manifest_display_name" : "Gpx",
"name" : "Gpx",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Gpx",
"targets" : [
"Gpx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GpxTests",
"module_type" : "SwiftTarget",
"name" : "GpxTests",
"path" : "Tests/GpxTests",
"product_dependencies" : [
"XMLCoder"
],
"sources" : [
"GpxTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Gpx"
],
"type" : "test"
},
{
"c99name" : "Gpx",
"module_type" : "SwiftTarget",
"name" : "Gpx",
"path" : "Sources/Gpx",
"product_dependencies" : [
"XMLCoder"
],
"product_memberships" : [
"Gpx"
],
"sources" : [
"Gpx.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.