The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Glider, reference main (c93275), with Swift 6.1 for Wasm on 29 May 2025 03:46:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/immobiliare/Glider.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/immobiliare/Glider
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c932753 Updated podspec to 2.0.5
Cloned https://github.com/immobiliare/Glider.git
Revision (git rev-parse @):
c93275370925fbdb30cbe5507c6cdd2d0afe426f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/Glider.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/immobiliare/Glider.git
https://github.com/immobiliare/Glider.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glider",
  "name" : "Glider",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Glider",
      "targets" : [
        "Glider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GliderTests",
      "module_type" : "SwiftTarget",
      "name" : "GliderTests",
      "path" : "Tests/GliderTests",
      "sources" : [
        "Core+Tests.swift",
        "Formatters+Tests.swift",
        "LogInterpolation+Tests.swift",
        "TableFormatter+Tests.swift",
        "Transports/AsyncTransport+Tests.swift",
        "Transports/BufferedTransport+Tests.swift",
        "Transports/FileTransport+Tests.swift",
        "Transports/HTTPTransport+Tests.swift",
        "Transports/POSIXStreamTransport+Tests.swift",
        "Transports/RemoteTransport+Tests.swift",
        "Transports/SQLiteTransport+Tests.swift",
        "Transports/SizeRotationFileTransport+Tests.swift",
        "Transports/ThrottledTransport+Tests.swift",
        "Transports/Utilities/Foundation+Extensions.swift",
        "Transports/Utilities/HTTPServer.swift",
        "Transports/WebSocketTransportClient+Tests.swift",
        "Transports/WebSocketTransportServer+Tests.swift"
      ],
      "target_dependencies" : [
        "Glider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Glider",
      "module_type" : "SwiftTarget",
      "name" : "Glider",
      "path" : "Glider/Sources",
      "product_memberships" : [
        "Glider"
      ],
      "sources" : [
        "Configuration.swift",
        "Formatters/EventMessageFormatter.swift",
        "Formatters/FieldsFormatter/FieldsFormatter+Field.swift",
        "Formatters/FieldsFormatter/FieldsFormatter.swift",
        "Formatters/JSONFormatter/JSONFormatter.swift",
        "Formatters/MsgPackFormatter/MsgPackFormatter.swift",
        "Formatters/MsgPackFormatter/Support/DataStream.swift",
        "Formatters/MsgPackFormatter/Support/FlatValue.swift",
        "Formatters/MsgPackFormatter/Support/Reader+Optionals.swift",
        "Formatters/MsgPackFormatter/Support/Reader.swift",
        "Formatters/MsgPackFormatter/Support/Types.swift",
        "Formatters/MsgPackFormatter/Support/Writer+Optionals.swift",
        "Formatters/MsgPackFormatter/Support/Writer.swift",
        "Formatters/OSLogFormatter/OSLogFormatter.swift",
        "Formatters/SysLogFormatter/SysLogFormatter.swift",
        "Formatters/SysLogFormatter/SysLogPayload.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable+Borders.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable+Rendering.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable.swift",
        "Formatters/TableFormatter/TableFormatter.swift",
        "Formatters/TerminalFormatter/TerminalFormatter+Colorize.swift",
        "Formatters/TerminalFormatter/TerminalFormatter.swift",
        "Formatters/XCodeFormatter/XCodeFormatter+Colorize.swift",
        "Formatters/XCodeFormatter/XCodeFormatter.swift",
        "GliderSDK.swift",
        "Log/Additional Structures/Event.swift",
        "Log/Additional Structures/Foundation+Extensions/Bundle+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Data+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Date+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Dictionary+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Optional+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/String+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift",
        "Log/Additional Structures/Level.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation+Formatters.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation+Styles.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation.swift",
        "Log/Additional Structures/Message.swift",
        "Log/Additional Structures/Metadata.swift",
        "Log/Additional Structures/ProcessIdentification.swift",
        "Log/Additional Structures/Scope.swift",
        "Log/Additional Structures/Serialization/Common Serializations/UIImage+Serialization.swift",
        "Log/Additional Structures/Serialization/SerializableObject.swift",
        "Log/Additional Structures/Serialization/SerializationStrategies.swift",
        "Log/Additional Structures/StatusMonitor.swift",
        "Log/Additional Structures/User.swift",
        "Log/Channel.swift",
        "Log/Context.swift",
        "Log/Log.swift",
        "Log/Transport.swift",
        "Log/TransportFilter.swift",
        "Log/TransportManager.swift",
        "Transports/Base Transports/AsyncTransport.swift",
        "Transports/Base Transports/BufferedTransport.swift",
        "Transports/Base Transports/ThrottledTransport.swift",
        "Transports/Console/ConsoleTransport.swift",
        "Transports/Console/OSLogTransport.swift",
        "Transports/File/FileTransport.swift",
        "Transports/File/POSIXTransports/POSIXStreamTransport.swift",
        "Transports/File/POSIXTransports/StdStreamsTransport.swift",
        "Transports/File/SizeRotationFileTransport.swift",
        "Transports/HTTPTransport/HTTPTransport.swift",
        "Transports/HTTPTransport/HTTPTransportRequest.swift",
        "Transports/HTTPTransport/Support/AsyncOperation.swift",
        "Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift",
        "Transports/HTTPTransport/Support/URLSession+Extensions.swift",
        "Transports/LogstashTransport/LogstashTransport.swift",
        "Transports/RemoteTransport/RemoteTransport+Config.swift",
        "Transports/RemoteTransport/RemoteTransport.swift",
        "Transports/RemoteTransport/RemoteTransportDelegate.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServer.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServerClient.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServerDelegate.swift",
        "Transports/RemoteTransport/Support/Network+Extension.swift",
        "Transports/RemoteTransport/Support/RemoteTransportConnection.swift",
        "Transports/RemoteTransport/Support/RemoteTransportPackets.swift",
        "Transports/SQLiteTransport/SQLiteTransport+Delegate.swift",
        "Transports/SQLiteTransport/SQLiteTransport.swift",
        "Transports/SQLiteTransport/Support/SQLite+Statement.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb+Additions.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb+Support.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb.swift",
        "Transports/WebSocketTransport/Support/BonjourService/BonjourPublisher+Configuration.swift",
        "Transports/WebSocketTransport/Support/BonjourService/BonjourPublisher.swift",
        "Transports/WebSocketTransport/Support/BonjourService/NetService+Extensions.swift",
        "Transports/WebSocketTransport/Support/WebSocketClient/WebSocketClient.swift",
        "Transports/WebSocketTransport/Support/WebSocketClient/WebSocketClientDelegate.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketPeer.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketServer.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketServerDelegate.swift",
        "Transports/WebSocketTransport/WebSocketTransportClient/WebSocketTransportClient.swift",
        "Transports/WebSocketTransport/WebSocketTransportClient/WebSocketTransportClientDelegate.swift",
        "Transports/WebSocketTransport/WebSocketTransportServer/WebSocketTransportServer.swift",
        "Transports/WebSocketTransport/WebSocketTransportServer/WebSocketTransportServerDelegate.swift"
      ],
      "target_dependencies" : [
        "CSQLiteGlider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLiteGlider",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSQLiteGlider",
      "path" : "Sources/CSQLiteGlider",
      "product_memberships" : [
        "Glider"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/86] Compiling Glider SizeRotationFileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[4/86] Compiling Glider HTTPTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[5/86] Compiling Glider HTTPTransportRequest.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[6/86] Compiling Glider AsyncOperation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[7/86] Compiling Glider AsyncURLRequestsOperation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[8/86] Compiling Glider URLSession+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[9/86] Compiling Glider LogstashTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[10/86] Compiling Glider RemoteTransport+Config.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[11/86] Compiling Glider RemoteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[12/86] Compiling Glider RemoteTransportDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[13/86] Compiling Glider RemoteTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[14/86] Compiling Glider RemoteTransportServerClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[15/97] Compiling Glider RemoteTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[16/97] Compiling Glider Network+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[17/97] Compiling Glider RemoteTransportConnection.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[18/97] Compiling Glider RemoteTransportPackets.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[19/97] Compiling Glider SQLiteTransport+Delegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[20/97] Compiling Glider SQLiteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[21/97] Compiling Glider SQLite+Statement.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[22/97] Compiling Glider SQLiteDb+Additions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[23/97] Compiling Glider SQLiteDb+Support.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[24/97] Compiling Glider SQLiteDb.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[25/97] Compiling Glider BonjourPublisher+Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[26/97] Compiling Glider Log.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[27/97] Compiling Glider Transport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[28/97] Compiling Glider TransportFilter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[29/97] Compiling Glider TransportManager.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[30/97] Compiling Glider AsyncTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[31/97] Compiling Glider BufferedTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[32/97] Compiling Glider ThrottledTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[33/97] Compiling Glider ConsoleTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[34/97] Compiling Glider OSLogTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[35/97] Compiling Glider FileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[36/97] Compiling Glider POSIXStreamTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[37/97] Compiling Glider StdStreamsTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[38/97] Compiling Glider LogInterpolation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[39/97] Compiling Glider Message.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[40/97] Compiling Glider Metadata.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[41/97] Compiling Glider ProcessIdentification.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[42/97] Compiling Glider Scope.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[43/97] Compiling Glider UIImage+Serialization.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[44/97] Compiling Glider SerializableObject.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[45/97] Compiling Glider SerializationStrategies.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[46/97] Compiling Glider StatusMonitor.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[47/97] Compiling Glider User.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[48/97] Compiling Glider Channel.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[49/97] Compiling Glider Context.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[50/97] Compiling Glider Writer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[51/97] Compiling Glider OSLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[52/97] Compiling Glider SysLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[53/97] Compiling Glider SysLogPayload.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[54/97] Compiling Glider ASCIITable+Borders.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[55/97] Compiling Glider ASCIITable+Rendering.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[56/97] Compiling Glider ASCIITable.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[57/97] Compiling Glider TableFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[58/97] Compiling Glider TerminalFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[59/97] Compiling Glider TerminalFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[60/97] Compiling Glider XCodeFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[61/97] Compiling Glider XCodeFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/97] Emitting module Glider
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[63/97] Compiling Glider Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[64/97] Compiling Glider EventMessageFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[65/97] Compiling Glider FieldsFormatter+Field.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[66/97] Compiling Glider FieldsFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[67/97] Compiling Glider JSONFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[68/97] Compiling Glider MsgPackFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[69/97] Compiling Glider DataStream.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[70/97] Compiling Glider FlatValue.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[71/97] Compiling Glider Reader+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[72/97] Compiling Glider Reader.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[73/97] Compiling Glider Types.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[74/97] Compiling Glider Writer+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[75/97] Compiling Glider GliderSDK.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[76/97] Compiling Glider Event.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[77/97] Compiling Glider Bundle+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[78/97] Compiling Glider Data+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[79/97] Compiling Glider Date+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[80/97] Compiling Glider Dictionary+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[81/97] Compiling Glider Optional+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[82/97] Compiling Glider String+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[83/97] Compiling Glider UIDevice+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[84/97] Compiling Glider Level.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[85/97] Compiling Glider LogInterpolation+Formatters.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[86/97] Compiling Glider LogInterpolation+Styles.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[87/97] Compiling Glider BonjourPublisher.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[88/97] Compiling Glider NetService+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[89/97] Compiling Glider WebSocketClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[90/97] Compiling Glider WebSocketClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[91/97] Compiling Glider WebSocketPeer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[92/97] Compiling Glider WebSocketServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[93/97] Compiling Glider WebSocketServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[94/97] Compiling Glider WebSocketTransportClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[95/97] Compiling Glider WebSocketTransportClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[96/97] Compiling Glider WebSocketTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[97/97] Compiling Glider WebSocketTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/85] Compiling Glider SizeRotationFileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[3/85] Compiling Glider HTTPTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[4/85] Compiling Glider HTTPTransportRequest.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[5/85] Compiling Glider AsyncOperation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[6/85] Compiling Glider AsyncURLRequestsOperation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[7/85] Compiling Glider URLSession+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[8/85] Compiling Glider LogstashTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[9/85] Compiling Glider RemoteTransport+Config.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[10/85] Compiling Glider RemoteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[11/85] Compiling Glider RemoteTransportDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[12/85] Compiling Glider RemoteTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[13/85] Compiling Glider RemoteTransportServerClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[14/96] Compiling Glider BonjourPublisher.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[15/96] Compiling Glider NetService+Extensions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[16/96] Compiling Glider WebSocketClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[17/96] Compiling Glider WebSocketClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[18/96] Compiling Glider WebSocketPeer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[19/96] Compiling Glider WebSocketServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[20/96] Compiling Glider WebSocketServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[21/96] Compiling Glider WebSocketTransportClient.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[22/96] Compiling Glider WebSocketTransportClientDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[23/96] Compiling Glider WebSocketTransportServer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[24/96] Compiling Glider WebSocketTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[25/96] Compiling Glider LogInterpolation.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[26/96] Compiling Glider Message.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[27/96] Compiling Glider Metadata.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[28/96] Compiling Glider ProcessIdentification.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[29/96] Compiling Glider Scope.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[30/96] Compiling Glider UIImage+Serialization.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[31/96] Compiling Glider SerializableObject.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[32/96] Compiling Glider SerializationStrategies.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[33/96] Compiling Glider StatusMonitor.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[34/96] Compiling Glider User.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[35/96] Compiling Glider Channel.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[36/96] Compiling Glider Context.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[37/96] Compiling Glider Log.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[38/96] Compiling Glider Transport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[39/96] Compiling Glider TransportFilter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[40/96] Compiling Glider TransportManager.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[41/96] Compiling Glider AsyncTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[42/96] Compiling Glider BufferedTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[43/96] Compiling Glider ThrottledTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[44/96] Compiling Glider ConsoleTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[45/96] Compiling Glider OSLogTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[46/96] Compiling Glider FileTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[47/96] Compiling Glider POSIXStreamTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[48/96] Compiling Glider StdStreamsTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[49/96] Compiling Glider GliderSDK.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[50/96] Compiling Glider Event.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[51/96] Compiling Glider Bundle+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[52/96] Compiling Glider Data+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[53/96] Compiling Glider Date+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[54/96] Compiling Glider Dictionary+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[55/96] Compiling Glider Optional+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[56/96] Compiling Glider String+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[57/96] Compiling Glider UIDevice+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[58/96] Compiling Glider Level.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[59/96] Compiling Glider LogInterpolation+Formatters.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[60/96] Compiling Glider LogInterpolation+Styles.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[61/96] Compiling Glider RemoteTransportServerDelegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[62/96] Compiling Glider Network+Extension.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[63/96] Compiling Glider RemoteTransportConnection.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[64/96] Compiling Glider RemoteTransportPackets.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[65/96] Compiling Glider SQLiteTransport+Delegate.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[66/96] Compiling Glider SQLiteTransport.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[67/96] Compiling Glider SQLite+Statement.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[68/96] Compiling Glider SQLiteDb+Additions.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[69/96] Compiling Glider SQLiteDb+Support.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[70/96] Compiling Glider SQLiteDb.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[71/96] Compiling Glider BonjourPublisher+Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/96] Emitting module Glider
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[73/96] Compiling Glider Configuration.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[74/96] Compiling Glider EventMessageFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[75/96] Compiling Glider FieldsFormatter+Field.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[76/96] Compiling Glider FieldsFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[77/96] Compiling Glider JSONFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[78/96] Compiling Glider MsgPackFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[79/96] Compiling Glider DataStream.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[80/96] Compiling Glider FlatValue.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[81/96] Compiling Glider Reader+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[82/96] Compiling Glider Reader.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[83/96] Compiling Glider Types.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[84/96] Compiling Glider Writer+Optionals.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[85/96] Compiling Glider Writer.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[86/96] Compiling Glider OSLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[87/96] Compiling Glider SysLogFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[88/96] Compiling Glider SysLogPayload.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[89/96] Compiling Glider ASCIITable+Borders.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[90/96] Compiling Glider ASCIITable+Rendering.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[91/96] Compiling Glider ASCIITable.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[92/96] Compiling Glider TableFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[93/96] Compiling Glider TerminalFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[94/96] Compiling Glider TerminalFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[95/96] Compiling Glider XCodeFormatter+Colorize.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
[96/96] Compiling Glider XCodeFormatter.swift
/host/spi-builder-workspace/Glider/Sources/Transports/SQLiteTransport/Support/SQLite+Statement.swift:21:8: error: no such module 'SQLite3'
 19 | import CSQLiteGlider
 20 | #else
 21 | import SQLite3
    |        `- error: no such module 'SQLite3'
 22 | #endif
 23 |
BUILD FAILURE 6.1 wasm