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 CQRS, reference 1.1.0 (e9f728), with Swift 6.1 for Wasm on 30 May 2025 03:18:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/space-code/cqrs.git
Reference: 1.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/space-code/cqrs
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at e9f7285 Release `1.1.0` (#8)
Cloned https://github.com/space-code/cqrs.git
Revision (git rev-parse @):
e9f7285544c5fd2ce0cd7514900a785e9e08ef2f
SUCCESS checkout https://github.com/space-code/cqrs.git at 1.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/space-code/cqrs.git
https://github.com/space-code/cqrs.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "dip",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.1",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/Dip"
    }
  ],
  "manifest_display_name" : "CQRS",
  "name" : "CQRS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CQRS",
      "targets" : [
        "CQRS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CQRSTests",
      "module_type" : "SwiftTarget",
      "name" : "CQRSTests",
      "path" : "Tests/CQRSTests",
      "sources" : [
        "Classes/Command/CommandDispatcherTests.swift",
        "Classes/Query/QueryDispatcherTests.swift",
        "Helpers/Mocks/Commands/CommandMock.swift",
        "Helpers/Mocks/Commands/SecondCommandMock.swift",
        "Helpers/Mocks/Handlers/CommandHandlerMock.swift",
        "Helpers/Mocks/Handlers/QueryHandlerMock.swift",
        "Helpers/Mocks/Handlers/SecondCommandHandlerMock.swift",
        "Helpers/Mocks/Queries/QueryMock.swift"
      ],
      "target_dependencies" : [
        "CQRS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CQRS",
      "module_type" : "SwiftTarget",
      "name" : "CQRS",
      "path" : "Sources/CQRS",
      "product_dependencies" : [
        "Dip"
      ],
      "product_memberships" : [
        "CQRS"
      ],
      "sources" : [
        "Classes/Command/CommandDispatcher.swift",
        "Classes/Command/Interfaces/ICommand.swift",
        "Classes/Command/Interfaces/ICommandDispatcher.swift",
        "Classes/Command/Interfaces/ICommandHandler.swift",
        "Classes/Helpers/Container/DependencyContainer.swift",
        "Classes/Helpers/Container/IDependencyContainer.swift",
        "Classes/Models/CQRSError.swift",
        "Classes/Query/Interfaces/IQuery.swift",
        "Classes/Query/Interfaces/IQueryDispatcher.swift",
        "Classes/Query/Interfaces/IQueryHandler.swift",
        "Classes/Query/QueryDispatcher.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/AliSoftware/Dip
[1/4684] Fetching dip
Fetched https://github.com/AliSoftware/Dip from cache (0.43s)
Computing version for https://github.com/AliSoftware/Dip
Computed https://github.com/AliSoftware/Dip at 7.1.1 (2.96s)
Creating working copy for https://github.com/AliSoftware/Dip
Working copy of https://github.com/AliSoftware/Dip resolved at 7.1.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling Dip TypeForwarding.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[5/17] Compiling Dip StoryboardInstantiatable.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[6/17] Compiling Dip Utils.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[7/17] Compiling Dip Definition.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[8/17] Compiling Dip Dip.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[9/17] Compiling Dip DipError.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[10/17] Compiling Dip Register.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[11/17] Compiling Dip Resolve.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[12/17] Compiling Dip RuntimeArguments.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/17] Emitting module Dip
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[14/17] Compiling Dip AutoInjection.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[15/17] Compiling Dip AutoWiring.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[16/17] Compiling Dip Compatibility.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[17/17] Compiling Dip ComponentScope.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling Dip TypeForwarding.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[3/14] Compiling Dip StoryboardInstantiatable.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[4/15] Compiling Dip AutoInjection.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[5/15] Compiling Dip AutoWiring.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/15] Emitting module Dip
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[7/15] Compiling Dip DipError.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[8/15] Compiling Dip Register.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[9/15] Compiling Dip Resolve.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[10/15] Compiling Dip RuntimeArguments.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[11/15] Compiling Dip Utils.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[12/15] Compiling Dip Compatibility.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[13/15] Compiling Dip ComponentScope.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[14/15] Compiling Dip Definition.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
[15/15] Compiling Dip Dip.swift
/host/spi-builder-workspace/.build/checkouts/Dip/Sources/Utils.swift:102:10: error: no such module 'Glibc'
100 |
101 | #if !_runtime(_ObjC)
102 |   import Glibc
    |          `- error: no such module 'Glibc'
103 |   class RecursiveLock {
104 |     private var _lock = _initializeRecursiveMutex()
BUILD FAILURE 6.1 wasm