The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RCGPX with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RCCoop/RCGPX.git
Reference: main
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/RCCoop/RCGPX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8998513 Update README.md
Cloned https://github.com/RCCoop/RCGPX.git
Revision (git rev-parse @):
89985137c2ea4b77fe96b07d416afb683a36a2b9
SUCCESS checkout https://github.com/RCCoop/RCGPX.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/RCCoop/RCGPX.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/tadija/AEXML.git
[21/2095] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.29s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.0 (0.46s)
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Emitting module AEXML
[5/9] Compiling AEXML Error.swift
[6/9] Compiling AEXML Options.swift
[7/9] Compiling AEXML Element.swift
[8/9] Compiling AEXML Document.swift
[9/9] Compiling AEXML Parser.swift
[11/21] Compiling RCGPX GPXRoute.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[12/21] Compiling RCGPX GPXTrack.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[13/21] Compiling RCGPX GPXWaypoint.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[14/21] Compiling RCGPX GPXDocument+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[15/22] Compiling RCGPX GPXWaypoint+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[16/22] Compiling RCGPX GPXElement.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[17/22] Compiling RCGPX GPXRoute+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[18/22] Compiling RCGPX GPXTrack+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/22] Emitting module RCGPX
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[20/22] Compiling RCGPX GPXDocument.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[21/22] Compiling RCGPX GPXFeature.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[22/22] Compiling RCGPX UTType+GPX.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling RCGPX GPXElement.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[3/13] Compiling RCGPX GPXTrack+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[4/13] Compiling RCGPX GPXWaypoint.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[5/13] Compiling RCGPX GPXDocument+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/13] Emitting module RCGPX
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[7/13] Compiling RCGPX GPXRoute.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[8/13] Compiling RCGPX GPXTrack.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[9/13] Compiling RCGPX GPXDocument.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[10/13] Compiling RCGPX GPXFeature.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[11/13] Compiling RCGPX GPXRoute+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[12/13] Compiling RCGPX GPXWaypoint+Internals.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[13/13] Compiling RCGPX UTType+GPX.swift
/host/spi-builder-workspace/Sources/RCGPX/GPXRoute.swift:9:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2