Build Information
Failed to build sharing-grdb, reference main (541605
), with Swift 6.1 for Wasm on 20 Jun 2025 22:32:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/sharing-grdb.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/sharing-grdb
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 541605e Update README.md
Cloned https://github.com/pointfreeco/sharing-grdb.git
Revision (git rev-parse @):
541605e8d13273f6479361a57f7e4adb07c88c9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/sharing-grdb.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/sharing-grdb.git
https://github.com/pointfreeco/sharing-grdb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "7.4.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-sharing",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-sharing"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-structured-queries"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "sharing-grdb",
"name" : "sharing-grdb",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SharingGRDB",
"targets" : [
"SharingGRDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SharingGRDBCore",
"targets" : [
"SharingGRDBCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StructuredQueriesGRDB",
"targets" : [
"StructuredQueriesGRDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "StructuredQueriesGRDBCore",
"targets" : [
"StructuredQueriesGRDBCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "StructuredQueriesGRDBTests",
"module_type" : "SwiftTarget",
"name" : "StructuredQueriesGRDBTests",
"path" : "Tests/StructuredQueriesGRDBTests",
"product_dependencies" : [
"DependenciesTestSupport",
"StructuredQueries"
],
"sources" : [
"MigrationTests.swift",
"QueryCursorTests.swift"
],
"target_dependencies" : [
"StructuredQueriesGRDB"
],
"type" : "test"
},
{
"c99name" : "StructuredQueriesGRDBCore",
"module_type" : "SwiftTarget",
"name" : "StructuredQueriesGRDBCore",
"path" : "Sources/StructuredQueriesGRDBCore",
"product_dependencies" : [
"GRDB",
"Dependencies",
"IssueReporting",
"StructuredQueriesCore"
],
"product_memberships" : [
"SharingGRDB",
"SharingGRDBCore",
"StructuredQueriesGRDB",
"StructuredQueriesGRDBCore"
],
"sources" : [
"DefaultDatabase.swift",
"Internal/Exports.swift",
"Internal/ISO8601.swift",
"QueryCursor.swift",
"SQLiteQueryDecoder.swift",
"Seed.swift",
"Statement+GRDB.swift"
],
"type" : "library"
},
{
"c99name" : "StructuredQueriesGRDB",
"module_type" : "SwiftTarget",
"name" : "StructuredQueriesGRDB",
"path" : "Sources/StructuredQueriesGRDB",
"product_dependencies" : [
"StructuredQueries"
],
"product_memberships" : [
"SharingGRDB",
"StructuredQueriesGRDB"
],
"sources" : [
"StructuredQueriesGRDB.swift"
],
"target_dependencies" : [
"StructuredQueriesGRDBCore"
],
"type" : "library"
},
{
"c99name" : "SharingGRDBTests",
"module_type" : "SwiftTarget",
"name" : "SharingGRDBTests",
"path" : "Tests/SharingGRDBTests",
"product_dependencies" : [
"DependenciesTestSupport",
"StructuredQueries"
],
"sources" : [
"FetchAllTests.swift",
"FetchOneTests.swift",
"FetchTests.swift",
"IntegrationTests.swift",
"SharingGRDBTests.swift"
],
"target_dependencies" : [
"SharingGRDB"
],
"type" : "test"
},
{
"c99name" : "SharingGRDBCore",
"module_type" : "SwiftTarget",
"name" : "SharingGRDBCore",
"path" : "Sources/SharingGRDBCore",
"product_dependencies" : [
"GRDB",
"Sharing"
],
"product_memberships" : [
"SharingGRDB",
"SharingGRDBCore"
],
"sources" : [
"Fetch.swift",
"FetchAll.swift",
"FetchKey+SwiftUI.swift",
"FetchKey.swift",
"FetchKeyRequest.swift",
"FetchOne.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/StatementKey.swift"
],
"target_dependencies" : [
"StructuredQueriesGRDBCore"
],
"type" : "library"
},
{
"c99name" : "SharingGRDB",
"module_type" : "SwiftTarget",
"name" : "SharingGRDB",
"path" : "Sources/SharingGRDB",
"product_memberships" : [
"SharingGRDB"
],
"sources" : [
"Exports.swift"
],
"target_dependencies" : [
"SharingGRDBCore",
"StructuredQueriesGRDB"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/groue/GRDB.swift
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-structured-queries
[1/3269] Fetching swift-sharing
[3205/5351] Fetching swift-sharing, swift-docc-plugin
[3500/8093] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries
[4515/119524] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, grdb.swift
[7131/124991] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, grdb.swift, xctest-dynamic-overlay
[17842/131240] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, grdb.swift, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.76s)
[25818/124991] Fetching swift-sharing, swift-docc-plugin, swift-structured-queries, grdb.swift, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (0.89s)
[24190/122249] Fetching swift-sharing, swift-docc-plugin, grdb.swift, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.91s)
[19838/116782] Fetching swift-sharing, swift-docc-plugin, grdb.swift
Fetched https://github.com/pointfreeco/swift-sharing from cache (16.68s)
Fetched https://github.com/apple/swift-docc-plugin from cache (16.69s)
Fetched https://github.com/groue/GRDB.swift from cache (17.05s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.7.0 (17.80s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/swiftlang/swift-syntax
[1/1162] Fetching swift-tagged
[548/5743] Fetching swift-tagged, swift-custom-dump
[5744/18970] Fetching swift-tagged, swift-custom-dump, swift-snapshot-testing
[9977/89876] Fetching swift-tagged, swift-custom-dump, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (2.17s)
[66860/85295] Fetching swift-tagged, swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.26s)
[56469/72068] Fetching swift-tagged, swift-syntax
Fetched https://github.com/pointfreeco/swift-tagged from cache (8.59s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.88s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (10.97s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.09s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.64s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[208/3271] Fetching swift-concurrency-extras, combine-schedulers
[2742/4563] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.76s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.76s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.76s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (2.59s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.5.0 (3.12s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.85s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.54s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.59s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-perception
[1/1411] Fetching swift-perception
[1412/2945] Fetching swift-perception, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.41s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.41s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (1.04s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.75s)
Fetching https://github.com/apple/swift-collections
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.94s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.17s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.5.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.7.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/69] Write sources
[20/69] Copying PrivacyInfo.xcprivacy
[20/69] Write sources
[31/69] Copying PrivacyInfo.xcprivacy
[31/69] Copying Info.plist
[31/69] Write sources
[45/69] Compiling _SwiftSyntaxCShims dummy.c
[46/69] Write swift-version-24593BA9C3E375BF.txt
[48/87] Emitting module Sharing1
[49/87] Compiling Sharing1 Empty.swift
[50/88] Emitting module SwiftSyntax600
[51/88] Compiling SwiftSyntax600 Empty.swift
[52/89] Emitting module SwiftSyntax509
[53/89] Compiling SwiftSyntax509 Empty.swift
[54/89] Compiling StructuredQueriesSupport Inflection.swift
[55/89] Emitting module StructuredQueriesSupport
[56/90] Emitting module Sharing2
[57/90] Compiling Sharing2 Empty.swift
[60/91] Emitting module SwiftSyntax601
[61/91] Compiling SwiftSyntax601 Empty.swift
[63/92] Compiling SwiftSyntax510 Empty.swift
[64/92] Emitting module SwiftSyntax510
[67/129] Wrapping AST for SwiftSyntax601 for debugging
[69/182] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/246] Compiling GRDB FTS5CustomTokenizer.swift
[71/246] Compiling GRDB FTS5Pattern.swift
[72/246] Compiling GRDB FTS5WrapperTokenizer.swift
[73/246] Compiling GRDB Fixits.swift
[74/328] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/351] Emitting module IssueReportingTestSupport
[76/351] Compiling ConcurrencyExtras MainSerialExecutor.swift
[77/352] Compiling GRDB QuoteDumpFormat.swift
[78/352] Compiling GRDB FTS3.swift
[79/352] Compiling GRDB FTS5TokenizerDescriptor.swift
[82/354] Compiling GRDB Migration.swift
[83/354] Compiling GRDB FTS3+QueryInterface.swift
[84/354] Compiling ConcurrencyExtras UncheckedSendable.swift
[85/354] Compiling GRDB FTS4.swift
[86/354] Compiling GRDB FTS5.swift
[87/354] Emitting module InternalCollectionsUtilities
[88/354] Compiling GRDB FTS3Pattern.swift
[89/354] Compiling GRDB FTS3TokenizerDescriptor.swift
[90/354] Compiling GRDB FTS5Tokenizer.swift
[93/410] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/410] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/410] Compiling IssueReportingTestSupport SwiftTesting.swift
[96/410] Compiling IssueReportingTestSupport XCTest.swift
[97/410] Compiling StructuredQueriesSupport Inflection.swift
[98/410] Emitting module StructuredQueriesSupport
[99/410] Compiling StructuredQueriesSupport Quoting.swift
[100/412] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[101/412] Compiling OrderedCollections OrderedDictionary+Elements.swift
[102/412] Compiling ConcurrencyExtras LockIsolated.swift
[103/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[104/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[105/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/412] Compiling OrderedCollections OrderedSet+Initializers.swift
[107/412] Compiling OrderedCollections OrderedSet+Insertions.swift
[108/412] Compiling OrderedCollections OrderedSet+Invariants.swift
[109/412] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[110/412] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[111/412] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[112/421] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/421] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/421] Emitting module ConcurrencyExtras
[115/421] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/421] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/421] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[120/421] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[121/421] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[122/421] Compiling OrderedCollections OrderedDictionary+Values.swift
[123/421] Compiling ConcurrencyExtras Result.swift
[124/421] Compiling ConcurrencyExtras Task.swift
[125/422] Wrapping AST for SwiftSyntax510 for debugging
[126/422] Wrapping AST for SwiftSyntax600 for debugging
[127/422] Wrapping AST for SwiftSyntax509 for debugging
[128/422] Wrapping AST for IssueReportingTestSupport for debugging
[129/422] Write Objects.LinkFileList
[131/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[132/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[133/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[134/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/429] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[139/429] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[140/429] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[144/429] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[147/430] Linking libIssueReportingTestSupport.wasm
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
1 | #include <sqlite3.h>
| `- error: 'sqlite3.h' file not found
2 |
3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/48] Emitting module SwiftSyntax600
[5/51] Emitting module SwiftSyntax509
[6/51] Compiling SwiftSyntax509 Empty.swift
[7/51] Compiling SwiftSyntax600 Empty.swift
[8/53] Compiling SwiftSyntax510 Empty.swift
[9/53] Emitting module Sharing1
[10/53] Compiling Sharing1 Empty.swift
[14/54] Compiling ConcurrencyExtras Locking.swift
[15/54] Compiling ConcurrencyExtras UncheckedBox.swift
[16/55] Compiling SwiftSyntax601 Empty.swift
[17/55] Emitting module SwiftSyntax510
[18/54] Compiling Sharing2 Empty.swift
[19/54] Emitting module Sharing2
[20/54] Emitting module SwiftSyntax601
[21/56] Compiling ConcurrencyExtras LockIsolated.swift
[22/56] Compiling ConcurrencyExtras MainSerialExecutor.swift
[23/56] Compiling IssueReportingTestSupport XCTest.swift
[27/56] Compiling ConcurrencyExtras UncheckedSendable.swift
[28/56] Emitting module ConcurrencyExtras
[29/55] Emitting module IssueReportingTestSupport
[30/55] Compiling IssueReportingTestSupport SwiftTesting.swift
[31/57] Compiling ConcurrencyExtras ActorIsolated.swift
[32/57] Compiling ConcurrencyExtras AnyHashableSendable.swift
[33/57] Compiling ConcurrencyExtras AsyncStream.swift
[34/57] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[35/71] Compiling ConcurrencyExtras Result.swift
[36/71] Compiling ConcurrencyExtras Task.swift
[37/80] Write Objects.LinkFileList
[40/94] Emitting module StructuredQueriesSupport
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[41/158] Linking libIssueReportingTestSupport.wasm
[42/158] Compiling StructuredQueriesSupport Inflection.swift
BUILD FAILURE 6.1 wasm