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.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
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.10
Building package at path:  $workDir
https://github.com/space-code/cqrs.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/AliSoftware/Dip
[1/4666] Fetching dip
Fetched https://github.com/AliSoftware/Dip from cache (0.33s)
Computing version for https://github.com/AliSoftware/Dip
Computed https://github.com/AliSoftware/Dip at 7.1.1 (1.04s)
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 Resolve.swift
[5/16] Compiling Dip RuntimeArguments.swift
[6/17] Compiling Dip DipError.swift
[7/17] Compiling Dip Register.swift
[8/17] Compiling Dip Definition.swift
[9/17] Compiling Dip Dip.swift
[10/17] Compiling Dip Compatibility.swift
[11/17] Compiling Dip ComponentScope.swift
[12/17] Emitting module Dip
[13/17] Compiling Dip AutoInjection.swift
[14/17] Compiling Dip AutoWiring.swift
[15/17] Compiling Dip StoryboardInstantiatable.swift
[16/17] Compiling Dip TypeForwarding.swift
[17/17] Compiling Dip Utils.swift
[19/29] Compiling CQRS DependencyContainer.swift
[20/29] Compiling CQRS IDependencyContainer.swift
[21/29] Compiling CQRS IQueryDispatcher.swift
[22/29] Compiling CQRS IQuery.swift
[23/29] Compiling CQRS CQRSError.swift
[24/29] Compiling CQRS IQueryHandler.swift
[25/30] Compiling CQRS CommandDispatcher.swift
[26/30] Compiling CQRS ICommand.swift
[27/30] Compiling CQRS ICommandDispatcher.swift
[28/30] Compiling CQRS ICommandHandler.swift
[29/30] Emitting module CQRS
[30/30] Compiling CQRS QueryDispatcher.swift
Build complete! (10.45s)
Build complete.
Done.