The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CQRS with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/cqrs.git
Reference: dev
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
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at d1b921f Integrate `visionOS` support (#6)
Cloned https://github.com/space-code/cqrs.git
Revision (git rev-parse @):
d1b921fa1e4d20a192f628121acda0ef8892da10
SUCCESS checkout https://github.com/space-code/cqrs.git at dev
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/space-code/cqrs.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/AliSoftware/Dip
[1/4666] Fetching dip
Fetched https://github.com/AliSoftware/Dip (0.40s)
Computing version for https://github.com/AliSoftware/Dip
Computed https://github.com/AliSoftware/Dip at 7.1.1 (1.42s)
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...
[1/13] Compiling Dip DipError.swift
[2/13] Compiling Dip Register.swift
[3/14] Compiling Dip AutoInjection.swift
[4/14] Compiling Dip AutoWiring.swift
[5/14] Compiling Dip Compatibility.swift
[6/14] Compiling Dip ComponentScope.swift
[7/14] Compiling Dip Definition.swift
[8/14] Compiling Dip Dip.swift
[9/14] Emitting module Dip
[10/14] Compiling Dip StoryboardInstantiatable.swift
[11/14] Compiling Dip Resolve.swift
[12/14] Compiling Dip RuntimeArguments.swift
[13/14] Compiling Dip TypeForwarding.swift
[14/14] Compiling Dip Utils.swift
[17/27] Compiling CQRS CQRSError.swift
[18/28] Compiling CQRS IQueryDispatcher.swift
[19/28] Compiling CQRS IQuery.swift
[20/28] Compiling CQRS DependencyContainer.swift
[21/28] Compiling CQRS IDependencyContainer.swift
[22/28] Compiling CQRS IQueryHandler.swift
[23/28] Compiling CQRS ICommandDispatcher.swift
[24/28] Compiling CQRS ICommandHandler.swift
[25/28] Emitting module CQRS
[26/28] Compiling CQRS CommandDispatcher.swift
[27/28] Compiling CQRS ICommand.swift
[28/28] Compiling CQRS QueryDispatcher.swift
Build complete! (8.50s)
Build complete.
Done.