Build Information
Failed to build BungieKit, reference main (865e7a), with Swift 6.1 for Wasm on 30 May 2025 15:03:42 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lukehook/BungieKit.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/lukehook/BungieKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 865e7a4 Update README.md
Cloned https://github.com/lukehook/BungieKit.git
Revision (git rev-parse @):
865e7a40ae34b2fbf51b15a44e2f87244bd6e520
SUCCESS checkout https://github.com/lukehook/BungieKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/lukehook/BungieKit.git
https://github.com/lukehook/BungieKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "grdb.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.16.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/GRDB.swift.git"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.16",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation.git"
}
],
"manifest_display_name" : "BungieKit",
"name" : "BungieKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "BungieKit",
"targets" : [
"BungieKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BungieKitManifest",
"targets" : [
"BungieKitManifest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BungieKitTests",
"module_type" : "SwiftTarget",
"name" : "BungieKitTests",
"path" : "Tests/BungieKitTests",
"sources" : [
"BungieClientTests.swift",
"ResetServiceTests.swift"
],
"target_dependencies" : [
"BungieKit"
],
"type" : "test"
},
{
"c99name" : "BungieKitManifestTests",
"module_type" : "SwiftTarget",
"name" : "BungieKitManifestTests",
"path" : "Tests/BungieKitManifestTests",
"sources" : [
"BungieKitManifestTests.swift"
],
"target_dependencies" : [
"BungieKitManifest"
],
"type" : "test"
},
{
"c99name" : "BungieKitManifest",
"module_type" : "SwiftTarget",
"name" : "BungieKitManifest",
"path" : "Sources/BungieKitManifest",
"product_dependencies" : [
"GRDB",
"ZIPFoundation"
],
"product_memberships" : [
"BungieKitManifest"
],
"sources" : [
"ManifestProvider.swift"
],
"target_dependencies" : [
"BungieKit"
],
"type" : "library"
},
{
"c99name" : "BungieKit",
"module_type" : "SwiftTarget",
"name" : "BungieKit",
"path" : "Sources/BungieKit",
"product_memberships" : [
"BungieKit",
"BungieKitManifest"
],
"sources" : [
"Auth/AuthService.swift",
"Core/BungieClient.swift",
"Core/Models/BungieMembershipType.swift",
"Core/Models/Destiny/DestinyComponentType.swift",
"Core/Services/APIService.swift",
"Core/Services/DestinyService.swift",
"Core/Services/ResetService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/groue/GRDB.swift.git
[1/5574] Fetching zipfoundation
[838/116902] Fetching zipfoundation, grdb.swift
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (10.53s)
Fetched https://github.com/groue/GRDB.swift.git from cache (10.87s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (13.52s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.3 (0.91s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.29.3
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[1/7] Copying Info.plist
[4/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/181] Compiling GRDB Database+Statements.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[9/181] Compiling GRDB Database.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[10/181] Compiling GRDB DatabaseBackupProgress.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[11/183] Compiling GRDB DatabaseSnapshotPool.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[12/183] Compiling GRDB DatabaseValue.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[13/183] Compiling GRDB DatabaseReader.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[14/183] Compiling GRDB DatabaseRegion.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[15/183] Compiling BungieKit ResetService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[16/183] Compiling BungieKit DestinyService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[17/183] Compiling GRDB EncodableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[18/183] Compiling GRDB FetchableRecord+Decodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[19/183] Compiling GRDB FetchableRecord+TableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[20/183] Compiling GRDB FetchableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[21/183] Compiling GRDB MutablePersistableRecord+DAO.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[22/183] Compiling GRDB MutablePersistableRecord+Delete.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[23/183] Compiling GRDB MutablePersistableRecord+Insert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[24/183] Compiling GRDB MutablePersistableRecord+Save.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[25/183] Compiling GRDB MutablePersistableRecord+Update.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[26/183] Compiling GRDB MutablePersistableRecord+Upsert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[27/183] Compiling GRDB MutablePersistableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[28/183] Compiling GRDB PersistableRecord+Insert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[29/183] Compiling GRDB PersistableRecord+Save.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[30/183] Compiling GRDB PersistableRecord+Upsert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[31/183] Compiling GRDB PersistableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[32/183] Compiling GRDB Record.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[33/183] Compiling GRDB TableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[34/183] Compiling GRDB CaseInsensitiveIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[35/183] Compiling GRDB Inflections+English.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[36/183] Compiling GRDB Inflections.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[37/183] Compiling GRDB SQLSelection.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[38/183] Compiling GRDB SQLSubquery.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[39/183] Compiling GRDB Table.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[40/183] Compiling GRDB SQLColumnGenerator.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[41/183] Compiling GRDB SQLGenerationContext.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[42/183] Compiling GRDB SQLIndexGenerator.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[43/183] Compiling GRDB SQLQueryGenerator.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[44/183] Compiling GRDB SQLTableAlterationGenerator.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[45/183] Compiling GRDB SQLTableGenerator.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[46/183] Compiling GRDB SQLInterpolation+QueryInterface.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[47/183] Compiling GRDB ColumnDefinition.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[48/183] Compiling GRDB Database+SchemaDefinition.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[49/183] Compiling GRDB ForeignKeyDefinition.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[50/183] Compiling GRDB IndexDefinition.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[51/183] Compiling GRDB TableAlteration.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[52/183] Compiling GRDB TableDefinition.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[53/183] Compiling GRDB VirtualTableModule.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[54/183] Compiling GRDB TableRecord+Association.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[55/183] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[56/183] Compiling GRDB EncodableRecord+Encodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/183] Emitting module BungieKit
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[58/184] Compiling BungieKit AuthService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/188] Emitting module ZIPFoundation
<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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[60/196] Compiling GRDB Configuration.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[61/196] Compiling GRDB Cursor.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[62/196] Compiling GRDB Database+Schema.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/203] Emitting module GRDB
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[64/203] Compiling BungieKit BungieClient.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[65/203] Compiling BungieKit DestinyComponentType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[66/203] Compiling BungieKit BungieMembershipType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[67/203] Compiling BungieKit APIService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[68/203] Compiling ZIPFoundation FileManager+ZIPDeprecated.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[69/203] Compiling ZIPFoundation URL+ZIP.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[70/203] Compiling GRDB FetchRequest.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[71/203] Compiling GRDB Row.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[72/203] Compiling GRDB RowAdapter.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[73/203] Compiling GRDB RowDecodingError.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[74/203] Compiling GRDB SQL.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[75/203] Compiling GRDB SQLInterpolation.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[76/203] Compiling GRDB SQLRequest.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[77/203] Compiling GRDB SchedulingWatchdog.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[78/203] Compiling GRDB SerializedDatabase.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[79/203] Compiling GRDB Statement.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[80/203] Compiling GRDB StatementAuthorizer.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[81/203] Compiling GRDB StatementColumnConvertible.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[82/203] Compiling GRDB CGFloat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[83/203] Compiling GRDB Data.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[84/203] Compiling GRDB DatabaseDateComponents.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[85/203] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[86/203] Compiling GRDB Date.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[87/203] Compiling GRDB Decimal.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[88/203] Compiling GRDB NSData.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[89/203] Compiling GRDB NSNull.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[90/203] Compiling GRDB NSNumber.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[91/203] Compiling GRDB DatabaseRegionObservation.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[92/203] Compiling GRDB DatabaseSchemaCache.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[93/203] Compiling GRDB DatabaseSnapshot.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[94/203] Compiling GRDB DatabasePool.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[95/203] Compiling GRDB DatabasePublishers.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[96/203] Compiling GRDB DatabaseQueue.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[97/203] Compiling GRDB NSString.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[98/203] Compiling GRDB SQLiteDateParser.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[99/203] Compiling GRDB URL.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[100/203] Compiling GRDB DatabaseCollation.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[101/203] Compiling GRDB DatabaseError.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[102/203] Compiling GRDB UUID.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[103/203] Compiling GRDB DatabaseFunction.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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[104/203] Compiling GRDB DatabaseValueConvertible+Decodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[105/203] Compiling GRDB DatabaseValueConvertible+Encodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[106/203] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[107/203] Compiling GRDB JSONRequiredEncoder.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[108/203] Compiling GRDB Optional.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[109/203] Compiling GRDB StandardLibrary.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[110/203] Compiling GRDB TransactionClock.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[111/203] Compiling GRDB TransactionObserver.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[112/203] Compiling GRDB WALSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[113/203] Compiling GRDB WALSnapshotTransaction.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[114/203] Compiling GRDB Database+Dump.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[115/203] Compiling GRDB DatabaseReader+dump.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[116/203] Compiling GRDB DumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[117/203] Compiling GRDB DebugDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[118/203] Compiling GRDB JSONDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[119/203] Compiling GRDB LineDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
[120/203] Compiling GRDB ListDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Core/Configuration.swift:1:8: error: no such module 'Dispatch'
1 | import Dispatch
| `- error: no such module 'Dispatch'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/83] Compiling BungieKit BungieMembershipType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[3/104] Compiling BungieKit BungieClient.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[4/123] Compiling BungieKit AuthService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/153] Emitting module BungieKit
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[6/175] Compiling BungieKit ResetService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[7/175] Compiling BungieKit APIService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[8/175] Compiling BungieKit DestinyComponentType.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
[9/175] Compiling BungieKit DestinyService.swift
/host/spi-builder-workspace/Sources/BungieKit/Auth/AuthService.swift:2:8: error: no such module 'OSLog'
1 | import Foundation
2 | import OSLog
| `- error: no such module 'OSLog'
3 |
4 | /// Protocol for authentication with the Bungie API
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/175] Emitting module ZIPFoundation
<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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<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/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
BUILD FAILURE 6.1 wasm