Build Information
Failed to build mvt-postgis, reference v1.3.1 (97634c
), with Swift 6.1 for Android on 25 Aug 2025 14:15:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/mvt-postgis.git
Reference: v1.3.1
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-postgis
* tag v1.3.1 -> FETCH_HEAD
HEAD is now at 97634c5 Swift 6.1 updates
Cloned https://github.com/Outdooractive/mvt-postgis.git
Revision (git rev-parse @):
97634c5bb008bb798aa0e71be40043f3a08a5390
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/mvt-postgis.git at v1.3.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Outdooractive/mvt-postgis.git
https://github.com/Outdooractive/mvt-postgis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "mvt-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Outdooractive/mvt-tools"
},
{
"identity" : "gis-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Outdooractive/gis-tools"
},
{
"identity" : "postgresconnectionpool",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Outdooractive/PostgresConnectionPool.git"
},
{
"identity" : "postgres-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/postgres-nio.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swiftyxmlparser",
"requirement" : {
"range" : [
{
"lower_bound" : "5.6.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yahoojapan/SwiftyXMLParser"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.4.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
}
],
"manifest_display_name" : "mvt-postgis",
"name" : "mvt-postgis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "MVTPostgis",
"targets" : [
"MVTPostgis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MVTPostgisTests",
"module_type" : "SwiftTarget",
"name" : "MVTPostgisTests",
"path" : "Tests/MVTPostgisTests",
"sources" : [
"JSONSourceTests.swift",
"XMLSourceTests.swift",
"YMLSourceTests.swift"
],
"target_dependencies" : [
"MVTPostgis"
],
"type" : "test"
},
{
"c99name" : "MVTPostgis",
"module_type" : "SwiftTarget",
"name" : "MVTPostgis",
"path" : "Sources/MVTPostgis",
"product_dependencies" : [
"GISTools",
"MVTTools",
"PostgresConnectionPool",
"PostgresNIO",
"Collections",
"SwiftyXMLParser",
"Yams"
],
"product_memberships" : [
"MVTPostgis"
],
"sources" : [
"Extensions/ArrayExtensions.swift",
"Extensions/DataExtensions.swift",
"Extensions/DequeExtensions.swift",
"Extensions/DictionaryExtensions.swift",
"Extensions/DoubleExtensions.swift",
"Extensions/FloatingPointExtensions.swift",
"Extensions/IntExtensions.swift",
"Extensions/StringExtensions.swift",
"Extensions/TaskExtensions.swift",
"Extensions/ThreadSafeCollectors.swift",
"MVTLayerPerformanceData.swift",
"MVTPostgis.swift",
"MVTPostgisConfiguration.swift",
"MVTPostgisError.swift",
"Pool/PoolDistributor.swift",
"Postgis/Mapnik/MapnikXMLSource.swift",
"Postgis/Mapnik/MapnikYMLSource.swift",
"Postgis/PostgisDatasource.swift",
"Postgis/PostgisLayer.swift",
"Postgis/PostgisSource.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/yahoojapan/SwiftyXMLParser
Fetching https://github.com/Outdooractive/PostgresConnectionPool.git
Fetching https://github.com/vapor/postgres-nio.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/jpsim/Yams
[1/318] Fetching postgresconnectionpool
[319/1082] Fetching postgresconnectionpool, swiftyxmlparser
[1083/4210] Fetching postgresconnectionpool, swiftyxmlparser, gis-tools
Fetched https://github.com/Outdooractive/PostgresConnectionPool.git from cache (0.33s)
Fetching https://github.com/Outdooractive/mvt-tools
[1/11132] Fetching yams
[2/28486] Fetching yams, swift-collections
[1030/41063] Fetching yams, swift-collections, postgres-nio
[22421/42267] Fetching yams, swift-collections, postgres-nio, mvt-tools
Fetched https://github.com/vapor/postgres-nio.git from cache (0.71s)
[15059/29690] Fetching yams, swift-collections, mvt-tools
Fetched https://github.com/Outdooractive/mvt-tools from cache (0.43s)
[16408/28486] Fetching yams, swift-collections
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (1.36s)
Fetched https://github.com/Outdooractive/gis-tools from cache (1.36s)
Fetched https://github.com/apple/swift-collections from cache (1.39s)
Fetched https://github.com/jpsim/Yams from cache (1.40s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (3.22s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (0.45s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.69s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.2 (0.57s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (0.63s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-metrics.git
[1/2701] Fetching swift-nio-transport-services
[164/4984] Fetching swift-nio-transport-services, swift-metrics
[793/7417] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle
[2104/11314] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-log
[11315/27590] Fetching swift-nio-transport-services, swift-metrics, swift-service-lifecycle, swift-log, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio.git
[9520/25307] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
[9846/40375] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl
[25265/118033] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.20s)
[83761/115600] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.20s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.21s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.24s)
[62871/93934] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.25s)
[47372/77658] Fetching swift-nio
[50479/79466] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[55138/77658] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.86s)
Computing version for https://github.com/Outdooractive/mvt-tools
Computed https://github.com/Outdooractive/mvt-tools at 1.10.1 (5.80s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
[1558/17246] Fetching gzipswift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.80s)
[1/40146] Fetching swift-protobuf
Fetched https://github.com/1024jp/GzipSwift.git from cache (10.34s)
Fetched https://github.com/apple/swift-protobuf from cache (10.40s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (11.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.48s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (0.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.0 (0.55s)
Computing version for https://github.com/Outdooractive/PostgresConnectionPool.git
Computed https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4 (0.48s)
Fetching https://github.com/vapor/postgres-kit
[1/5385] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit from cache (0.80s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (1.28s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/2439] Fetching async-kit
[1733/8459] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.60s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.60s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.12s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5968] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.16s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.81s)
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (0.92s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.46s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.64s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.23s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.63s)
Creating working copy for https://github.com/vapor/postgres-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/Outdooractive/PostgresConnectionPool.git
Working copy of https://github.com/Outdooractive/PostgresConnectionPool.git resolved at 0.8.4
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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.21.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/Outdooractive/mvt-tools
Working copy of https://github.com/Outdooractive/mvt-tools resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.27.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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.4
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.31.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/Outdooractive/gis-tools
Working copy of https://github.com/Outdooractive/gis-tools resolved at 1.13.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[909/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.75s)
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/837] Write sources
[34/837] Compiling system-zlib anchor.c
[35/837] Write sources
[38/837] Copying PrivacyInfo.xcprivacy
[39/837] Write sources
[46/837] Compiling _AtomicsShims.c
[48/837] Compiling _NumericsShims _NumericsShims.c
[49/837] Write swift-version-24593BA9C3E375BF.txt
[49/837] Compiling writer.c
[51/837] Compiling reader.c
[52/837] Compiling parser.c
[53/837] Compiling CNIOWindows shim.c
[53/837] Compiling scanner.c
[55/837] Compiling CNIOWindows WSAStartup.c
[56/837] Compiling CNIOWASI CNIOWASI.c
[57/837] Compiling api.c
[58/837] Compiling emitter.c
[60/980] Emitting module InternalCollectionsUtilities
[61/981] Compiling Logging LogHandler.swift
[62/981] Compiling RealModule Float16+Real.swift
[63/981] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/982] Compiling _NIODataStructures _TinyArray.swift
[65/982] Compiling _NIODataStructures PriorityQueue.swift
[66/982] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/982] Compiling RealModule Float80+Real.swift
[68/982] Emitting module _NIOBase64
[69/982] Compiling _NIOBase64 Base64.swift
[70/982] Compiling RealModule Real.swift
[71/983] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/983] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/983] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/983] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/983] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/983] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/983] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/983] Compiling InternalCollectionsUtilities Integer rank.swift
[79/983] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/983] Compiling InternalCollectionsUtilities Debugging.swift
[81/983] Compiling InternalCollectionsUtilities Descriptions.swift
[82/983] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/984] Compiling RealModule Float+Real.swift
[84/984] Compiling RealModule ElementaryFunctions.swift
[87/984] Emitting module RealModule
[90/984] Emitting module _NIODataStructures
[91/984] Compiling _NIODataStructures Heap.swift
[93/985] Compiling RealModule RealFunctions.swift
[97/1158] Compiling GISTools NearestPoint.swift
[98/1158] Compiling GISTools NearestPointOnFeature.swift
[99/1158] Compiling GISTools LineSliceAlong.swift
[100/1158] Compiling GISTools MidPoint.swift
[101/1158] Compiling GISTools NearestPointOnLine.swift
[102/1158] Compiling GISTools NearestPointToLine.swift
[103/1158] Compiling GISTools Center.swift
[104/1158] Compiling GISTools Circle.swift
[105/1160] Compiling Logging Locks.swift
[106/1160] Emitting module Logging
[107/1160] Compiling Logging MetadataProvider.swift
[108/1160] Compiling Logging Logging.swift
[109/1161] Compiling GISTools LineOverlap.swift
[110/1161] Compiling GISTools LineSegments.swift
[111/1161] Compiling GISTools LineSlice.swift
[112/1161] Compiling GISTools BoundingBoxPosition.swift
[113/1161] Compiling GISTools Buffer.swift
[114/1161] Compiling GISTools LineArc.swift
[115/1161] Compiling GISTools LineChunk.swift
[116/1161] Compiling GISTools LineIntersect.swift
[117/1161] Compiling GISTools Bearing.swift
[118/1161] Compiling GISTools BooleanClockwise.swift
[119/1161] Compiling GISTools BooleanCrosses.swift
[120/1161] Compiling GISTools BooleanDisjoint.swift
[121/1161] Compiling GISTools BooleanIntersects.swift
[122/1161] Compiling GISTools BooleanOverlap.swift
[123/1161] Compiling GISTools BooleanParallel.swift
[124/1161] Compiling GISTools BooleanPointInPolygon.swift
[125/1161] Compiling GISTools BooleanPointOnLine.swift
[126/1161] Compiling GISTools BoundingBoxClip.swift
[127/1161] Compiling GISTools Feature.swift
[128/1161] Compiling GISTools FeatureCollection.swift
[129/1161] Compiling GISTools GeoJson.swift
[130/1161] Compiling GISTools GeoJsonCodable.swift
[131/1161] Compiling GISTools GeoJsonConvertible.swift
[132/1161] Compiling GISTools GeoJsonReader.swift
[133/1161] Compiling GISTools GeometryCollection.swift
[134/1161] Compiling GISTools LineSegment.swift
[136/1170] Compiling SwiftyXMLParser XML.swift
[137/1170] Compiling Gzip Data+Gzip.swift
[138/1170] Emitting module Gzip
[139/1171] Compiling SwiftyXMLParser Parser.swift
[140/1171] Compiling SwiftyXMLParser Error.swift
[141/1171] Compiling SwiftyXMLParser Element.swift
[142/1171] Compiling SwiftyXMLParser Accessor.swift
[143/1171] Emitting module SwiftyXMLParser
[144/1172] Compiling SwiftASN1 DER.swift
[145/1172] Compiling SwiftASN1 Errors.swift
[148/1234] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[149/1234] Compiling OrderedCollections OrderedSet+Descriptions.swift
[150/1234] Compiling OrderedCollections OrderedSet+Diffing.swift
[151/1234] Compiling OrderedCollections OrderedSet+Equatable.swift
[152/1234] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[153/1234] Compiling OrderedCollections OrderedSet+Hashable.swift
[154/1234] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[155/1234] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[156/1234] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[157/1234] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[158/1234] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[159/1234] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[160/1234] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[161/1234] Compiling OrderedCollections OrderedDictionary+Values.swift
[162/1234] Compiling OrderedCollections OrderedSet+Initializers.swift
[163/1234] Compiling OrderedCollections OrderedSet+Insertions.swift
[164/1234] Compiling OrderedCollections OrderedSet+Invariants.swift
[165/1234] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[166/1234] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[167/1234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[168/1234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[169/1234] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[170/1234] Compiling OrderedCollections _HashTable+Bucket.swift
[171/1234] Compiling OrderedCollections _HashTable+BucketIterator.swift
[172/1234] Compiling OrderedCollections _HashTable+Constants.swift
[173/1234] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[174/1234] Compiling OrderedCollections _HashTable+Testing.swift
[175/1234] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[176/1234] Compiling OrderedCollections _HashTable.swift
[177/1234] Compiling OrderedCollections _Hashtable+Header.swift
[178/1234] Compiling HeapModule Heap+Descriptions.swift
[179/1234] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[180/1310] Compiling HeapModule _HeapNode.swift
[181/1310] Compiling HeapModule Heap.swift
[182/1310] Emitting module SwiftASN1
[183/1311] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[184/1311] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[185/1311] Compiling HashTreeCollections TreeDictionary+Keys.swift
[186/1311] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[187/1311] Compiling HashTreeCollections TreeDictionary+Merge.swift
[188/1311] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[189/1311] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[190/1318] Compiling HeapModule Heap+Invariants.swift
[191/1318] Compiling HeapModule Heap+UnsafeHandle.swift
[193/1318] Emitting module HeapModule
[194/1334] Compiling DequeModule Deque+CustomReflectable.swift
[195/1334] Compiling DequeModule Deque+Descriptions.swift
[196/1336] Compiling HashTreeCollections TreeDictionary+Collection.swift
[197/1336] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[198/1336] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[199/1336] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[200/1336] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[201/1336] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[202/1336] Compiling HashTreeCollections TreeDictionary+Filter.swift
[203/1336] Compiling HashTreeCollections TreeSet+Hashable.swift
[204/1336] Compiling HashTreeCollections TreeSet+Sendable.swift
[205/1336] Compiling HashTreeCollections TreeSet+Sequence.swift
[206/1336] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[207/1336] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[208/1336] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[209/1336] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[210/1336] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[211/1336] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[212/1336] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[213/1346] Compiling DequeModule Deque+Codable.swift
[214/1346] Compiling DequeModule Deque+Collection.swift
[217/1346] Compiling DequeModule Deque+Equatable.swift
[218/1346] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[219/1346] Compiling DequeModule Deque+Extras.swift
[220/1346] Compiling DequeModule Deque+Hashable.swift
[221/1346] Compiling DequeModule Deque+Testing.swift
[222/1346] Compiling DequeModule Deque._Storage.swift
[224/1349] Compiling DequeModule _DequeBuffer.swift
[225/1349] Compiling DequeModule _DequeBufferHeader.swift
[230/1349] Compiling DequeModule Deque._UnsafeHandle.swift
[231/1349] Compiling DequeModule Deque.swift
[232/1349] Compiling DequeModule _DequeSlot.swift
[233/1349] Compiling DequeModule _UnsafeWrappedBuffer.swift
[234/1349] Compiling HashTreeCollections _HashNode+Storage.swift
[235/1349] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[236/1349] Compiling HashTreeCollections _HashNode+Structural filter.swift
[237/1349] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[238/1349] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[239/1349] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[240/1349] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[241/1349] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[242/1349] Compiling HashTreeCollections _HashNode+Structural merge.swift
[243/1349] Compiling HashTreeCollections _HashTreeIterator.swift
[244/1349] Compiling HashTreeCollections _HashTreeStatistics.swift
[245/1349] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[266/1360] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[267/1360] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[268/1360] Compiling HashTreeCollections _HashNode.swift
[269/1360] Compiling HashTreeCollections _HashNodeHeader.swift
[270/1360] Compiling HashTreeCollections _HashSlot.swift
[271/1360] Compiling HashTreeCollections _HashStack.swift
[272/1360] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[273/1360] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[274/1360] Compiling CoreMetrics Locks.swift
[275/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[276/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[277/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[278/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[279/1360] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[280/1360] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[281/1360] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[282/1360] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[283/1360] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[284/1360] Compiling SwiftProtobuf api.pb.swift
[297/1360] Compiling OrderedCollections OrderedSet+Sendable.swift
[298/1360] Compiling OrderedCollections OrderedSet+SubSequence.swift
[299/1360] Compiling OrderedCollections OrderedSet+Testing.swift
[300/1360] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[301/1360] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[302/1360] Compiling OrderedCollections OrderedSet.swift
[303/1360] Compiling OrderedCollections _UnsafeBitset.swift
[304/1360] Compiling HashTreeCollections TreeSet+Equatable.swift
[305/1360] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[306/1360] Compiling HashTreeCollections TreeSet+Extras.swift
[307/1360] Compiling HashTreeCollections TreeSet+Filter.swift
[308/1360] Emitting module _RopeModule
[309/1360] Emitting module CoreMetrics
[316/1360] Emitting module SwiftProtobuf
error: emit-module command failed with exit code 1 (use -v to see invocation)
[317/1360] Emitting module GISTools
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[318/1371] Emitting module DequeModule
[330/1372] Compiling HashTreeCollections _RawHashNode.swift
[331/1372] Compiling HashTreeCollections _UnmanagedHashNode.swift
[332/1372] Compiling HashTreeCollections _UnsafePath.swift
[333/1372] Compiling HashTreeCollections TreeDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[373/1377] Compiling CoreMetrics Metrics.swift
[374/1377] Emitting module Yams
[376/1378] Compiling ConcurrencyHelpers LockedValueBox.swift
[377/1378] Emitting module OrderedCollections
[409/1379] Compiling Yams YamlError.swift
[410/1379] Compiling Yams YamlTagProviding.swift
[415/1393] Compiling ConcurrencyHelpers Lock.swift
[416/1395] Emitting module ConcurrencyHelpers
[426/1398] Compiling GISTools MultiPolygon.swift
[427/1398] Compiling GISTools Point.swift
[428/1398] Compiling GISTools Polygon.swift
[438/1398] Compiling CNIOPosix event_loop_id.c
[442/1401] Compiling Atomics ManagedAtomic.swift
[443/1401] Compiling Atomics ManagedAtomicLazyReference.swift
[445/1403] Compiling Atomics UnsafeAtomic.swift
[446/1403] Compiling Atomics UnsafeAtomicLazyReference.swift
[447/1403] Compiling Atomics DoubleWord.swift
[452/1403] Compiling Atomics AtomicMemoryOrderings.swift
[453/1403] Compiling Atomics AtomicStorage.swift
[454/1403] Compiling Atomics AtomicValue.swift
[456/1406] Compiling CNIOLinux shim.c
[457/1406] Compiling CNIOLinux liburing_shims.c
[458/1406] Compiling CNIODarwin shim.c
[460/1406] Compiling Metrics Metrics.swift
[461/1406] Emitting module Metrics
[462/1407] Compiling UnixSignals UnixSignal.swift
[464/1407] Compiling Atomics AtomicInteger.swift
[465/1407] Compiling Atomics AtomicOptionalWrappable.swift
[466/1407] Compiling Atomics AtomicReference.swift
[467/1407] Compiling Atomics IntegerOperations.swift
[468/1407] Compiling Atomics Unmanaged extensions.swift
[468/1407] Compiling fiat_p256_adx_sqr.S
[492/1407] Compiling Atomics OptionalRawRepresentable.swift
[493/1407] Compiling Atomics RawRepresentable.swift
[494/1407] Compiling Atomics AtomicBool.swift
[498/1407] Compiling Atomics IntegerConformances.swift
[499/1407] Compiling Atomics PointerConformances.swift
[500/1407] Compiling Atomics Primitives.native.swift
[502/1407] Compiling fiat_p256_adx_mul.S
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[514/1407] Compiling fiat_curve25519_adx_square.S
[515/1407] Compiling fiat_curve25519_adx_mul.S
[517/1407] Compiling UnixSignals UnixSignalsSequence.swift
[518/1407] Emitting module UnixSignals
[519/1408] Compiling CNIOBoringSSLShims shims.c
[552/1409] Emitting module HashTreeCollections
[554/1410] Emitting module Atomics
[554/1410] Compiling tls_method.cc
[555/1410] Compiling tls_record.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[566/1411] Compiling GISTools Polyline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[567/1411] Compiling GISTools Projectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[568/1411] Compiling GISTools Projection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[569/1411] Compiling GISTools RTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[570/1411] Compiling GISTools Ring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[571/1411] Compiling GISTools WKBCoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[572/1411] Compiling GISTools WKTCoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[573/1411] Compiling GISTools MapTile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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
[573/1411] Compiling tls13_server.cc
[575/1411] Compiling tls13_enc.cc
[577/1426] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[578/1426] Compiling _ConnectionPoolModule ConnectionLease.swift
[578/1427] Compiling tls13_client.cc
[580/1427] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[581/1427] Compiling _ConnectionPoolModule ConnectionRequest.swift
[582/1427] Compiling _ConnectionPoolModule Max2Sequence.swift
[583/1427] Compiling _ConnectionPoolModule NIOLock.swift
[584/1427] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[585/1427] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[586/1427] Compiling _ConnectionPoolModule TinyFastSequence.swift
[586/1427] Compiling t1_enc.cc
[587/1427] Compiling tls13_both.cc
[589/1427] Compiling _ConnectionPoolModule ConnectionPool.swift
[590/1427] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[590/1427] Compiling ssl_versions.cc
[591/1427] Compiling ssl_x509.cc
[593/1427] Emitting module _ConnectionPoolModule
[593/1427] Compiling ssl_transcript.cc
[595/1427] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[596/1427] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[597/1427] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[598/1427] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[598/1427] Compiling ssl_key_share.cc
[598/1427] Compiling ssl_privkey.cc
[598/1427] Compiling ssl_session.cc
[598/1427] Compiling ssl_lib.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[598/1427] Compiling ssl_stat.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/762] Write sources
[5/763] Compiling ssl_stat.cc
[6/763] Compiling ssl_privkey.cc
[7/763] Compiling ssl_file.cc
[8/763] Compiling ssl_key_share.cc
[9/763] Compiling ssl_session.cc
[10/763] Write swift-version-24593BA9C3E375BF.txt
[11/763] Compiling ssl_lib.cc
[13/767] Compiling _NIODataStructures PriorityQueue.swift
[14/767] Compiling _NIODataStructures Heap.swift
[15/767] Emitting module _NIODataStructures
[16/767] Compiling _NIODataStructures _TinyArray.swift
[17/770] Compiling ssl_cert.cc
[18/770] Compiling ssl_buffer.cc
[19/785] Compiling c-nioatomics.c
[20/796] Compiling ssl_credential.cc
[22/796] Compiling _NIOBase64 Base64.swift
[22/796] Compiling ssl_cipher.cc
[24/796] Emitting module _NIOBase64
[24/797] Compiling ssl_asn1.cc
[27/798] Compiling SwiftyXMLParser XML.swift
[28/871] Compiling SwiftProtobuf Enum.swift
[29/871] Compiling SwiftProtobuf ExtensibleMessage.swift
[30/916] Compiling SwiftyXMLParser Error.swift
[31/916] Compiling SwiftyXMLParser Element.swift
[32/916] Compiling SwiftyXMLParser Parser.swift
[33/916] Compiling RealModule Float80+Real.swift
[34/917] Compiling RealModule ElementaryFunctions.swift
[35/931] Compiling RealModule Real.swift
[36/931] Compiling SwiftProtobuf BytecodeInterpreter.swift
[37/931] Compiling SwiftProtobuf BytecodeReader.swift
[38/931] Compiling RealModule RealFunctions.swift
[39/931] Compiling RealModule Float16+Real.swift
[40/931] Compiling RealModule Float+Real.swift
[41/931] Emitting module SwiftyXMLParser
[42/931] Compiling SwiftyXMLParser Accessor.swift
[43/932] Compiling Logging MetadataProvider.swift
[44/932] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/933] Compiling InternalCollectionsUtilities Descriptions.swift
[46/933] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/933] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[48/933] Compiling InternalCollectionsUtilities Debugging.swift
[50/933] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[51/933] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/933] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[53/933] Compiling InternalCollectionsUtilities Integer rank.swift
[54/933] Emitting module RealModule
[56/934] Emitting module Logging
[57/934] Compiling Logging Locks.swift
[60/936] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/938] Emitting module Yams
[62/938] Compiling Yams YamlError.swift
[63/938] Compiling Yams YamlTagProviding.swift
[64/1020] Compiling GISTools BoundingBoxPosition.swift
[65/1020] Compiling GISTools Buffer.swift
[66/1020] Compiling GISTools Center.swift
[67/1020] Compiling GISTools Distance.swift
[68/1020] Compiling GISTools EnumerateCoordinates.swift
[69/1020] Compiling GISTools EnumerateProperties.swift
[70/1020] Compiling GISTools Flatten.swift
[71/1020] Compiling GISTools FrechetDistance.swift
[72/1020] Compiling GISTools Length.swift
[72/1020] Compiling c-atomics.c
[74/1020] Compiling GISTools Circle.swift
[75/1020] Compiling GISTools Conversions.swift
[78/1020] Emitting module InternalCollectionsUtilities
[79/1020] Compiling GISTools LineArc.swift
[80/1020] Compiling GISTools LineChunk.swift
[84/1020] Compiling GISTools Destination.swift
[93/1024] Compiling GISTools LineIntersect.swift
[94/1024] Compiling GISTools LineOverlap.swift
[97/1024] Compiling GISTools LineSegments.swift
[98/1030] Emitting module Gzip
[99/1030] Compiling Gzip Data+Gzip.swift
[101/1031] Compiling CoreMetrics Locks.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[102/1031] 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
[103/1042] Compiling Logging LogHandler.swift
[104/1042] Compiling Logging Logging.swift
[105/1043] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[107/1043] Compiling GISTools LineSlice.swift
[112/1043] Emitting module CoreMetrics
[113/1043] Compiling NIOConcurrencyHelpers NIOLock.swift
[114/1093] Compiling NIOConcurrencyHelpers lock.swift
[115/1166] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[116/1166] Emitting module NIOConcurrencyHelpers
[117/1166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/1166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/1166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/1166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/1166] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/1166] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/1166] Compiling _RopeModule Rope+Extract.swift
[124/1166] Compiling _RopeModule Rope+Find.swift
[125/1166] Compiling _RopeModule Rope+ForEachWhile.swift
[126/1166] Compiling _RopeModule Rope+Insert.swift
[127/1166] Compiling _RopeModule Rope+_Storage.swift
[128/1166] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[129/1177] Compiling NIOConcurrencyHelpers atomics.swift
[130/1178] Compiling CoreMetrics Metrics.swift
[133/1179] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[134/1179] Compiling OrderedCollections _HashTable+Testing.swift
[135/1179] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[136/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[137/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[138/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[139/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[140/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[141/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[142/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[144/1191] Emitting module SwiftASN1
[145/1195] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[153/1195] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[154/1229] Compiling HeapModule Heap+Descriptions.swift
[155/1273] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[156/1273] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[157/1273] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[158/1273] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[159/1273] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[160/1273] Compiling HashTreeCollections _HashNode+Structural merge.swift
[161/1273] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[162/1273] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[163/1273] Compiling HashTreeCollections _HashNode+Structural union.swift
[164/1273] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[165/1273] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[166/1273] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[167/1273] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[168/1273] Compiling HashTreeCollections _HashNode.swift
[169/1273] Compiling HashTreeCollections _HashNodeHeader.swift
[170/1273] Compiling HashTreeCollections _HashSlot.swift
[171/1273] Compiling HashTreeCollections _HashNode+Invariants.swift
[172/1273] Compiling HashTreeCollections _HashNode+Lookups.swift
[173/1273] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[174/1273] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[175/1273] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[176/1273] Compiling HashTreeCollections _HashNode+Storage.swift
[177/1273] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[178/1273] Compiling HashTreeCollections _HashNode+Structural filter.swift
[179/1273] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[180/1273] Compiling HashTreeCollections TreeDictionary+Merge.swift
[181/1273] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[182/1273] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[183/1273] Compiling HashTreeCollections TreeDictionary+Values.swift
[184/1273] Compiling HashTreeCollections TreeDictionary.swift
[185/1273] Compiling HashTreeCollections TreeSet+Codable.swift
[186/1273] Compiling HashTreeCollections TreeSet+Collection.swift
[187/1273] Compiling HeapModule Heap.swift
[188/1273] Compiling HeapModule _HeapNode.swift
[189/1273] Compiling HeapModule Heap+Invariants.swift
[190/1273] Compiling HeapModule Heap+UnsafeHandle.swift
[191/1288] Compiling Metrics Metrics.swift
[192/1288] Emitting module Metrics
[193/1289] Emitting module HeapModule
[194/1290] Compiling DequeModule Deque+CustomReflectable.swift
[195/1290] Compiling DequeModule Deque+Descriptions.swift
[198/1292] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/1292] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/1292] Compiling HashTreeCollections TreeSet+Sequence.swift
[201/1292] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[202/1292] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[203/1292] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[204/1292] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[205/1292] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[206/1292] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[207/1292] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[208/1302] Compiling DequeModule _DequeBuffer.swift
[209/1302] Compiling DequeModule _DequeBufferHeader.swift
[210/1302] Compiling DequeModule Deque+Equatable.swift
[211/1302] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[212/1302] Compiling DequeModule Deque+Extras.swift
[213/1302] Compiling DequeModule Deque+Hashable.swift
[214/1302] Compiling DequeModule Deque+Testing.swift
[215/1302] Compiling DequeModule Deque._Storage.swift
[219/1305] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[220/1305] Compiling HashTreeCollections TreeSet+Debugging.swift
[221/1305] Compiling HashTreeCollections TreeSet+Descriptions.swift
[222/1305] Compiling HashTreeCollections TreeSet+Equatable.swift
[223/1305] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[224/1305] Compiling HashTreeCollections TreeSet+Extras.swift
[225/1305] Compiling HashTreeCollections TreeSet+Filter.swift
[226/1323] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[227/1323] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[228/1323] Compiling HashTreeCollections TreeDictionary+Filter.swift
[229/1323] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[230/1323] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[231/1323] Compiling HashTreeCollections TreeDictionary+Keys.swift
[237/1323] Compiling HashTreeCollections _HashTreeIterator.swift
[238/1323] Compiling HashTreeCollections _HashTreeStatistics.swift
[239/1323] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[240/1323] Compiling HashTreeCollections _RawHashNode.swift
[241/1323] Compiling HashTreeCollections _UnmanagedHashNode.swift
[242/1323] Compiling HashTreeCollections _UnsafePath.swift
[243/1323] Compiling HashTreeCollections TreeDictionary+Codable.swift
[244/1323] Compiling Atomics OptionalRawRepresentable.swift
[245/1323] Compiling Atomics RawRepresentable.swift
[246/1323] Compiling Atomics AtomicBool.swift
[247/1323] Compiling Atomics AtomicInteger.swift
[248/1323] Compiling Atomics AtomicOptionalWrappable.swift
[249/1323] Compiling Atomics AtomicReference.swift
[250/1323] Compiling Atomics IntegerConformances.swift
[251/1323] Compiling Atomics PointerConformances.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
[263/1323] Compiling ConcurrencyHelpers LockedValueBox.swift
[264/1323] Compiling Atomics UnsafeAtomicLazyReference.swift
[265/1323] Compiling Atomics ManagedAtomic.swift
[266/1323] Compiling Atomics AtomicStorage.swift
[267/1323] Compiling Atomics AtomicValue.swift
[271/1325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[272/1325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[273/1325] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[274/1325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[287/1334] Compiling Atomics ManagedAtomicLazyReference.swift
[288/1334] Compiling Atomics UnsafeAtomic.swift
[290/1334] Compiling Atomics AtomicMemoryOrderings.swift
[291/1334] Compiling Atomics DoubleWord.swift
[292/1334] Compiling _RopeModule _CharacterRecognizer.swift
[293/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[294/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[295/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[296/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[297/1334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[298/1334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[299/1334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[300/1334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[301/1334] Compiling HashTreeCollections TreeSet.swift
[302/1334] Emitting module ConcurrencyHelpers
[303/1334] Compiling ConcurrencyHelpers Lock.swift
[315/1335] Compiling Atomics Primitives.native.swift
[319/1335] Compiling Atomics IntegerOperations.swift
[320/1335] Compiling Atomics Unmanaged extensions.swift
[324/1360] Emitting module DequeModule
[325/1361] Compiling Algorithms MinMax.swift
[326/1361] Compiling Algorithms AdjacentPairs.swift
[327/1361] Compiling Algorithms Chain.swift
[328/1361] Compiling Algorithms Chunked.swift
[329/1361] Compiling Algorithms Combinations.swift
[330/1361] Compiling Algorithms Partition.swift
[331/1361] Compiling Algorithms Permutations.swift
[332/1361] Compiling Algorithms Product.swift
[333/1361] Compiling Algorithms RandomSample.swift
[334/1361] Compiling Algorithms Reductions.swift
[344/1361] Compiling Algorithms Rotate.swift
[345/1361] Compiling Algorithms Split.swift
[346/1361] Emitting module OrderedCollections
[349/1410] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[350/1410] Compiling AsyncAlgorithms Locking.swift
[351/1410] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[352/1410] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[353/1410] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[354/1410] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[355/1410] Compiling AsyncAlgorithms AsyncChannel.swift
[356/1410] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[361/1410] Compiling AsyncAlgorithms Rethrow.swift
[362/1410] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[363/1410] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[364/1410] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[365/1410] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[366/1410] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[367/1410] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[368/1410] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[369/1410] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[370/1410] Compiling AsyncAlgorithms DebounceStateMachine.swift
[371/1410] Compiling AsyncAlgorithms DebounceStorage.swift
[372/1410] Compiling AsyncAlgorithms Dictionary.swift
[384/1410] Compiling AsyncAlgorithms MergeStorage.swift
[385/1410] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[395/1410] Compiling UnixSignals UnixSignal.swift
[396/1410] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[397/1410] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[398/1410] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[399/1410] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[400/1410] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[401/1410] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[402/1410] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[403/1410] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[404/1410] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[405/1410] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[406/1410] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[407/1410] Emitting module UnixSignals
[408/1410] Compiling UnixSignals UnixSignalsSequence.swift
[409/1411] Emitting module _RopeModule
[411/1411] Compiling AsyncAlgorithms MergeStateMachine.swift
[414/1414] Compiling _RopeModule Optional Utilities.swift
[415/1414] Compiling _RopeModule String Utilities.swift
[416/1414] Compiling _RopeModule String.Index+ABI.swift
[433/1414] Compiling _RopeModule Rope+Join.swift
[434/1414] Compiling _RopeModule Rope+MutatingForEach.swift
[435/1414] Compiling _RopeModule Rope+Remove.swift
[436/1414] Compiling _RopeModule Rope+RemoveSubrange.swift
[437/1414] Compiling _RopeModule Rope+Split.swift
[438/1414] Compiling AsyncAlgorithms CombineLatestStorage.swift
[439/1414] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[440/1414] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[454/1414] Compiling Algorithms Trim.swift
[455/1414] Compiling Algorithms Unique.swift
[456/1414] Compiling Algorithms Windows.swift
[479/1414] Emitting module AsyncAlgorithms
/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
[490/1421] 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
[491/1421] 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
[492/1421] 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
[493/1421] 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
[494/1421] 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
[495/1421] 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
[496/1421] 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
[500/1421] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[501/1421] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[502/1421] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[515/1421] Emitting module Atomics
[523/1422] Emitting module SwiftProtobuf
[524/1422] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[525/1422] Compiling AsyncAlgorithms ChannelStateMachine.swift
[526/1422] Compiling AsyncAlgorithms ChannelStorage.swift
[547/1422] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[552/1422] Emitting module HashTreeCollections
[559/1438] Compiling ssl_aead_ctx.cc
[561/1438] Compiling AsyncAlgorithms SetAlgebra.swift
[562/1438] Compiling AsyncAlgorithms UnsafeTransfer.swift
[563/1438] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[564/1438] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[565/1438] Compiling AsyncAlgorithms ZipStateMachine.swift
[566/1438] Compiling AsyncAlgorithms ZipStorage.swift
[567/1438] Compiling _ConnectionPoolModule ConnectionIDGenerator.swift
[568/1438] Compiling _ConnectionPoolModule ConnectionLease.swift
[575/1439] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[576/1439] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[586/1439] Compiling _ConnectionPoolModule Max2Sequence.swift
[587/1439] Compiling _ConnectionPoolModule NIOLock.swift
[588/1439] Compiling _ConnectionPoolModule ConnectionPoolObservabilityDelegate.swift
[589/1439] Compiling _ConnectionPoolModule ConnectionRequest.swift
[590/1439] Compiling _ConnectionPoolModule ConnectionPool.swift
[591/1439] Compiling _ConnectionPoolModule ConnectionPoolError.swift
[594/1439] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.swift
[595/1439] Compiling _ConnectionPoolModule PoolStateMachine.swift
[596/1439] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[597/1439] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[604/1501] Compiling NIOCore ByteBuffer-conversions.swift
[605/1501] Compiling NIOCore ByteBuffer-core.swift
[606/1501] Compiling NIOCore ByteBuffer-aux.swift
[607/1501] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[608/1501] Emitting module Algorithms
[609/1502] Compiling _ConnectionPoolModule TinyFastSequence.swift
[610/1502] Compiling NIOCore AsyncAwaitSupport.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[611/1502] Compiling NIOCore AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/.build/checkouts/postgres-nio/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[613/1502] Compiling NIOCore ByteBuffer-hex.swift
[614/1502] Compiling NIOCore ByteBuffer-int.swift
[614/1502] Compiling s3_pkt.cc
[615/1502] Compiling s3_lib.cc
[617/1510] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[618/1510] Emitting module ServiceLifecycle
[619/1511] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[620/1511] Compiling NIOCore NIOAny.swift
[621/1511] Compiling NIOCore NIOCloseOnErrorHandler.swift
[622/1511] Compiling NIOCore NIOCoreSendableMetatype.swift
[623/1511] Compiling NIOCore NIOLoopBound.swift
[624/1511] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[625/1511] Compiling NIOCore NIOScheduledCallback.swift
[626/1511] Compiling NIOCore NIOSendable.swift
[627/1511] Compiling NIOCore RecvByteBufferAllocator.swift
[628/1511] Compiling NIOCore GlobalSingletons.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
[629/1511] Compiling NIOCore IO.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
[630/1511] Compiling NIOCore ByteBuffer-multi-int.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
[631/1511] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.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
[632/1511] Compiling NIOCore ByteBuffer-views.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
[633/1511] Compiling NIOCore Channel.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
[634/1511] Compiling NIOCore ChannelHandler.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
[635/1511] Compiling NIOCore ChannelHandlers.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
[636/1511] Compiling NIOCore ChannelInvoker.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
[637/1511] Compiling NIOCore ChannelOption.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
[638/1511] Compiling NIOCore ChannelPipeline.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
[639/1519] Compiling ServiceLifecycle GracefulShutdown.swift
[640/1519] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[641/1519] Compiling ServiceLifecycle CancellationWaiter.swift
[642/1519] Compiling ServiceLifecycle ServiceRunnerError.swift
[643/1519] Emitting module _ConnectionPoolModule
[643/1519] Compiling s3_both.cc
[645/1519] Compiling NIOCore IOData.swift
[646/1519] Compiling NIOCore IPProtocol.swift
[647/1519] Compiling NIOCore IntegerBitPacking.swift
[648/1519] Compiling NIOCore IntegerTypes.swift
[649/1519] Compiling NIOCore Interfaces.swift
[650/1519] Compiling NIOCore Linux.swift
[651/1519] Compiling NIOCore MarkedCircularBuffer.swift
[652/1519] Compiling NIOCore MulticastChannel.swift
[653/1519] Compiling ServiceLifecycle Service.swift
[654/1519] Compiling ServiceLifecycle ServiceGroup.swift
[656/1520] Compiling NIOCore AsyncChannelHandler.swift
[657/1520] Compiling NIOCore AsyncChannelInboundStream.swift
[657/1520] Compiling handshake_server.cc
[657/1520] Compiling handoff.cc
[657/1520] Compiling handshake.cc
[657/1520] Compiling handshake_client.cc
BUILD FAILURE 6.1 android