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 sharing-grdb, reference main (06cd9e), with Swift 6.1 for Wasm on 6 Jun 2025 04:33:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/pointfreeco/sharing-grdb.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/sharing-grdb
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06cd9e3 Modernize demo apps (#72)
Cloned https://github.com/pointfreeco/sharing-grdb.git
Revision (git rev-parse @):
06cd9e3f7477999533a80c0c34c3a72863bd71ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/sharing-grdb.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/sharing-grdb.git
https://github.com/pointfreeco/sharing-grdb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-sharing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-sharing"
    },
    {
      "identity" : "swift-structured-queries",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-structured-queries"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "sharing-grdb",
  "name" : "sharing-grdb",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "SharingGRDB",
      "targets" : [
        "SharingGRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SharingGRDBCore",
      "targets" : [
        "SharingGRDBCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesGRDB",
      "targets" : [
        "StructuredQueriesGRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StructuredQueriesGRDBCore",
      "targets" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "StructuredQueriesGRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDBTests",
      "path" : "Tests/StructuredQueriesGRDBTests",
      "product_dependencies" : [
        "DependenciesTestSupport",
        "StructuredQueries"
      ],
      "sources" : [
        "MigrationTests.swift",
        "QueryCursorTests.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StructuredQueriesGRDBCore",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDBCore",
      "path" : "Sources/StructuredQueriesGRDBCore",
      "product_dependencies" : [
        "GRDB",
        "Dependencies",
        "IssueReporting",
        "StructuredQueriesCore"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBCore",
        "StructuredQueriesGRDB",
        "StructuredQueriesGRDBCore"
      ],
      "sources" : [
        "DefaultDatabase.swift",
        "Internal/Exports.swift",
        "Internal/ISO8601.swift",
        "QueryCursor.swift",
        "SQLiteQueryDecoder.swift",
        "Seed.swift",
        "Statement+GRDB.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StructuredQueriesGRDB",
      "module_type" : "SwiftTarget",
      "name" : "StructuredQueriesGRDB",
      "path" : "Sources/StructuredQueriesGRDB",
      "product_dependencies" : [
        "StructuredQueries"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "StructuredQueriesGRDB"
      ],
      "sources" : [
        "StructuredQueriesGRDB.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharingGRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDBTests",
      "path" : "Tests/SharingGRDBTests",
      "product_dependencies" : [
        "DependenciesTestSupport",
        "StructuredQueries"
      ],
      "sources" : [
        "FetchTests.swift",
        "IntegrationTests.swift",
        "SharingGRDBTests.swift"
      ],
      "target_dependencies" : [
        "SharingGRDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SharingGRDBCore",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDBCore",
      "path" : "Sources/SharingGRDBCore",
      "product_dependencies" : [
        "GRDB",
        "Sharing"
      ],
      "product_memberships" : [
        "SharingGRDB",
        "SharingGRDBCore"
      ],
      "sources" : [
        "Fetch.swift",
        "FetchAll.swift",
        "FetchKey+SwiftUI.swift",
        "FetchKey.swift",
        "FetchKeyRequest.swift",
        "FetchOne.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/StatementKey.swift"
      ],
      "target_dependencies" : [
        "StructuredQueriesGRDBCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharingGRDB",
      "module_type" : "SwiftTarget",
      "name" : "SharingGRDB",
      "path" : "Sources/SharingGRDB",
      "product_memberships" : [
        "SharingGRDB"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "SharingGRDBCore",
        "StructuredQueriesGRDB"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/groue/GRDB.swift
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-structured-queries
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2068] Fetching swift-docc-plugin
[229/3841] Fetching swift-docc-plugin, swift-structured-queries
[2209/115182] Fetching swift-docc-plugin, swift-structured-queries, grdb.swift
[6069/120640] Fetching swift-docc-plugin, swift-structured-queries, grdb.swift, xctest-dynamic-overlay
[12598/126889] Fetching swift-docc-plugin, swift-structured-queries, grdb.swift, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
[14187/124821] Fetching swift-structured-queries, grdb.swift, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.59s)
[19479/118572] Fetching swift-structured-queries, grdb.swift, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-structured-queries from cache (0.74s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[14475/111341] Fetching grdb.swift
[30064/114597] Fetching grdb.swift, swift-sharing
Fetched https://github.com/pointfreeco/swift-sharing from cache (13.24s)
Fetched https://github.com/groue/GRDB.swift from cache (13.58s)
Computing version for https://github.com/pointfreeco/swift-structured-queries
Computed https://github.com/pointfreeco/swift-structured-queries at 0.5.1 (14.14s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/1162] Fetching swift-tagged
[1163/5743] Fetching swift-tagged, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.35s)
[1/13200] Fetching swift-snapshot-testing
[2509/83959] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.03s)
[67222/70759] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-tagged from cache (4.79s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.84s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (5.29s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (2.16s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.47s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.48s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.62s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/2410] Fetching combine-schedulers
[2/3702] Fetching combine-schedulers, swift-clocks
[824/4554] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.33s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.80s)
Computing version for https://github.com/groue/GRDB.swift
Computed https://github.com/groue/GRDB.swift at 7.5.0 (1.95s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.63s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.45s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.45s)
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/1411] Fetching swift-perception
[1412/2945] Fetching swift-perception, swift-identified-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (0.39s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.40s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.84s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.77s)
Fetching https://github.com/apple/swift-collections
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.01s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3406] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.56s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.94s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/groue/GRDB.swift
Working copy of https://github.com/groue/GRDB.swift resolved at 7.5.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-structured-queries
Working copy of https://github.com/pointfreeco/swift-structured-queries resolved at 0.5.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/69] Write sources
[12/69] Copying PrivacyInfo.xcprivacy
[12/69] Write sources
[12/69] Copying Info.plist
[12/69] Copying PrivacyInfo.xcprivacy
[12/69] Write sources
[45/69] Compiling _SwiftSyntaxCShims dummy.c
[46/69] Write swift-version-24593BA9C3E375BF.txt
[48/108] Emitting module SwiftSyntax509
[49/108] Emitting module StructuredQueriesSupport
[50/108] Emitting module SwiftSyntax510
[51/108] Compiling SwiftSyntax601 Empty.swift
[52/108] Emitting module SwiftSyntax601
[53/108] Compiling SwiftSyntax510 Empty.swift
[54/110] Compiling SwiftSyntax509 Empty.swift
[57/111] Emitting module SwiftSyntax600
[58/111] Compiling SwiftSyntax600 Empty.swift
[59/112] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/113] Compiling ConcurrencyExtras Result.swift
[61/113] Compiling ConcurrencyExtras AsyncStream.swift
[62/113] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[64/114] Compiling InternalCollectionsUtilities Descriptions.swift
[65/114] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/114] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/114] Compiling InternalCollectionsUtilities Debugging.swift
[68/114] Emitting module StructuredQueriesSupport
[69/114] Emitting module ConcurrencyExtras
[70/114] Compiling ConcurrencyExtras ActorIsolated.swift
[71/114] Compiling ConcurrencyExtras AnyHashableSendable.swift
[74/114] Emitting module InternalCollectionsUtilities
[76/114] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/114] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/114] Compiling ConcurrencyExtras Locking.swift
[79/114] Compiling ConcurrencyExtras UncheckedBox.swift
[80/121] Compiling Sharing1 Empty.swift
[81/121] Compiling ConcurrencyExtras UncheckedSendable.swift
[82/121] Emitting module Sharing1
[83/121] Compiling Sharing2 Empty.swift
[84/126] Emitting module Sharing2
[85/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/143] Wrapping AST for SwiftSyntax601 for debugging
[90/215] Compiling SwiftSyntax SourceLocation.swift
[91/215] Compiling SwiftSyntax SourcePresence.swift
[92/215] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[93/347] Compiling GRDB Date.swift
[94/347] Compiling GRDB Decimal.swift
[95/410] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[96/410] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[97/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/410] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[105/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[106/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[107/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[108/417] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[109/417] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[110/417] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/417] Emitting module IssueReportingTestSupport
[112/417] Compiling IssueReportingTestSupport SwiftTesting.swift
[113/417] Compiling IssueReportingTestSupport XCTest.swift
[114/417] Compiling ConcurrencyExtras LockIsolated.swift
[115/417] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[116/417] Compiling OrderedCollections OrderedDictionary+Elements.swift
[117/417] Compiling ConcurrencyExtras MainSerialExecutor.swift
[118/417] Compiling ConcurrencyExtras Task.swift
[119/417] Compiling StructuredQueriesSupport Inflection.swift
[120/417] Compiling StructuredQueriesSupport Quoting.swift
[121/418] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[122/418] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[123/420] Emitting module IssueReporting
[124/420] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/420] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[132/420] Compiling OrderedCollections _HashTable+Testing.swift
[133/420] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[134/420] Compiling OrderedCollections _HashTable.swift
[135/420] Compiling OrderedCollections _Hashtable+Header.swift
[143/420] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[144/420] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[145/420] Compiling OrderedCollections OrderedDictionary.swift
[146/420] Compiling OrderedCollections OrderedSet+Codable.swift
[147/420] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[148/420] Compiling OrderedCollections OrderedSet+Descriptions.swift
[149/420] Compiling OrderedCollections OrderedSet+Diffing.swift
[150/420] Compiling OrderedCollections OrderedSet+Equatable.swift
[151/420] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[152/420] Compiling OrderedCollections OrderedSet+Hashable.swift
[153/420] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[154/420] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[157/420] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[158/420] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[159/420] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[160/420] Compiling OrderedCollections OrderedDictionary+Values.swift
[161/420] Compiling OrderedCollections OrderedSet+Initializers.swift
[162/420] Compiling OrderedCollections OrderedSet+Insertions.swift
[163/420] Compiling OrderedCollections OrderedSet+Invariants.swift
[164/420] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[165/420] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[166/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[167/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[168/420] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/420] Compiling OrderedCollections _HashTable+Bucket.swift
[171/420] Wrapping AST for SwiftSyntax600 for debugging
[172/421] Wrapping AST for SwiftSyntax510 for debugging
[173/421] Wrapping AST for SwiftSyntax509 for debugging
[176/421] Compiling StructuredQueriesSupport Inflection.swift
[177/421] Compiling StructuredQueriesSupport Quoting.swift
[177/422] Wrapping AST for IssueReportingTestSupport for debugging
[180/499] Compiling XCTestDynamicOverlay Exports.swift
[181/499] Compiling CombineSchedulers Lock.swift
[182/499] Compiling CombineSchedulers NSRecursiveLock.swift
[183/500] Compiling CombineSchedulers AnyScheduler.swift
[184/500] Compiling CombineSchedulers Concurrency.swift
[185/500] Compiling CombineSchedulers ImmediateScheduler.swift
[186/500] Compiling CombineSchedulers Deprecations.swift
[187/500] Compiling CombineSchedulers SwiftUI.swift
[188/500] Compiling CombineSchedulers TestScheduler.swift
[189/500] Compiling CombineSchedulers UIScheduler.swift
[190/501] Emitting module CombineSchedulers
[191/501] Compiling CombineSchedulers UIKit.swift
[192/501] Compiling CombineSchedulers Timer.swift
[193/508] Compiling CombineSchedulers UnimplementedScheduler.swift
[195/509] Compiling Clocks Timer.swift
[196/510] Emitting module XCTestDynamicOverlay
[197/510] Compiling XCTestDynamicOverlay Deprecations.swift
[197/511] Wrapping AST for StructuredQueriesSupport for debugging
[197/511] Write Objects.LinkFileList
[200/511] Emitting module Clocks
[201/511] Compiling Clocks AnyClock.swift
[202/511] Compiling OrderedCollections OrderedSet+Sendable.swift
[203/511] Compiling OrderedCollections OrderedSet+SubSequence.swift
[204/511] Compiling OrderedCollections OrderedSet+Testing.swift
[205/511] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[206/511] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[207/511] Compiling OrderedCollections OrderedSet.swift
[208/511] Compiling OrderedCollections _UnsafeBitset.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[208/511] Linking libIssueReportingTestSupport.wasm
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/Sources/GRDBSQLite/shim.h:1:10: error: 'sqlite3.h' file not found
 1 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
 2 |
 3 | typedef void(*_errorLogCallback)(void *pArg, int iErrCode, const char *zMsg);
[209/511] Compiling StructuredQueriesCore UUID+Uppercased.swift
[210/511] Compiling StructuredQueriesCore Seeds.swift
[211/511] Compiling StructuredQueriesCore Statement.swift
[212/511] Compiling StructuredQueriesCore CommonTableExpression.swift
[213/511] Compiling StructuredQueriesCore CompoundSelect.swift
[214/511] Compiling StructuredQueriesCore Delete.swift
[215/511] Compiling StructuredQueriesCore Insert.swift
[216/511] Compiling StructuredQueriesCore Select+DynamicMemberLookup.swift
[217/511] Compiling StructuredQueriesCore SQLQueryExpression.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/25] Write swift-version-24593BA9C3E375BF.txt
[4/69] Emitting module Sharing2
[5/69] Compiling Sharing2 Empty.swift
[6/70] Compiling SwiftSyntax510 Empty.swift
[8/70] Emitting module SwiftSyntax510
[9/71] Emitting module ConcurrencyExtras
[10/72] Compiling SwiftSyntax509 Empty.swift
[11/72] Emitting module SwiftSyntax509
[12/73] Compiling ConcurrencyExtras Task.swift
[13/73] Compiling ConcurrencyExtras Result.swift
[14/73] Emitting module Sharing1
[15/73] Compiling Sharing1 Empty.swift
[16/74] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/74] Compiling IssueReportingTestSupport XCTest.swift
[20/74] Compiling ConcurrencyExtras Locking.swift
[21/74] Compiling ConcurrencyExtras UncheckedBox.swift
[22/74] Compiling ConcurrencyExtras LockIsolated.swift
[24/74] Compiling StructuredQueriesSupport Quoting.swift
[25/72] Compiling StructuredQueriesSupport Inflection.swift
[26/72] Emitting module StructuredQueriesSupport
[27/73] Emitting module IssueReportingTestSupport
[28/73] Compiling IssueReportingTestSupport SwiftTesting.swift
[29/73] Compiling ConcurrencyExtras UncheckedSendable.swift
[30/76] Compiling IssueReporting ErrorReporting.swift
[31/76] Compiling IssueReporting AppHostWarning.swift
[32/76] Compiling IssueReporting Deprecations.swift
[33/76] Compiling IssueReporting SwiftTesting.swift
[36/77] Compiling IssueReporting XCTest.swift
[37/77] Compiling IssueReporting IsTesting.swift
[38/77] Compiling IssueReporting IssueReporter.swift
[39/84] Compiling IssueReporting TestContext.swift
[40/84] Compiling IssueReporting Unimplemented.swift
[41/84] Compiling SwiftSyntax601 Empty.swift
[42/84] Emitting module SwiftSyntax601
[42/83] Write Objects.LinkFileList
[45/85] Compiling SwiftSyntax600 Empty.swift
[46/98] Emitting module SwiftSyntax600
[48/99] Compiling IssueReporting BreakpointReporter.swift
[49/99] Compiling IssueReporting FatalErrorReporter.swift
[50/99] Compiling IssueReporting RuntimeWarningReporter.swift
[51/99] Compiling IssueReporting ReportIssue.swift
[52/98] Compiling StructuredQueriesSupport Quoting.swift
[53/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/99] Emitting module StructuredQueriesSupport
[55/99] Compiling StructuredQueriesSupport Inflection.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[55/99] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm