Build Information
Successful build of CoreGPX, reference 0.9.3 (42662c
), with Swift 5.9 for Linux on 11 Oct 2024 00:27:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vincentneo/CoreGPX.git
Reference: 0.9.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vincentneo/CoreGPX
* tag 0.9.3 -> FETCH_HEAD
HEAD is now at 42662cc iOS minimum deployment is now set to v12.
Cloned https://github.com/vincentneo/CoreGPX.git
Revision (git rev-parse @):
42662cc9235d385bdd0356c8f4cb7b581da24e39
SUCCESS checkout https://github.com/vincentneo/CoreGPX.git at 0.9.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/vincentneo/CoreGPX.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Example/Tests/GPXTest-DualLinks.gpx
/host/spi-builder-workspace/Example/Tests/wptError.gpx
/host/spi-builder-workspace/Example/Tests/Info.plist
/host/spi-builder-workspace/Example/Tests/GPXTest-TrackPointOnly.gpx
Building for debugging...
[1/28] Emitting module CoreGPX
[2/31] Compiling CoreGPX GPXTrack.swift
[3/31] Compiling CoreGPX GPXTrackPoint.swift
[4/31] Compiling CoreGPX GPXTrackSegment.swift
[5/31] Compiling CoreGPX GPXError.swift
[6/31] Compiling CoreGPX GPXExtensions.swift
[7/31] Compiling CoreGPX GPXExtensionsElement.swift
[8/31] Compiling CoreGPX GPXFix.swift
[9/31] Compiling CoreGPX GPXCompression.swift
[10/31] Compiling CoreGPX GPXCopyright.swift
[11/31] Compiling CoreGPX GPXElement.swift
[12/31] Compiling CoreGPX GPXEmail.swift
[13/31] Compiling CoreGPX GPXPerson.swift
[14/31] Compiling CoreGPX GPXPoint.swift
[15/31] Compiling CoreGPX GPXPointSegment.swift
[16/31] Compiling CoreGPX GPXRawElement.swift
[17/31] Compiling CoreGPX GPXRoot.swift
[18/31] Compiling CoreGPX GPXRoute.swift
[19/31] Compiling CoreGPX GPXRoutePoint.swift
[20/31] Compiling CoreGPX GPXRouteProtocol.swift
[21/31] Compiling CoreGPX Converters.swift
[22/31] Compiling CoreGPX DateTimeParsers.swift
[23/31] Compiling CoreGPX GPXAuthor.swift
[24/31] Compiling CoreGPX GPXBounds.swift
[25/31] Compiling CoreGPX GPXWaypoint.swift
[26/31] Compiling CoreGPX GPXWaypointProtocol.swift
[27/31] Compiling CoreGPX NSMutableString+XML.swift
[28/31] Compiling CoreGPX GPXLegacy.swift
[29/31] Compiling CoreGPX GPXLink.swift
[30/31] Compiling CoreGPX GPXMetadata.swift
[31/31] Compiling CoreGPX GPXParser.swift
Build complete! (7.94s)
Build complete.
Done.