Build Information
Failed to build mvt-postgis, reference v1.3.1 (97634c
), with Swift 6.1 for Wasm on 25 Aug 2025 14:11:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/yahoojapan/SwiftyXMLParser
Fetching https://github.com/Outdooractive/gis-tools
Fetching https://github.com/Outdooractive/PostgresConnectionPool.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/vapor/postgres-nio.git
[1/3128] Fetching gis-tools
[783/3892] Fetching gis-tools, swiftyxmlparser
[2312/4210] Fetching gis-tools, swiftyxmlparser, postgresconnectionpool
[4211/15342] Fetching gis-tools, swiftyxmlparser, postgresconnectionpool, yams
[4657/32696] Fetching gis-tools, swiftyxmlparser, postgresconnectionpool, yams, swift-collections
Fetched https://github.com/yahoojapan/SwiftyXMLParser from cache (0.39s)
Fetched https://github.com/Outdooractive/gis-tools from cache (0.39s)
Fetching https://github.com/Outdooractive/mvt-tools
[1681/28804] Fetching postgresconnectionpool, yams, swift-collections
[2252/41381] Fetching postgresconnectionpool, yams, swift-collections, postgres-nio
[23407/42585] Fetching postgresconnectionpool, yams, swift-collections, postgres-nio, mvt-tools
Fetched https://github.com/Outdooractive/mvt-tools from cache (0.47s)
[28177/41381] Fetching postgresconnectionpool, yams, swift-collections, postgres-nio
Fetched https://github.com/Outdooractive/PostgresConnectionPool.git from cache (1.37s)
Fetched https://github.com/vapor/postgres-nio.git from cache (1.37s)
Fetched https://github.com/apple/swift-collections from cache (1.39s)
Fetched https://github.com/jpsim/Yams from cache (1.55s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (3.57s)
Computing version for https://github.com/yahoojapan/SwiftyXMLParser
Computed https://github.com/yahoojapan/SwiftyXMLParser at 5.6.0 (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.66s)
Computing version for https://github.com/Outdooractive/gis-tools
Computed https://github.com/Outdooractive/gis-tools at 1.13.2 (0.49s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.27.0 (0.51s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
[1/2433] Fetching swift-service-lifecycle
[2216/5134] Fetching swift-service-lifecycle, swift-nio-transport-services
[2290/9031] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log
[3590/11314] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, swift-metrics
[11315/27590] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, swift-metrics, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.42s)
[6761/22874] Fetching swift-nio-transport-services, swift-log, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[7576/37942] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
[10186/39750] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
[13362/37942] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl
[19788/115600] Fetching swift-nio-transport-services, swift-log, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.11s)
Fetched https://github.com/apple/swift-log.git from cache (2.11s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.13s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.15s)
[50478/77658] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.71s)
Computing version for https://github.com/Outdooractive/mvt-tools
Computed https://github.com/Outdooractive/mvt-tools at 1.10.1 (5.62s)
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/1024jp/GzipSwift.git
[1/1557] Fetching gzipswift
[1558/17246] Fetching gzipswift, swift-argument-parser
Fetched https://github.com/1024jp/GzipSwift.git from cache (0.89s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.90s)
[1/40146] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf from cache (5.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (6.32s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.53s)
Computing version for https://github.com/1024jp/GzipSwift.git
Computed https://github.com/1024jp/GzipSwift.git at 5.2.0 (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.63s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.0 (0.59s)
Computing version for https://github.com/Outdooractive/PostgresConnectionPool.git
Computed https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4 (1.24s)
Fetching https://github.com/vapor/postgres-kit
[1/5385] Fetching postgres-kit
Fetched https://github.com/vapor/postgres-kit from cache (0.77s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (1.29s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2439] Fetching async-kit
[2343/8459] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.46s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.46s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.97s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5968] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.08s)
Fetching https://github.com/apple/swift-numerics.git
[1/6342] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.39s)
Fetching https://github.com/apple/swift-system.git
[1/4900] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.1 (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.87s)
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.76s)
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.46s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.05s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.88s)
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.76s)
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.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.38s)
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.47s)
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/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/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/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/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-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-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-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-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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/1024jp/GzipSwift.git
Working copy of https://github.com/1024jp/GzipSwift.git resolved at 5.2.0
Creating working copy for https://github.com/yahoojapan/SwiftyXMLParser
Working copy of https://github.com/yahoojapan/SwiftyXMLParser resolved at 5.6.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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/PostgresConnectionPool.git
Working copy of https://github.com/Outdooractive/PostgresConnectionPool.git resolved at 0.8.4
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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.27.0
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[1397/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.82s)
[1/1] Compiling plugin SwiftProtobufPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/837] Write sources
[33/837] Compiling system-zlib anchor.c
[34/837] Write sources
[37/837] Copying PrivacyInfo.xcprivacy
[38/837] Write sources
[46/837] Compiling _NumericsShims _NumericsShims.c
[46/837] Compiling _AtomicsShims.c
[48/837] Compiling reader.c
[49/837] Compiling writer.c
[50/837] Compiling CNIOWindows shim.c
[51/837] Compiling CNIOWindows WSAStartup.c
[52/837] Compiling CNIOWASI CNIOWASI.c
[53/837] Write swift-version-24593BA9C3E375BF.txt
[54/837] Compiling CNIOLinux shim.c
[55/837] Compiling CNIOPosix event_loop_id.c
[56/837] Compiling CNIODarwin shim.c
[57/837] Compiling CNIOLinux liburing_shims.c
[58/837] Compiling api.c
[59/837] Compiling parser.c
[60/837] Compiling emitter.c
[61/837] Compiling scanner.c
[63/986] Emitting module Yams
[64/988] Emitting module RealModule
[65/989] Compiling SwiftProtobuf CustomJSONCodable.swift
[66/989] Compiling SwiftProtobuf Decoder.swift
[67/989] Compiling RealModule Float80+Real.swift
[68/989] Emitting module _NIOBase64
[69/989] Compiling _NIOBase64 Base64.swift
[70/990] Compiling Logging Locks.swift
[71/990] Compiling SwiftProtobuf AnyMessageStorage.swift
[72/990] Compiling SwiftProtobuf AnyUnpackError.swift
[73/990] Compiling SwiftProtobuf AsyncMessageSequence.swift
[74/990] Compiling SwiftProtobuf BinaryDecoder.swift
[75/990] Compiling RealModule Float+Real.swift
[76/992] Compiling RealModule ElementaryFunctions.swift
[77/992] Compiling RealModule Float16+Real.swift
[78/992] Compiling RealModule Real.swift
[83/992] Compiling _NIODataStructures PriorityQueue.swift
[84/992] Compiling _NIODataStructures _TinyArray.swift
[85/992] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[86/992] Compiling SwiftProtobuf BytecodeInterpreter.swift
[87/992] Compiling SwiftProtobuf BytecodeReader.swift
[90/992] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[91/992] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[93/992] Compiling RealModule RealFunctions.swift
[94/993] Compiling SwiftProtobuf BinaryDelimited.swift
[95/993] Compiling SwiftProtobuf BinaryEncoder.swift
[96/993] Compiling SwiftProtobuf BinaryEncodingError.swift
[98/1007] Emitting module Logging
[99/1007] Compiling Logging LogHandler.swift
[100/1007] Compiling Logging Logging.swift
[101/1007] Compiling Logging MetadataProvider.swift
[102/1007] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/1008] Emitting module _NIODataStructures
[104/1008] Compiling _NIODataStructures Heap.swift
[105/1010] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[106/1010] Compiling InternalCollectionsUtilities Debugging.swift
[107/1010] Compiling InternalCollectionsUtilities Descriptions.swift
[108/1010] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[109/1010] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[110/1010] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[111/1010] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[112/1010] Compiling InternalCollectionsUtilities _SortedCollection.swift
[116/1012] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/1012] Compiling SwiftASN1 DER.swift
[118/1012] Compiling SwiftASN1 Errors.swift
[119/1012] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[120/1012] Compiling InternalCollectionsUtilities Integer rank.swift
[121/1012] Emitting module SwiftASN1
[122/1013] Compiling SwiftyXMLParser Error.swift
[123/1013] Compiling SwiftyXMLParser Element.swift
[125/1013] Compiling SwiftyXMLParser XML.swift
[126/1016] Compiling SwiftyXMLParser Parser.swift
[127/1041] Compiling GISTools RhumbDistance.swift
[128/1041] Compiling GISTools Simplify.swift
[129/1041] Compiling GISTools TileCover.swift
[130/1096] Compiling GISTools Along.swift
[131/1096] Compiling GISTools Area.swift
[132/1098] Compiling GISTools BooleanCrosses.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[133/1098] Compiling GISTools BooleanDisjoint.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[134/1098] Compiling GISTools BooleanIntersects.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 | // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 | // it uses with `String(format:...)`
307 | let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
| `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 | // "%*.g" does not use scientific notation if the exponent is less than –4.
309 | // So fallback to using `NumberFormatter` if string does not uses scientific notation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/1098] Emitting module Gzip
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:34:12: error: no such module 'zlib'
32 | import zlibLinux
33 | #else
34 | import zlib
| `- error: no such module 'zlib'
35 | #endif
36 |
[136/1098] Compiling Gzip Data+Gzip.swift
/host/spi-builder-workspace/.build/checkouts/GzipSwift/Sources/Gzip/Data+Gzip.swift:34:12: error: no such module 'zlib'
32 | import zlibLinux
33 | #else
34 | import zlib
| `- error: no such module 'zlib'
35 | #endif
36 |
[137/1098] Compiling GISTools PoleOfInaccessibility.swift
[138/1098] Compiling GISTools PolygonToLine.swift
[139/1098] Compiling GISTools Reverse.swift
<unknown>[140/1098] Emitting module SwiftyXMLParser
[141/1098] Compiling SwiftyXMLParser Accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/778] Write sources
[5/779] Compiling fiat_p256_adx_sqr.S
[6/779] Compiling fiat_p256_adx_mul.S
[7/779] Compiling fiat_curve25519_adx_square.S
[8/779] Compiling fiat_curve25519_adx_mul.S
[9/779] Write swift-version-24593BA9C3E375BF.txt
[10/779] Compiling CNIOBoringSSLShims shims.c
[12/783] Compiling _NIODataStructures Heap.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[12/783] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[12/783] Compiling tls_record.cc
[12/783] Compiling c-atomics.c
[12/783] Compiling c-nioatomics.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[12/783] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[12/783] Compiling tls13_server.cc
[13/783] Compiling _NIODataStructures PriorityQueue.swift
[13/783] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm