The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Catenary, reference 0.1.1 (02000f), with Swift 6.1 for Wasm on 29 May 2025 20:40:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Fleuronic/Catenary.git
Reference: 0.1.1
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/Fleuronic/Catenary
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 02000f6 Update dependencies
Cloned https://github.com/Fleuronic/Catenary.git
Revision (git rev-parse @):
02000f6ceb1106ea5d5343d6c63aa78cccfd2cac
SUCCESS checkout https://github.com/Fleuronic/Catenary.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Fleuronic/Catenary.git
https://github.com/Fleuronic/Catenary.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "postgres-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-kit"
    },
    {
      "identity" : "persistdb",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PersistX/PersistDB"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Fleuronic/AsyncExtensions"
    },
    {
      "identity" : "reactivecombinebridge",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/simba909/ReactiveCombineBridge"
    }
  ],
  "manifest_display_name" : "Catenary",
  "name" : "Catenary",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Catenary",
      "targets" : [
        "Catenary"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CatenarySQL",
      "targets" : [
        "CatenarySQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CatenaryPostgreSQL",
      "targets" : [
        "CatenaryPostgreSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CatenaryTests",
      "module_type" : "SwiftTarget",
      "name" : "CatenaryTests",
      "path" : "Tests/CatenaryTests",
      "sources" : [
        "File.swift"
      ],
      "target_dependencies" : [
        "Catenary"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CatenarySQL",
      "module_type" : "SwiftTarget",
      "name" : "CatenarySQL",
      "path" : "Sources/CatenarySQL",
      "product_dependencies" : [
        "PersistDB",
        "AsyncExtensions",
        "ReactiveCombineBridge"
      ],
      "product_memberships" : [
        "CatenarySQL"
      ],
      "sources" : [
        "Store.swift"
      ],
      "target_dependencies" : [
        "Catenary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CatenaryPostgreSQL",
      "module_type" : "SwiftTarget",
      "name" : "CatenaryPostgreSQL",
      "path" : "Sources/CatenaryPostgreSQL",
      "product_dependencies" : [
        "PostgresKit"
      ],
      "product_memberships" : [
        "CatenaryPostgreSQL"
      ],
      "sources" : [
        "PostgreSQLConnection.swift"
      ],
      "target_dependencies" : [
        "Catenary"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Catenary",
      "module_type" : "SwiftTarget",
      "name" : "Catenary",
      "path" : "Sources/Catenary",
      "product_memberships" : [
        "Catenary",
        "CatenarySQL",
        "CatenaryPostgreSQL"
      ],
      "sources" : [
        "Connection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PersistX/PersistDB
[1/2695] Fetching persistdb
Fetched https://github.com/PersistX/PersistDB from cache (0.49s)
Fetching https://github.com/simba909/ReactiveCombineBridge
[1/42] Fetching reactivecombinebridge
Fetched https://github.com/simba909/ReactiveCombineBridge from cache (0.41s)
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/tonyarnold/Differ.git
Fetching https://github.com/PersistX/Schemata.git
Fetching https://github.com/vapor/postgres-kit
Fetching https://github.com/Fleuronic/AsyncExtensions
[1/2366] Fetching differ
[143/3491] Fetching differ, schemata
[411/3628] Fetching differ, schemata, asyncextensions
[3629/8983] Fetching differ, schemata, asyncextensions, postgres-kit
[8984/61471] Fetching differ, schemata, asyncextensions, postgres-kit, reactiveswift
Fetched https://github.com/Fleuronic/AsyncExtensions from cache (1.47s)
[12521/61334] Fetching differ, schemata, postgres-kit, reactiveswift
Fetched https://github.com/PersistX/Schemata.git from cache (1.57s)
Fetched https://github.com/tonyarnold/Differ.git from cache (1.57s)
[9555/57843] Fetching postgres-kit, reactiveswift
Fetched https://github.com/vapor/postgres-kit from cache (1.64s)
[7349/52488] Fetching reactiveswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (5.62s)
Computing version for https://github.com/PersistX/Schemata.git
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (6.74s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (1.19s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.02s)
Computing version for https://github.com/Fleuronic/AsyncExtensions
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (1.15s)
Fetching https://github.com/cx-org/CombineX
[1/9232] Fetching combinex
Fetched https://github.com/cx-org/CombineX from cache (1.34s)
Computing version for https://github.com/cx-org/CombineX
Computed https://github.com/cx-org/CombineX at 0.4.0 (3.73s)
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.82s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (1.14s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/postgres-nio.git
[1/2370] Fetching async-kit
[2253/8353] Fetching async-kit, sql-kit
[4048/20624] Fetching async-kit, sql-kit, postgres-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.85s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.85s)
[12026/12271] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (1.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (2.24s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[2457/9795] Fetching swift-log, swift-algorithms
[5148/26386] Fetching swift-log, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
[8116/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
[2821/16591] Fetching swift-collections
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
[1/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.78s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.16s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.28s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.00s)
Computed https://github.com/vapor/postgres-kit at 2.13.5 (1.09s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.94s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
error:   Dependencies could not be resolved because root depends on 'asyncextensions' 0.2.1..<1.0.0.
  'asyncextensions' >= 0.2.1 cannot be used because 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0 (1).
  'swift-atomics' >= 1.2.0 is required because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0 and 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'postgres-nio' {1.20.2..<1.21.0, 1.21.1} practically depends on 'swift-atomics' 1.2.0..<2.0.0 because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'postgres-nio' 1.20.2..<1.21.0 practically depends on 'swift-atomics' 1.2.0..<2.0.0 because no versions of 'postgres-nio' match the requirement 1.20.3..<1.21.0 and 'postgres-nio' 1.20.2 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'combinex' >= 0.4.0 practically depends on 'swift-atomics' 0.0.3..<0.1.0 because no versions of 'combinex' match the requirement 0.4.1..<1.0.0 and 'combinex' 0.4.0 depends on 'swift-atomics' 0.0.3..<0.1.0.
  'asyncextensions' >= 0.2.1 practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.2 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.5.0 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.4.2, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.4.1 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.3.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.3.1 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because no versions of 'asyncextensions' match the requirement {0.2.2..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} and 'asyncextensions' 0.2.1 depends on 'combinex' 0.4.0..<1.0.0.
     (1) 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/PersistX/PersistDB
Updated https://github.com/PersistX/PersistDB (0.35s)
Updating https://github.com/simba909/ReactiveCombineBridge
Updated https://github.com/simba909/ReactiveCombineBridge (0.22s)
Updating https://github.com/Fleuronic/AsyncExtensions
Updating https://github.com/vapor/postgres-kit
Updating https://github.com/tonyarnold/Differ.git
Updated https://github.com/vapor/postgres-kit (0.38s)
Updating https://github.com/PersistX/Schemata.git
Updated https://github.com/Fleuronic/AsyncExtensions (0.45s)
Updating https://github.com/ReactiveCocoa/ReactiveSwift
Updated https://github.com/tonyarnold/Differ.git (0.43s)
Updated https://github.com/PersistX/Schemata.git (0.34s)
Updated https://github.com/ReactiveCocoa/ReactiveSwift (0.34s)
Computing version for https://github.com/PersistX/Schemata.git
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (1.88s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.97s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.06s)
Computing version for https://github.com/Fleuronic/AsyncExtensions
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (1.16s)
Updating https://github.com/cx-org/CombineX
Updated https://github.com/cx-org/CombineX (0.34s)
Computing version for https://github.com/cx-org/CombineX
Computed https://github.com/cx-org/CombineX at 0.4.0 (1.57s)
Updating https://github.com/apple/swift-atomics.git
Updated https://github.com/apple/swift-atomics.git (0.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.55s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.86s)
Updating https://github.com/vapor/async-kit.git
Updating https://github.com/vapor/postgres-nio.git
Updated https://github.com/vapor/async-kit.git (0.31s)
Updating https://github.com/vapor/sql-kit.git
Updated https://github.com/vapor/postgres-nio.git (0.45s)
Updated https://github.com/vapor/sql-kit.git (0.30s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.24s)
Updating https://github.com/apple/swift-algorithms.git
Updating https://github.com/apple/swift-log.git
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/apple/swift-nio.git
Updated https://github.com/apple/swift-log.git (0.46s)
Updated https://github.com/apple/swift-algorithms.git (0.47s)
Updated https://github.com/apple/swift-nio.git (0.71s)
Updated https://github.com/apple/swift-collections.git (0.71s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.12s)
Updating https://github.com/apple/swift-numerics.git
Updated https://github.com/apple/swift-numerics.git (0.24s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.38s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (3.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.36s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.00s)
Computed https://github.com/vapor/postgres-kit at 2.13.5 (1.03s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.03s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
Computed https://github.com/Fleuronic/AsyncExtensions at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/PersistX/Schemata.git at 0.3.4 (0.00s)
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (0.00s)
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.00s)
error:   Dependencies could not be resolved because root depends on 'asyncextensions' 0.2.1..<1.0.0.
  'asyncextensions' >= 0.2.1 cannot be used because 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0 (1).
  'swift-atomics' >= 1.2.0 is required because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0 and 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'postgres-nio' {1.20.2..<1.21.0, 1.21.1} practically depends on 'swift-atomics' 1.2.0..<2.0.0 because 'postgres-nio' 1.21.1 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'postgres-nio' 1.20.2..<1.21.0 practically depends on 'swift-atomics' 1.2.0..<2.0.0 because no versions of 'postgres-nio' match the requirement 1.20.3..<1.21.0 and 'postgres-nio' 1.20.2 depends on 'swift-atomics' 1.2.0..<2.0.0.
  'combinex' >= 0.4.0 practically depends on 'swift-atomics' 0.0.3..<0.1.0 because no versions of 'combinex' match the requirement 0.4.1..<1.0.0 and 'combinex' 0.4.0 depends on 'swift-atomics' 0.0.3..<0.1.0.
  'asyncextensions' >= 0.2.1 practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.2 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.5.0 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.4.2, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.4.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.4.1 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because 'asyncextensions' 0.3.0 depends on 'combinex' 0.4.0..<1.0.0 and 'asyncextensions' 0.3.1 depends on 'combinex' 0.4.0..<1.0.0.
  'asyncextensions' {0.2.1..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} practically depends on 'combinex' 0.4.0..<1.0.0 because no versions of 'asyncextensions' match the requirement {0.2.2..<0.3.0, 0.3.2..<0.4.0, 0.4.3..<0.5.0, 0.5.1..<1.0.0} and 'asyncextensions' 0.2.1 depends on 'combinex' 0.4.0..<1.0.0.
     (1) 'asyncextensions' >= 0.2.1 practically depends on 'swift-atomics' 0.0.3..<0.1.0.
BUILD FAILURE 6.1 wasm