The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Caesura, reference 1.0.1 (19d78c), with Swift 6.1 for Wasm on 28 May 2025 03:17:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/LucianoPolit/Caesura.git
Reference: 1.0.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/LucianoPolit/Caesura
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 19d78c7 New release
Cloned https://github.com/LucianoPolit/Caesura.git
Revision (git rev-parse @):
19d78c7e340078d506765a8458f019aef5f22aa8
SUCCESS checkout https://github.com/LucianoPolit/Caesura.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/LucianoPolit/Caesura.git
https://github.com/LucianoPolit/Caesura.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "reswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReSwift/ReSwift.git"
    },
    {
      "identity" : "then",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devxoul/Then.git"
    },
    {
      "identity" : "rerxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/svdo/ReRxSwift.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.2.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "Caesura",
  "name" : "Caesura",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Caesura",
      "targets" : [
        "Caesura"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CaesuraUI",
      "targets" : [
        "CaesuraUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CaesuraStandardAction",
      "targets" : [
        "CaesuraStandardAction"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CaesuraMiddlewares",
      "targets" : [
        "CaesuraMiddlewares"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ReRxCaesura",
      "targets" : [
        "ReRxCaesura"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StandardAction",
      "module_type" : "SwiftTarget",
      "name" : "StandardAction",
      "path" : "Source/StandardAction",
      "product_dependencies" : [
        "ReSwift"
      ],
      "product_memberships" : [
        "CaesuraStandardAction",
        "CaesuraMiddlewares"
      ],
      "sources" : [
        "StandardAction.swift",
        "StandardActionConvertible.swift",
        "StandardActionStore.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ReRxCaesura",
      "module_type" : "SwiftTarget",
      "name" : "ReRxCaesura",
      "path" : "Source/ReRxSwift",
      "product_dependencies" : [
        "ReRxSwift"
      ],
      "product_memberships" : [
        "ReRxCaesura"
      ],
      "sources" : [
        "Connection+Module.swift",
        "Connection+Modules.swift",
        "Connection+Utils.swift"
      ],
      "target_dependencies" : [
        "Caesura"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaesuraUI",
      "module_type" : "SwiftTarget",
      "name" : "CaesuraUI",
      "path" : "Source",
      "product_memberships" : [
        "CaesuraUI"
      ],
      "sources" : [
        "UI/DismissHandler.swift",
        "UI/NavigationController.swift",
        "UI/TabBarController.swift",
        "UI/ViewController.swift"
      ],
      "target_dependencies" : [
        "Caesura"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaesuraTests",
      "module_type" : "SwiftTarget",
      "name" : "CaesuraTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "Core/ActionWrapperTests.swift",
        "Core/ManagerTests.swift",
        "Core/MiddlewareWrapperTests.swift",
        "Core/Middlewares/API/APIActionDispatcherMiddlewareTests.swift",
        "Core/Middlewares/API/APIActionDispatcherTests.swift",
        "Core/Middlewares/Modules/ModuleMapperMiddlewareTests.swift",
        "Core/Middlewares/Navigation/NavigationActionMapperMiddlewareTests.swift",
        "Core/Middlewares/Navigation/NavigationActionMapperTests.swift",
        "Core/Middlewares/Navigation/NavigationMiddlewareTests.swift",
        "Core/Middlewares/Reusable/ActionDispatcherMiddlewareTests.swift",
        "Core/Middlewares/Reusable/ActionMapperMiddlewareTests.swift",
        "Core/ModuleTests.swift",
        "Core/StateTests.swift",
        "Mocks/MockAPIActionDispatcher.swift",
        "Mocks/MockActionDispatcher.swift",
        "Mocks/MockActionMapper.swift",
        "Mocks/MockActionRegistrable.swift",
        "Mocks/MockManager.swift",
        "Mocks/MockMiddleware.swift",
        "Mocks/MockModule.swift",
        "Mocks/MockNavigationActionMapper.swift",
        "Mocks/MockNavigationController.swift",
        "Mocks/MockReducer.swift",
        "Mocks/MockStateRegistrable.swift",
        "Mocks/MockTabBarController.swift",
        "Mocks/MockViewController.swift",
        "Utils/ApplicationCompletionAction+CaseIterable.swift",
        "Utils/Middleware+Utils.swift",
        "Utils/TestAPI.swift",
        "Utils/TestAction.swift",
        "Utils/TestCase.swift",
        "Utils/TestError.swift",
        "Utils/TestState.swift"
      ],
      "target_dependencies" : [
        "Caesura"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CaesuraStandardAction",
      "module_type" : "SwiftTarget",
      "name" : "CaesuraStandardAction",
      "path" : "Source/StandardAction",
      "product_memberships" : [
        "CaesuraStandardAction",
        "CaesuraMiddlewares"
      ],
      "sources" : [
        "ApplicationAction+StandardAction.swift",
        "NavigationAction+StandardAction.swift",
        "StandardActionStore+ActionRegistrable.swift"
      ],
      "target_dependencies" : [
        "Caesura",
        "StandardAction"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CaesuraMiddlewares",
      "module_type" : "SwiftTarget",
      "name" : "CaesuraMiddlewares",
      "path" : "Source/Middlewares",
      "product_memberships" : [
        "CaesuraMiddlewares"
      ],
      "sources" : [
        "Crash/CrashDetector.swift",
        "Crash/CrashDetectorMiddleware.swift",
        "Debug/Blockers/ActionBlockerMiddleware.swift",
        "Debug/Blockers/ActionBlocklistMiddleware.swift",
        "Debug/Blockers/AnimationBlockerMiddleware.swift",
        "Debug/Middleware+Debug.swift",
        "Debug/Retriever/RetrieverAPIMiddleware.swift",
        "Debug/Retriever/RetrieverMiddleware.swift",
        "Debug/Timeline/TimelineAction.swift",
        "Debug/Timeline/TimelineControlMiddleware.swift",
        "Debug/Timeline/TimelineMiddleware.swift",
        "Debug/Timeline/TimelineNavigationMiddleware.swift",
        "Debug/Timeline/TimelineReducer.swift",
        "KickOff/KickOffMiddleware.swift",
        "Logger/LoggerMiddleware.swift",
        "Recorder/RecorderMiddleware.swift",
        "Recorder/ReporterMiddleware.swift"
      ],
      "target_dependencies" : [
        "Caesura",
        "CaesuraStandardAction"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Caesura",
      "module_type" : "SwiftTarget",
      "name" : "Caesura",
      "path" : "Source",
      "product_dependencies" : [
        "ReSwift",
        "Then"
      ],
      "product_memberships" : [
        "Caesura",
        "CaesuraUI",
        "CaesuraStandardAction",
        "CaesuraMiddlewares",
        "ReRxCaesura"
      ],
      "sources" : [
        "Core/ActionWrapper.swift",
        "Core/Manager+Notifications.swift",
        "Core/Manager.swift",
        "Core/Middleware.swift",
        "Core/MiddlewareWrapper.swift",
        "Core/Middlewares/API/API.swift",
        "Core/Middlewares/API/APIActionDispatcher.swift",
        "Core/Middlewares/API/APIActionDispatcherMiddleware.swift",
        "Core/Middlewares/Modules/ModuleMapper.swift",
        "Core/Middlewares/Modules/ModuleMapperMiddleware.swift",
        "Core/Middlewares/Navigation/NavigationAction.swift",
        "Core/Middlewares/Navigation/NavigationActionMapper.swift",
        "Core/Middlewares/Navigation/NavigationActionMapperMiddleware.swift",
        "Core/Middlewares/Navigation/NavigationMiddleware.swift",
        "Core/Middlewares/Reusable/ActionDispatcher/ActionDispatcher.swift",
        "Core/Middlewares/Reusable/ActionDispatcher/ActionDispatcherMiddleware.swift",
        "Core/Middlewares/Reusable/ActionMapper/ActionMapper.swift",
        "Core/Middlewares/Reusable/ActionMapper/ActionMapperMiddleware.swift",
        "Core/Module.swift",
        "Core/ModuleProtocol.swift",
        "Core/Reducer.swift",
        "Core/State.swift",
        "Core/Store.swift",
        "Core/Utils/ActionRegistrable.swift",
        "Core/Utils/CanDismissProgrammatically.swift",
        "Core/Utils/CanPopProgrammatically.swift",
        "Core/Utils/Collection+Utils.swift",
        "Core/Utils/MiddlewarePriority.swift",
        "Core/Utils/StateRegistrable.swift",
        "Core/Utils/Typealiases.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/devxoul/Then.git
Fetching https://github.com/ReSwift/ReSwift.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/svdo/ReRxSwift.git
[1/815] Fetching then
[816/4335] Fetching then, rerxswift
[852/10782] Fetching then, rerxswift, reswift
[5948/30366] Fetching then, rerxswift, reswift, nimble
Fetched https://github.com/devxoul/Then.git from cache (0.77s)
[13688/29551] Fetching rerxswift, reswift, nimble
Fetched https://github.com/svdo/ReRxSwift.git from cache (1.46s)
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.47s)
Fetched https://github.com/Quick/Nimble.git from cache (1.48s)
Computing version for https://github.com/devxoul/Then.git
Computed https://github.com/devxoul/Then.git at 2.7.0 (2.00s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (0.52s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.62s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/svdo/ReRxSwift.git
error: the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/devxoul/Then.git
Updating https://github.com/Quick/Nimble.git
Updating https://github.com/svdo/ReRxSwift.git
Updating https://github.com/ReSwift/ReSwift.git
Updated https://github.com/devxoul/Then.git (0.16s)
Updated https://github.com/svdo/ReRxSwift.git (0.18s)
Updated https://github.com/Quick/Nimble.git (0.18s)
Updated https://github.com/ReSwift/ReSwift.git (0.18s)
Computing version for https://github.com/devxoul/Then.git
Computed https://github.com/devxoul/Then.git at 2.7.0 (0.67s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 5.0.0 (0.51s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.51s)
Updating https://github.com/mattgallagher/CwlPreconditionTesting.git
Updated https://github.com/mattgallagher/CwlPreconditionTesting.git (0.19s)
Computing version for https://github.com/svdo/ReRxSwift.git
error: the package manifest at '/Package.swift' cannot be accessed (/Package.swift doesn't exist in file system)
BUILD FAILURE 6.1 wasm