Build Information
Failed to build SimpleGraph, reference 1.1.0 (2bb6f7
), with Swift 6.1 for Wasm on 30 May 2025 09:21:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/SimpleGraph.git
Reference: 1.1.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/Jomy10/SimpleGraph
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 2bb6f77 import SQLite3 on other Apple platforms
Submodule path 'Sources/SimpleGraph/simple-graph': checked out '5e375013b404846230cbe10b087239db7620f057'
Submodule 'Sources/SimpleGraph/simple-graph' (https://github.com/dpapathanasiou/simple-graph.git) registered for path 'Sources/SimpleGraph/simple-graph'
Cloning into '/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph'...
Cloned https://github.com/Jomy10/SimpleGraph.git
Revision (git rev-parse @):
2bb6f77b7e74e2d550ab1f0bba37446b02ff226b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/SimpleGraph.git at 1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Jomy10/SimpleGraph.git
https://github.com/Jomy10/SimpleGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "csqlite",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/CSQLite"
},
{
"identity" : "jinja",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnmai-dev/Jinja.git"
}
],
"manifest_display_name" : "SimpleGraph",
"name" : "SimpleGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SimpleGraph",
"targets" : [
"SimpleGraph"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleGraphTests",
"module_type" : "SwiftTarget",
"name" : "SimpleGraphTests",
"path" : "Tests/SimpleGraphTests",
"sources" : [
"SimpleGraphTest.swift"
],
"target_dependencies" : [
"SimpleGraph"
],
"type" : "test"
},
{
"c99name" : "SimpleGraph",
"module_type" : "SwiftTarget",
"name" : "SimpleGraph",
"path" : "Sources/SimpleGraph",
"product_dependencies" : [
"CSQLite",
"Jinja"
],
"product_memberships" : [
"SimpleGraph"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
"rule" : {
"embed_in_code" : {
}
}
}
],
"sources" : [
"Node.swift",
"SQLiteStatement.swift",
"SimpleGraph.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/stephencelis/CSQLite
Fetching https://github.com/johnmai-dev/Jinja.git
[1/19] Fetching csqlite
[20/412] Fetching csqlite, jinja
Fetched https://github.com/stephencelis/CSQLite from cache (0.26s)
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.26s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 0.0.3 (2.56s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.2.0 (0.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.25s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.01s)
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 0.0.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
Building for debugging...
[0/6] Write sources
[3/6] Write embedded_resources.swift
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/20] Emitting module InternalCollectionsUtilities
[8/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[9/21] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[10/21] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/21] Compiling InternalCollectionsUtilities Integer rank.swift
[12/21] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/21] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/21] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/21] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/21] Compiling InternalCollectionsUtilities Descriptions.swift
[17/21] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/21] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/21] Compiling InternalCollectionsUtilities Debugging.swift
[20/21] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/21] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[24/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[25/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[26/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[27/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[28/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[29/77] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[30/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[31/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[32/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/84] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/84] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/84] Compiling OrderedCollections OrderedDictionary.swift
[38/84] Compiling OrderedCollections OrderedSet+Codable.swift
[39/84] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[40/84] Compiling OrderedCollections OrderedSet+Descriptions.swift
[41/84] Compiling OrderedCollections OrderedSet+Diffing.swift
[42/84] Compiling OrderedCollections OrderedSet+Equatable.swift
[43/84] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[44/84] Compiling OrderedCollections OrderedSet+Hashable.swift
[45/84] Compiling OrderedCollections OrderedSet+Initializers.swift
[46/84] Compiling OrderedCollections OrderedSet+Insertions.swift
[47/84] Compiling OrderedCollections OrderedSet+Invariants.swift
[48/84] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[49/84] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[50/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[53/84] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[54/84] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[55/84] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[56/84] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[57/84] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[58/84] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[59/84] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[60/84] Compiling OrderedCollections OrderedDictionary+Values.swift
[61/84] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/84] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[63/84] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[64/84] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[65/84] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[66/84] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/84] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/84] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/84] Compiling OrderedCollections OrderedSet+Sendable.swift
[70/84] Compiling OrderedCollections OrderedSet+SubSequence.swift
[71/84] Compiling OrderedCollections OrderedSet+Testing.swift
[72/84] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/84] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/84] Compiling OrderedCollections OrderedSet.swift
[75/84] Compiling OrderedCollections _UnsafeBitset.swift
[76/84] Compiling OrderedCollections _HashTable+Bucket.swift
[77/84] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/84] Compiling OrderedCollections _HashTable+Constants.swift
[79/84] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/84] Compiling OrderedCollections _HashTable+Testing.swift
[81/84] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/84] Compiling OrderedCollections _HashTable.swift
[83/84] Compiling OrderedCollections _Hashtable+Header.swift
[84/84] Emitting module OrderedCollections
[86/94] Compiling Jinja Template.swift
[87/95] Compiling Jinja Parser.swift
[88/95] Compiling Jinja Runtime.swift
[89/95] Compiling Jinja Utilities.swift
[90/95] Compiling Jinja Lexer.swift
[91/95] Compiling Jinja Error.swift
[92/95] Compiling Jinja StringExtension.swift
[93/95] Emitting module Jinja
[94/95] Compiling Jinja Ast.swift
[95/95] Compiling Jinja Environment.swift
[97/102] Compiling SimpleGraph Utils.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[98/102] Compiling SimpleGraph embedded_resources.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[99/102] Compiling SimpleGraph SQLiteStatement.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[100/102] Compiling SimpleGraph Node.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[101/102] Emitting module SimpleGraph
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[102/102] Compiling SimpleGraph SimpleGraph.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/15] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/16] Compiling InternalCollectionsUtilities Descriptions.swift
[4/16] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[6/16] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[7/16] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[8/16] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/16] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[10/16] Compiling InternalCollectionsUtilities Debugging.swift
[11/16] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[12/16] Compiling InternalCollectionsUtilities Integer rank.swift
[13/16] Emitting module InternalCollectionsUtilities
[14/16] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/16] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/16] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[19/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[20/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[21/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[22/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[23/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[24/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[25/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[26/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[27/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[28/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[29/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[30/72] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[31/72] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[32/72] Compiling OrderedCollections OrderedDictionary.swift
[33/72] Compiling OrderedCollections OrderedSet+Codable.swift
[34/72] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[35/72] Compiling OrderedCollections OrderedSet+Descriptions.swift
[36/72] Compiling OrderedCollections OrderedSet+Diffing.swift
[37/72] Compiling OrderedCollections OrderedSet+Equatable.swift
[38/72] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[39/72] Compiling OrderedCollections OrderedSet+Hashable.swift
[40/72] Compiling OrderedCollections OrderedSet+Initializers.swift
[41/72] Compiling OrderedCollections OrderedSet+Insertions.swift
[42/72] Compiling OrderedCollections OrderedSet+Invariants.swift
[43/72] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[44/72] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[45/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[46/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[47/72] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[48/79] Compiling OrderedCollections OrderedDictionary+Codable.swift
[49/79] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[50/79] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[51/79] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[52/79] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[53/79] Compiling OrderedCollections OrderedDictionary+Elements.swift
[54/79] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[55/79] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[56/79] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[57/79] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[58/79] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[59/79] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/79] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[61/79] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[62/79] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[63/79] Compiling OrderedCollections OrderedDictionary+Values.swift
[64/79] Compiling OrderedCollections _HashTable+Bucket.swift
[65/79] Compiling OrderedCollections _HashTable+BucketIterator.swift
[66/79] Compiling OrderedCollections _HashTable+Constants.swift
[67/79] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[68/79] Compiling OrderedCollections _HashTable+Testing.swift
[69/79] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[70/79] Compiling OrderedCollections _HashTable.swift
[71/79] Compiling OrderedCollections _Hashtable+Header.swift
[72/79] Emitting module OrderedCollections
[73/79] Compiling OrderedCollections OrderedSet+Sendable.swift
[74/79] Compiling OrderedCollections OrderedSet+SubSequence.swift
[75/79] Compiling OrderedCollections OrderedSet+Testing.swift
[76/79] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[77/79] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[78/79] Compiling OrderedCollections OrderedSet.swift
[79/79] Compiling OrderedCollections _UnsafeBitset.swift
[81/89] Compiling Jinja Error.swift
[82/89] Compiling Jinja Lexer.swift
[83/89] Compiling Jinja Parser.swift
[84/90] Compiling Jinja Utilities.swift
[85/90] Compiling Jinja Template.swift
[86/90] Compiling Jinja Runtime.swift
[87/90] Compiling Jinja StringExtension.swift
[88/90] Emitting module Jinja
[89/90] Compiling Jinja Ast.swift
[90/90] Compiling Jinja Environment.swift
[92/97] Compiling SimpleGraph embedded_resources.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/97] Emitting module SimpleGraph
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[94/97] Compiling SimpleGraph Utils.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[95/97] Compiling SimpleGraph SQLiteStatement.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[96/97] Compiling SimpleGraph Node.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
[97/97] Compiling SimpleGraph SimpleGraph.swift
/host/spi-builder-workspace/.build/checkouts/CSQLite/module.modulemap:2:12: error: header '/usr/include/sqlite3.h' not found
1 | module CSQLite [system] {
2 | header "/usr/include/sqlite3.h"
| `- error: header '/usr/include/sqlite3.h' not found
3 | link "sqlite3"
4 | export *
/host/spi-builder-workspace/Sources/SimpleGraph/SQLiteStatement.swift:5:8: error: could not build C module 'CSQLite'
3 | import SQLite3
4 | #else
5 | import CSQLite
| `- error: could not build C module 'CSQLite'
6 | #endif
7 |
BUILD FAILURE 6.1 wasm