Build Information
Failed to build sharing-grdb, reference 0.8.0 (b8bbdc
), with Swift 6.1 for Wasm on 9 Sep 2025 01:02:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/pointfreeco/sharing-grdb.git
Reference: 0.8.0
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
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at b8bbdc5 StructuredQueries Bool binding support (#171)
Cloned https://github.com/pointfreeco/sharing-grdb.git
Revision (git rev-parse @):
b8bbdc5762d6ae30fb1e45a780e134ae1953d284
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/sharing-grdb.git at 0.8.0
========================================
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" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"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-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-structured-queries",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.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" : "SharingGRDBTestSupport",
"targets" : [
"SharingGRDBTestSupport"
],
"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" : [
"CustomFunctionTests.swift",
"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",
"StructuredQueriesSQLiteCore"
],
"product_memberships" : [
"SharingGRDB",
"SharingGRDBCore",
"SharingGRDBTestSupport",
"StructuredQueriesGRDB",
"StructuredQueriesGRDBCore"
],
"sources" : [
"CustomFunctions.swift",
"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",
"StructuredQueriesSQLite"
],
"product_memberships" : [
"SharingGRDB",
"SharingGRDBTestSupport",
"StructuredQueriesGRDB"
],
"sources" : [
"StructuredQueriesGRDB.swift"
],
"target_dependencies" : [
"StructuredQueriesGRDBCore"
],
"type" : "library"
},
{
"c99name" : "SharingGRDBTests",
"module_type" : "SwiftTarget",
"name" : "SharingGRDBTests",
"path" : "Tests/SharingGRDBTests",
"product_dependencies" : [
"DependenciesTestSupport",
"StructuredQueries"
],
"sources" : [
"AssertQueryTests.swift",
"FetchAllTests.swift",
"FetchOneTests.swift",
"FetchTests.swift",
"IntegrationTests.swift",
"SharingGRDBTests.swift"
],
"target_dependencies" : [
"SharingGRDB",
"SharingGRDBTestSupport"
],
"type" : "test"
},
{
"c99name" : "SharingGRDBTestSupport",
"module_type" : "SwiftTarget",
"name" : "SharingGRDBTestSupport",
"path" : "Sources/SharingGRDBTestSupport",
"product_dependencies" : [
"CustomDump",
"InlineSnapshotTesting",
"StructuredQueriesTestSupport"
],
"product_memberships" : [
"SharingGRDBTestSupport"
],
"sources" : [
"AssertQuery.swift"
],
"target_dependencies" : [
"SharingGRDB"
],
"type" : "library"
},
{
"c99name" : "SharingGRDBCore",
"module_type" : "SwiftTarget",
"name" : "SharingGRDBCore",
"path" : "Sources/SharingGRDBCore",
"product_dependencies" : [
"GRDB",
"Sharing"
],
"product_memberships" : [
"SharingGRDB",
"SharingGRDBCore",
"SharingGRDBTestSupport"
],
"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",
"SharingGRDBTestSupport"
],
"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-3":/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 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/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
[1/6334] Fetching swift-dependencies
[508/8428] Fetching swift-dependencies, swift-docc-plugin
[2703/11897] Fetching swift-dependencies, swift-docc-plugin, swift-sharing
[6255/17396] Fetching swift-dependencies, swift-docc-plugin, swift-sharing, xctest-dynamic-overlay
[6828/22128] Fetching swift-dependencies, swift-docc-plugin, swift-sharing, xctest-dynamic-overlay, swift-structured-queries
[20205/37500] Fetching swift-dependencies, swift-docc-plugin, swift-sharing, xctest-dynamic-overlay, swift-structured-queries, swift-snapshot-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (0.86s)
Fetching https://github.com/groue/GRDB.swift
[18725/35406] Fetching swift-dependencies, swift-sharing, xctest-dynamic-overlay, swift-structured-queries, swift-snapshot-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.43s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[15612/29907] Fetching swift-dependencies, swift-sharing, swift-structured-queries, swift-snapshot-testing
[15920/141862] Fetching swift-dependencies, swift-sharing, swift-structured-queries, swift-snapshot-testing, grdb.swift
[20048/146460] Fetching swift-dependencies, swift-sharing, swift-structured-queries, swift-snapshot-testing, grdb.swift, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.87s)
[30914/141862] Fetching swift-dependencies, swift-sharing, swift-structured-queries, swift-snapshot-testing, grdb.swift
Fetched https://github.com/pointfreeco/swift-sharing from cache (4.05s)
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (4.05s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (4.06s)
[45600/127327] Fetching swift-snapshot-testing, grdb.swift
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.18s)
[31348/111955] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift from cache (24.75s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.19.0 (26.34s)
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/swiftlang/swift-syntax
[1/1194] Fetching swift-tagged
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.33s)
[1/71873] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (9.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (9.91s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.39s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (2.91s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.99s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.4 (0.58s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/2417] Fetching combine-schedulers
[1935/3295] Fetching combine-schedulers, swift-concurrency-extras
[2664/4587] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.43s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.44s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.04s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.60s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.6.1 (2.72s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.53s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.15s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.3 (0.58s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1838] Fetching swift-perception
[1839/3372] Fetching swift-perception, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.45s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.01s)
Fetching https://github.com/apple/swift-collections
[1/17410] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.37s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.6 (4.00s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.83s)
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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.4
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.19.0
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.2
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.3
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.6
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.6.1
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.6
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/90] Write sources
[3/90] Copying PrivacyInfo.xcprivacy
[3/90] Write sources
[3/90] Copying Info.plist
[3/90] Copying PrivacyInfo.xcprivacy
[3/90] Write sources
[62/90] Compiling _SwiftSyntaxCShims dummy.c
[64/90] Write swift-version-24593BA9C3E375BF.txt
[66/106] Emitting module SwiftSyntax509
[67/106] Emitting module SwiftSyntax510
[68/106] Emitting module SwiftSyntax601
[69/106] Compiling SwiftSyntax601 Empty.swift
[70/107] Compiling SwiftSyntax509 Empty.swift
[71/107] Emitting module SwiftSyntax509
[72/108] Compiling SwiftSyntax510 Empty.swift
[73/109] Compiling SwiftSyntax509 Empty.swift
[74/110] Emitting module SwiftSyntax510
[75/110] Compiling SwiftSyntax510 Empty.swift
[77/111] Emitting module SwiftSyntax600
[78/111] Compiling SwiftSyntax600 Empty.swift
[82/112] Emitting module SwiftSyntax600
[84/113] Emitting module SwiftSyntax601
[85/113] Compiling SwiftSyntax601 Empty.swift
[89/149] Emitting module Sharing2
[90/149] Compiling Sharing2 Empty.swift
[93/152] Compiling IssueReportingPackageSupport _Test.swift
[94/158] Emitting module IssueReportingPackageSupport
[96/252] Compiling Sharing1 Empty.swift
[97/252] Emitting module Sharing1
[98/424] Compiling GRDB Database.swift
[99/424] Compiling GRDB DatabaseBackupProgress.swift
[100/448] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/455] Wrapping AST for SwiftSyntax601 for debugging
[103/455] Compiling GRDB DatabasePublishers.swift
[104/455] Compiling GRDB DatabaseQueue.swift
[105/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[106/477] Compiling IssueReporting FailureObserver.swift
[107/477] Compiling IssueReporting LockIsolated.swift
[108/477] Emitting module InternalCollectionsUtilities
[109/477] Compiling IssueReporting Warn.swift
[110/477] Compiling IssueReporting BreakpointReporter.swift
[111/477] Compiling IssueReporting Rethrows.swift
[112/477] Compiling IssueReporting ErrorReporting.swift
[113/477] Compiling IssueReporting SwiftTesting.swift
[114/477] Compiling IssueReporting UncheckedSendable.swift
[115/478] Wrapping AST for SwiftSyntax600 for debugging
[117/533] Compiling ConcurrencyExtras Result.swift
[118/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[119/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[120/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[121/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[122/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[123/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[124/534] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[125/541] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[126/541] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[127/541] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[128/541] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[129/541] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[130/541] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[131/541] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[132/541] Compiling ConcurrencyExtras UncheckedSendable.swift
[133/541] Compiling OrderedCollections _HashTable.swift
[134/541] Compiling OrderedCollections _Hashtable+Header.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[135/541] Emitting module SnapshotTesting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[136/547] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/547] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/547] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/547] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/547] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[141/547] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[142/547] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[143/547] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/547] Compiling OrderedCollections OrderedDictionary.swift
[145/547] Compiling OrderedCollections OrderedSet+Codable.swift
[146/547] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[147/547] Compiling OrderedCollections OrderedSet+Descriptions.swift
[148/547] Compiling OrderedCollections OrderedSet+Diffing.swift
[149/547] Compiling OrderedCollections OrderedSet+Equatable.swift
[150/547] Compiling SnapshotTesting UIImage.swift
[151/547] Compiling SnapshotTesting UIView.swift
[152/547] Compiling SnapshotTesting UIViewController.swift
[153/547] Compiling SnapshotTesting URLRequest.swift
[154/547] Compiling OrderedCollections OrderedSet+Invariants.swift
[155/547] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[156/547] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[157/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[158/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[159/547] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[160/547] Compiling OrderedCollections OrderedDictionary+Codable.swift
[161/547] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[162/547] Compiling IssueReporting WithExpectedIssue.swift
[163/547] Compiling IssueReporting WithIssueContext.swift
[164/547] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[165/547] Compiling OrderedCollections OrderedDictionary+Elements.swift
[166/547] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[167/547] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[172/547] Emitting module IssueReporting
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[192/547] Emitting module ConcurrencyExtras
[200/547] Compiling IssueReportingTestSupport SwiftTesting.swift
[201/547] Emitting module IssueReportingTestSupport
[202/547] Compiling IssueReportingTestSupport XCTest.swift
[203/547] Compiling ConcurrencyExtras MainSerialExecutor.swift
[204/547] Compiling ConcurrencyExtras Task.swift
[207/547] Compiling ConcurrencyExtras LockIsolated.swift
[208/548] Compiling OrderedCollections _HashTable+BucketIterator.swift
[209/548] Compiling OrderedCollections _HashTable+Constants.swift
[212/548] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[213/548] Compiling OrderedCollections _HashTable+Testing.swift
[214/548] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[223/549] Compiling OrderedCollections _HashTable+Bucket.swift
[233/549] Compiling GRDB ListDumpFormat.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[234/549] Compiling GRDB QuoteDumpFormat.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[235/549] Compiling GRDB FTS3.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[236/549] Compiling GRDB FTS3Pattern.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[237/549] Compiling GRDB FTS3TokenizerDescriptor.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[238/549] Compiling GRDB FTS4.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[239/549] Compiling GRDB FTS5.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[240/549] Compiling GRDB FTS5CustomTokenizer.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[241/549] Compiling GRDB FTS5Pattern.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[242/549] Compiling GRDB FTS5Tokenizer.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[243/549] Compiling GRDB FTS5TokenizerDescriptor.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[244/549] Compiling GRDB FTS5WrapperTokenizer.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[245/549] Compiling GRDB Fixits.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[246/549] Compiling GRDB JSONColumn.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[247/549] Compiling GRDB SQLJSONExpressible.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[248/549] Compiling GRDB SQLJSONFunctions.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[249/549] Compiling GRDB DatabaseMigrator.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[250/549] Compiling GRDB Migration.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[251/549] Compiling GRDB FTS3+QueryInterface.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[252/549] Compiling GRDB FTS5+QueryInterface.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[253/549] Compiling GRDB ForeignKey.swift
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[254/569] Emitting module OrderedCollections
[254/569] Wrapping AST for SwiftSyntax510 for debugging
[255/569] Wrapping AST for SwiftSyntax509 for debugging
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
<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);
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:3:8: error: could not build C module 'GRDBSQLite'
1 | // Import C SQLite functions
2 | #if SWIFT_PACKAGE
3 | import GRDBSQLite
| `- error: could not build C module 'GRDBSQLite'
4 | #elseif GRDBCIPHER
5 | import SQLCipher
[284/570] Compiling OrderedCollections OrderedSet+Sendable.swift
[285/570] Compiling OrderedCollections OrderedSet+SubSequence.swift
[286/570] Compiling OrderedCollections OrderedSet+Testing.swift
[287/570] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[288/570] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[289/570] Compiling OrderedCollections OrderedSet.swift
[290/570] Compiling OrderedCollections _UnsafeBitset.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[295/571] Wrapping AST for IssueReportingPackageSupport for debugging
[296/571] Wrapping AST for IssueReportingTestSupport for debugging
[297/571] Write Objects.LinkFileList
[298/571] 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-3":/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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/28] Write swift-version-24593BA9C3E375BF.txt
[4/40] Compiling SwiftSyntax600 Empty.swift
[5/42] Emitting module SwiftSyntax600
[6/43] Compiling SwiftSyntax601 Empty.swift
[7/45] Emitting module SwiftSyntax509
[8/45] Compiling SwiftSyntax509 Empty.swift
[9/45] Compiling SwiftSyntax600 Empty.swift
[10/46] Emitting module SwiftSyntax601
[11/47] Compiling SwiftSyntax510 Empty.swift
[12/47] Emitting module SwiftSyntax510
[13/48] Compiling SwiftSyntax510 Empty.swift
[14/48] Emitting module SwiftSyntax510
[15/48] Emitting module SwiftSyntax509
[16/48] Compiling SwiftSyntax509 Empty.swift
[17/50] Emitting module SwiftSyntax600
[25/50] Emitting module SwiftSyntax601
[26/50] Compiling SwiftSyntax601 Empty.swift
[28/232] Compiling Sharing2 Empty.swift
[29/232] Emitting module Sharing2
[30/322] Emitting module Sharing1
[31/322] Compiling Sharing1 Empty.swift
[33/323] Emitting module IssueReportingPackageSupport
[34/323] Compiling IssueReportingPackageSupport _Test.swift
[35/324] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[36/324] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[37/324] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[38/324] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[39/328] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[40/328] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[41/328] Compiling SwiftSyntax SyntaxNodeFactory.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[42/328] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[44/328] Compiling InternalCollectionsUtilities _SortedCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[45/328] Compiling InternalCollectionsUtilities _UniqueCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[46/328] Compiling InternalCollectionsUtilities Debugging.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[47/328] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[48/328] Compiling InternalCollectionsUtilities Integer rank.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[50/328] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/329] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/329] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/329] Compiling InternalCollectionsUtilities UInt+reversed.swift
[57/330] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[58/330] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[59/330] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[60/330] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[61/330] Compiling InternalCollectionsUtilities Descriptions.swift
[62/330] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/329] Compiling SnapshotTesting UIImage.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[64/329] Compiling SnapshotTesting UIView.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[65/329] Compiling SnapshotTesting UIViewController.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[66/329] Compiling SnapshotTesting URLRequest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[67/393] Compiling ConcurrencyExtras LockIsolated.swift
[68/393] Compiling ConcurrencyExtras Result.swift
[69/393] Compiling ConcurrencyExtras MainSerialExecutor.swift
[70/393] Compiling ConcurrencyExtras Task.swift
[71/393] Emitting module ConcurrencyExtras
[72/393] Compiling SwiftSyntax AbsolutePosition.swift
[73/393] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[74/393] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/412] Compiling IssueReporting LockIsolated.swift
[76/412] Compiling IssueReporting Rethrows.swift
[77/415] Compiling ConcurrencyExtras UncheckedSendable.swift
[78/416] Compiling IssueReporting BreakpointReporter.swift
[79/416] Compiling IssueReporting FatalErrorReporter.swift
[80/416] Compiling IssueReporting TestContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[81/416] Compiling IssueReporting Unimplemented.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[82/416] Compiling IssueReporting RuntimeWarningReporter.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[83/416] Compiling IssueReporting ReportIssue.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[84/416] Compiling IssueReporting Warn.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[85/416] Compiling IssueReporting XCTest.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[86/416] Compiling IssueReporting IsTesting.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[87/416] Compiling IssueReporting IssueReporter.swift
/host/spi-builder-workspace/.build/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift:526:10: error: no such module 'CoreServices'
524 |
525 | #if !os(Android) && !os(Linux) && !os(Windows)
526 | import CoreServices
| `- error: no such module 'CoreServices'
527 |
528 | func uniformTypeIdentifier(fromExtension pathExtension: String) -> String? {
[88/418] Compiling IssueReporting Deprecations.swift
[89/418] Compiling IssueReporting FailureObserver.swift
[90/418] Compiling IssueReporting SwiftTesting.swift
[91/418] Compiling IssueReporting UncheckedSendable.swift
[92/418] Compiling IssueReporting ErrorReporting.swift
[93/418] Compiling IssueReporting AppHostWarning.swift
[95/418] Emitting module InternalCollectionsUtilities
[96/419] Compiling IssueReportingTestSupport XCTest.swift
[98/419] Emitting module IssueReportingTestSupport
[99/419] Compiling IssueReportingTestSupport SwiftTesting.swift
[100/419] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[108/445] Linking libIssueReportingTestSupport.wasm
[109/462] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[110/462] Compiling OrderedCollections _HashTable+Testing.swift
[111/462] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[112/462] Compiling OrderedCollections _HashTable+Bucket.swift
[113/462] Compiling OrderedCollections _HashTable+BucketIterator.swift
[114/462] Compiling OrderedCollections _HashTable+Constants.swift
[115/463] Emitting module IssueReporting
<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);
BUILD FAILURE 6.1 wasm