Build Information
Successful build of CQRS, reference dev (acd555
), with Swift 5.9 for Linux on 25 Dec 2024 21:08:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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 acd5550 Update the project
Cloned https://github.com/space-code/cqrs.git
Revision (git rev-parse @):
acd55506d5639a7b83e6405f7d802d16fd135231
SUCCESS checkout https://github.com/space-code/cqrs.git at dev
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/space-code/cqrs.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/AliSoftware/Dip
[1/4684] Fetching dip
Fetched https://github.com/AliSoftware/Dip (0.30s)
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...
[1/13] Compiling Dip Compatibility.swift
[2/13] Compiling Dip ComponentScope.swift
[3/14] Compiling Dip AutoInjection.swift
[4/14] Compiling Dip AutoWiring.swift
[5/14] Emitting module Dip
[6/14] Compiling Dip StoryboardInstantiatable.swift
[7/14] Compiling Dip Resolve.swift
[8/14] Compiling Dip RuntimeArguments.swift
[9/14] Compiling Dip DipError.swift
[10/14] Compiling Dip Register.swift
[11/14] Compiling Dip Definition.swift
[12/14] Compiling Dip Dip.swift
[13/14] Compiling Dip TypeForwarding.swift
[14/14] Compiling Dip Utils.swift
[17/27] Compiling CQRS IQueryDispatcher.swift
[18/28] Compiling CQRS IQueryHandler.swift
[19/28] Compiling CQRS IQuery.swift
[20/28] Compiling CQRS DependencyContainer.swift
[21/28] Compiling CQRS IDependencyContainer.swift
[22/28] Compiling CQRS ICommandDispatcher.swift
[23/28] Compiling CQRS ICommandHandler.swift
[24/28] Compiling CQRS CQRSError.swift
[25/28] Compiling CQRS CommandDispatcher.swift
[26/28] Compiling CQRS ICommand.swift
[27/28] Emitting module CQRS
[28/28] Compiling CQRS QueryDispatcher.swift
Build complete! (8.13s)
Build complete.
{
"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" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.