Build Information
Failed to build mvt-tools, reference main (e8651d
), with Swift 6.1 for Android on 29 May 2025 16:58:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-tools.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/Outdooractive/mvt-tools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e8651d6 Revert GzipSwift to 5.2.0
Cloned https://github.com/Outdooractive/mvt-tools.git
Revision (git rev-parse @):
e8651d6b74a370347cf11852f650a29bf2b5f895
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-tools.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Outdooractive/mvt-tools.git
https://github.com/Outdooractive/mvt-tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "gis-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Outdooractive/gis-tools"
},
{
"identity" : "gzipswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/1024jp/GzipSwift.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf"
}
],
"manifest_display_name" : "mvt-tools",
"name" : "mvt-tools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "mvt",
"targets" : [
"MVTCLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "MVTTools",
"targets" : [
"MVTTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MVTToolsTests",
"module_type" : "SwiftTarget",
"name" : "MVTToolsTests",
"path" : "Tests/MVTToolsTests",
"sources" : [
"ArrayExtensionsTests.swift",
"DictionaryExtensionsTests.swift",
"FixtureInfo.swift",
"GeoJsonTests.swift",
"MVTDecoderTests.swift",
"MVTEncoderTests.swift",
"ProjectionTests.swift",
"QueryParserTests.swift",
"QueryTests.swift",
"TestData.swift",
"VectorTileTests.swift"
],
"target_dependencies" : [
"MVTTools"
],
"type" : "test"
},
{
"c99name" : "MVTTools",
"module_type" : "SwiftTarget",
"name" : "MVTTools",
"path" : "Sources/MVTTools",
"product_dependencies" : [
"GISTools",
"Gzip",
"Logging",
"SwiftProtobuf"
],
"product_memberships" : [
"mvt",
"MVTTools"
],
"sources" : [
"Coders/MVTDecoder.swift",
"Coders/MVTEncoder.swift",
"ExportOptions.swift",
"Extensions/ArrayExtensions.swift",
"Extensions/DictionaryExtensions.swift",
"Extensions/DoubleExtensions.swift",
"Extensions/IntExtensions.swift",
"Extensions/RingExtensions.swift",
"Extensions/StringExtensions.swift",
"GeoJson.swift",
"Info.swift",
"Merge.swift",
"Query.swift",
"QueryParser.swift",
"VectorTile.swift",
"VectorTile_Tile.swift"
],
"type" : "library"
},
{
"c99name" : "MVTCLI",
"module_type" : "SwiftTarget",
"name" : "MVTCLI",
"path" : "Sources/MVTCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"mvt"
],
"sources" : [
"CLI.swift",
"Dump.swift",
"Export.swift",
"Extensions/ArrayExtensions.swift",
"Extensions/IntExtensions.swift",
"Extensions/OptionalProtocol.swift",
"Extensions/SetExtensions.swift",
"Extensions/StringExtensions.swift",
"Import.swift",
"Info.swift",
"Merge.swift",
"Query.swift",
"Version.swift"
],
"target_dependencies" : [
"MVTTools"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/1024jp/GzipSwift.git
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/apple/swift-argument-parser
[1/3836] Fetching swift-log
[1881/5385] Fetching swift-log, gzipswift
[5386/8225] Fetching swift-log, gzipswift, gis-tools
[8226/23604] Fetching swift-log, gzipswift, gis-tools, swift-argument-parser
[23605/62915] Fetching swift-log, gzipswift, gis-tools, swift-argument-parser, swift-protobuf
Fetched https://github.com/Outdooractive/gis-tools from cache (1.37s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
[8923/44696] Fetching swift-log, gzipswift, swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (8.40s)
Fetched https://github.com/apple/swift-log.git from cache (8.41s)
Fetched https://github.com/apple/swift-protobuf from cache (8.48s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (10.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.72s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.30.0 (0.64s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.12.3 (0.58s)
Creating working copy for https://github.com/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.12.3
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.30.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/23] Write sources
[3/23] Copying PrivacyInfo.xcprivacy
[7/23] Write sources
[11/23] Compiling system-zlib anchor.c
[11/23] Write swift-version-24593BA9C3E375BF.txt
[14/197] Emitting module ArgumentParserToolInfo
[15/197] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/198] Wrapping AST for ArgumentParserToolInfo for debugging
[18/236] Compiling ArgumentParser ExpressibleByArgument.swift
[19/236] Compiling ArgumentParser ParsableArguments.swift
[20/236] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/236] Compiling ArgumentParser ParsableCommand.swift
[22/236] Compiling ArgumentParser ArgumentDecoder.swift
[23/241] Compiling Logging MetadataProvider.swift
[24/241] Emitting module Logging
[25/241] Compiling Logging Logging.swift
[26/241] Compiling Logging Locks.swift
[27/241] Compiling Logging LogHandler.swift
[28/242] Wrapping AST for Logging for debugging
[30/242] Emitting module SwiftProtobuf
[31/253] Compiling SwiftProtobuf ProtobufMap.swift
[32/253] Compiling SwiftProtobuf SelectiveVisitor.swift
[33/253] Compiling SwiftProtobuf SimpleExtensionMap.swift
[34/253] Compiling SwiftProtobuf StringUtils.swift
[35/253] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[36/253] Compiling SwiftProtobuf SwiftProtobufError.swift
[37/253] Compiling SwiftProtobuf TextFormatDecoder.swift
[38/253] Compiling SwiftProtobuf TextFormatDecodingError.swift
[39/253] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[40/253] Compiling SwiftProtobuf TextFormatEncoder.swift
[41/253] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[42/253] Emitting module ArgumentParser
[43/253] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/253] Compiling ArgumentParser CompletionsGenerator.swift
[45/253] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/253] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/253] Compiling ArgumentParser Argument.swift
[48/253] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[64/264] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[65/264] Compiling ArgumentParser ArgumentSet.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[66/264] Compiling ArgumentParser CommandParser.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[67/264] Compiling ArgumentParser InputKey.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[68/264] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[69/264] Compiling ArgumentParser ArgumentVisibility.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[70/264] Compiling ArgumentParser CompletionKind.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[71/264] Compiling ArgumentParser Errors.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[72/264] Emitting module Gzip
[73/264] Compiling Gzip Data+Gzip.swift
[75/265] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[76/265] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[77/265] Compiling SwiftProtobuf TextFormatScanner.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[78/265] Compiling SwiftProtobuf TimeUtils.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[79/265] Compiling SwiftProtobuf UnknownStorage.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[80/265] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[81/265] Compiling SwiftProtobuf Varint.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[82/265] Compiling SwiftProtobuf Version.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[83/265] Compiling SwiftProtobuf Visitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[84/265] Compiling SwiftProtobuf WireFormat.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[85/265] Compiling SwiftProtobuf ZigZag.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[85/265] Wrapping AST for Gzip for debugging
[87/265] Compiling ArgumentParser CollectionExtensions.swift
[88/265] Compiling ArgumentParser Platform.swift
[89/265] Compiling ArgumentParser SequenceExtensions.swift
[90/265] Compiling ArgumentParser StringExtensions.swift
[91/265] Compiling ArgumentParser Tree.swift
[92/265] Compiling ArgumentParser Name.swift
[93/265] Compiling ArgumentParser Parsed.swift
[94/265] Compiling ArgumentParser ParsedValues.swift
[95/265] Compiling ArgumentParser ParserError.swift
[96/265] Compiling ArgumentParser SplitArguments.swift
[97/265] Compiling ArgumentParser DumpHelpGenerator.swift
[98/265] Compiling ArgumentParser HelpCommand.swift
[99/265] Compiling ArgumentParser HelpGenerator.swift
[100/265] Compiling ArgumentParser MessageInfo.swift
[101/265] Compiling ArgumentParser UsageGenerator.swift
[102/265] Compiling ArgumentParser OptionGroup.swift
[103/265] Compiling ArgumentParser AsyncParsableCommand.swift
[104/265] Compiling ArgumentParser CommandConfiguration.swift
[105/265] Compiling ArgumentParser CommandGroup.swift
[106/265] Compiling ArgumentParser EnumerableFlag.swift
[110/265] Compiling ArgumentParser Flag.swift
[111/265] Compiling ArgumentParser NameSpecification.swift
[112/265] Compiling ArgumentParser Option.swift
[118/266] Wrapping AST for ArgumentParser for debugging
[130/266] Compiling GISTools MultiPolygon.swift
[137/266] Compiling SwiftProtobuf ExtensionFields.swift
[138/266] Compiling SwiftProtobuf ExtensionMap.swift
[139/266] Compiling SwiftProtobuf FieldTag.swift
[140/266] Compiling SwiftProtobuf FieldTypes.swift
[141/266] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[142/266] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[179/266] Compiling SwiftProtobuf AnyMessageStorage.swift
[180/266] Compiling SwiftProtobuf AnyUnpackError.swift
[181/266] Compiling SwiftProtobuf AsyncMessageSequence.swift
[182/266] Compiling SwiftProtobuf BinaryDecoder.swift
[183/266] Compiling SwiftProtobuf BinaryDecodingError.swift
[184/266] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[185/266] Compiling SwiftProtobuf BinaryDelimited.swift
[186/266] Compiling SwiftProtobuf BinaryEncoder.swift
[187/266] Compiling SwiftProtobuf BinaryEncodingError.swift
[188/266] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[189/266] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[192/266] Compiling GISTools Point.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[193/266] Compiling GISTools Polygon.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[194/266] Compiling GISTools Polyline.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[195/266] Compiling GISTools Projectable.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[196/266] Compiling GISTools Projection.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[197/266] Compiling GISTools RTree.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[198/266] Compiling GISTools Ring.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[199/266] Compiling GISTools WKBCoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[200/266] Compiling GISTools WKTCoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[201/266] Compiling GISTools MapTile.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[247/266] Compiling SwiftProtobuf resource_bundle_accessor.swift
[248/267] Wrapping AST for SwiftProtobuf for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[250/267] Emitting module GISTools
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/113] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/187] Emitting module GISTools
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[6/198] Emitting module Gzip
[7/198] Compiling Gzip Data+Gzip.swift
[9/198] Emitting module ArgumentParserToolInfo
[10/198] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/236] Compiling Logging LogHandler.swift
[13/236] Emitting module Logging
[14/236] Compiling Logging Locks.swift
[15/236] Compiling Logging Logging.swift
[16/237] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[17/237] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[18/237] Compiling SwiftProtobuf TextFormatScanner.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[19/237] Compiling SwiftProtobuf TimeUtils.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[20/237] Compiling SwiftProtobuf UnknownStorage.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[21/237] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[22/237] Compiling SwiftProtobuf Varint.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[23/237] Compiling SwiftProtobuf Version.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[24/237] Compiling SwiftProtobuf Visitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[25/237] Compiling SwiftProtobuf WireFormat.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[26/237] Compiling SwiftProtobuf ZigZag.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[27/237] Wrapping AST for Logging for debugging
[29/237] Compiling ArgumentParser OptionGroup.swift
[30/237] Compiling ArgumentParser AsyncParsableCommand.swift
[31/237] Compiling ArgumentParser CommandConfiguration.swift
[32/237] Compiling ArgumentParser CommandGroup.swift
[33/237] Compiling ArgumentParser EnumerableFlag.swift
[34/242] Emitting module ArgumentParser
[35/242] Compiling ArgumentParser Name.swift
[36/242] Compiling ArgumentParser Parsed.swift
[37/242] Compiling ArgumentParser ParsedValues.swift
[38/242] Compiling ArgumentParser ParserError.swift
[39/242] Compiling ArgumentParser SplitArguments.swift
[40/242] Compiling SwiftProtobuf Message+JSONAdditions.swift
[41/242] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[42/242] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[43/242] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[44/242] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[45/242] Compiling SwiftProtobuf Message.swift
[46/242] Compiling SwiftProtobuf MessageExtension.swift
[47/242] Compiling SwiftProtobuf NameMap.swift
[48/242] Compiling SwiftProtobuf PathDecoder.swift
[49/242] Compiling SwiftProtobuf PathVisitor.swift
[50/242] Compiling SwiftProtobuf ProtoNameProviding.swift
[51/242] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[53/253] Compiling SwiftProtobuf ProtobufMap.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[54/253] Compiling SwiftProtobuf SelectiveVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[55/253] Compiling SwiftProtobuf SimpleExtensionMap.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[56/253] Compiling SwiftProtobuf StringUtils.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[57/253] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[58/253] Compiling SwiftProtobuf SwiftProtobufError.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[59/253] Compiling SwiftProtobuf TextFormatDecoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[60/253] Compiling SwiftProtobuf TextFormatDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[61/253] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[62/253] Compiling SwiftProtobuf TextFormatEncoder.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[63/253] Compiling ArgumentParser CollectionExtensions.swift
[64/253] Compiling ArgumentParser Platform.swift
[65/253] Compiling ArgumentParser SequenceExtensions.swift
[66/253] Compiling ArgumentParser StringExtensions.swift
[67/253] Compiling ArgumentParser Tree.swift
[68/253] Compiling GISTools MultiPolygon.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[69/253] Compiling SwiftProtobuf api.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[70/253] Compiling SwiftProtobuf descriptor.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[71/253] Compiling SwiftProtobuf duration.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[72/253] Compiling SwiftProtobuf empty.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[73/253] Compiling SwiftProtobuf field_mask.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[74/253] Compiling SwiftProtobuf source_context.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[75/253] Compiling SwiftProtobuf struct.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[76/253] Compiling SwiftProtobuf timestamp.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[77/253] Compiling SwiftProtobuf type.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[78/253] Compiling SwiftProtobuf wrappers.pb.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[79/253] Emitting module SwiftProtobuf
[80/253] Compiling ArgumentParser BashCompletionsGenerator.swift
[81/253] Compiling ArgumentParser CompletionsGenerator.swift
[82/253] Compiling ArgumentParser FishCompletionsGenerator.swift
[83/253] Compiling ArgumentParser ZshCompletionsGenerator.swift
[84/253] Compiling ArgumentParser Argument.swift
[85/253] Compiling ArgumentParser ArgumentHelp.swift
[86/253] Compiling ArgumentParser ExpressibleByArgument.swift
[87/253] Compiling ArgumentParser ParsableArguments.swift
[88/253] Compiling ArgumentParser ParsableArgumentsValidation.swift
[89/253] Compiling ArgumentParser ParsableCommand.swift
[90/253] Compiling ArgumentParser ArgumentDecoder.swift
[91/253] Compiling ArgumentParser ArgumentVisibility.swift
[92/253] Compiling ArgumentParser CompletionKind.swift
[93/253] Compiling ArgumentParser Errors.swift
[94/253] Compiling ArgumentParser Flag.swift
[95/253] Compiling ArgumentParser NameSpecification.swift
[96/253] Compiling ArgumentParser Option.swift
[97/253] Compiling ArgumentParser DumpHelpGenerator.swift
[98/253] Compiling ArgumentParser HelpCommand.swift
[99/253] Compiling ArgumentParser HelpGenerator.swift
[100/253] Compiling ArgumentParser MessageInfo.swift
[101/253] Compiling ArgumentParser UsageGenerator.swift
[102/253] Compiling ArgumentParser ArgumentDefinition.swift
[103/253] Compiling ArgumentParser ArgumentSet.swift
[104/253] Compiling ArgumentParser CommandParser.swift
[105/253] Compiling ArgumentParser InputKey.swift
[106/253] Compiling ArgumentParser InputOrigin.swift
[172/253] Compiling SwiftProtobuf BinaryDelimited.swift
[173/253] Compiling SwiftProtobuf BinaryEncoder.swift
[174/253] Compiling SwiftProtobuf BinaryEncodingError.swift
[175/253] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[176/253] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[177/253] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
[235/253] Compiling SwiftProtobuf resource_bundle_accessor.swift
[236/254] Wrapping AST for SwiftProtobuf for debugging
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
/host/spi-builder-workspace/.build/checkouts/gis-tools/Sources/GISTools/Algorithms/Along.swift:2:8: error: no such module 'CoreLocation'
1 | #if !os(Linux)
2 | import CoreLocation
| `- error: no such module 'CoreLocation'
3 | #endif
4 | import Foundation
BUILD FAILURE 6.1 android