Build Information
Successful build of SwiftErrorHandler, reference 5.0.4 (b72c58
), with Swift 6.0 for Linux on 30 Oct 2024 18:04:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stefanrenne/SwiftErrorHandler.git
Reference: 5.0.4
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/stefanrenne/SwiftErrorHandler
* tag 5.0.4 -> FETCH_HEAD
HEAD is now at b72c586 Merge branch 'feature/platform-seperation' into develop
Cloned https://github.com/stefanrenne/SwiftErrorHandler.git
Revision (git rev-parse @):
b72c586e336ab5b1d5b2f485a48e4d94aadccafa
SUCCESS checkout https://github.com/stefanrenne/SwiftErrorHandler.git at 5.0.4
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/stefanrenne/SwiftErrorHandler.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling SwiftErrorHandler AlertController+UIKit.swift
[4/19] Compiling SwiftErrorHandler ErrorHandlerView+UIKit.swift
[5/19] Compiling SwiftErrorHandler ErrorHandlerView.swift
[6/19] Compiling SwiftErrorHandler RejectableAlert.swift
[7/19] Compiling SwiftErrorHandler AlertAction.swift
[8/19] Compiling SwiftErrorHandler ActionHandler.swift
[9/19] Compiling SwiftErrorHandler ConfirmableAlert.swift
[10/19] Emitting module SwiftErrorHandler
[11/19] Compiling SwiftErrorHandler ErrorMatcher.swift
[12/19] Compiling SwiftErrorHandler ErrorAlert.swift
[13/19] Compiling SwiftErrorHandler Result+ErrorHandler.swift
[14/19] Compiling SwiftErrorHandler ErrorHandler.swift
[15/19] Compiling SwiftErrorHandler AlertController.swift
[16/19] Compiling SwiftErrorHandler Error+String.swift
[17/20] Wrapping AST for SwiftErrorHandler for debugging
[18/20] Write Objects.LinkFileList
[19/20] Archiving libSwiftErrorHandler.a
Build complete! (14.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftErrorHandler",
"name" : "SwiftErrorHandler",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftErrorHandler",
"targets" : [
"SwiftErrorHandler"
],
"type" : {
"library" : [
"static"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "SwiftErrorHandlerTests",
"module_type" : "SwiftTarget",
"name" : "SwiftErrorHandlerTests",
"path" : "Tests/SwiftErrorHandlerTests",
"sources" : [
"ActionHandlerTests.swift",
"ErrorHandlerTests.swift",
"ErrorMatcherTests.swift",
"Helpers/DispatchGroup+Enter.swift",
"Helpers/MockedAlert.swift",
"Helpers/MockedView.swift",
"ResultErrorHandlerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftErrorHandler"
],
"type" : "test"
},
{
"c99name" : "SwiftErrorHandler",
"module_type" : "SwiftTarget",
"name" : "SwiftErrorHandler",
"path" : "Sources/SwiftErrorHandler",
"product_memberships" : [
"SwiftErrorHandler"
],
"sources" : [
"Generic/Actions/ActionHandler.swift",
"Generic/Actions/ConfirmableAlert.swift",
"Generic/Actions/RejectableAlert.swift",
"Generic/Alert/AlertAction.swift",
"Generic/Alert/AlertController.swift",
"Generic/Extension/Error+String.swift",
"Generic/Extension/Result+ErrorHandler.swift",
"Generic/Manager/ErrorHandler.swift",
"Generic/Matchers/ErrorMatcher.swift",
"Generic/Protocol/ErrorAlert.swift",
"Generic/Protocol/ErrorHandlerView.swift",
"iOS/Extension/AlertController+UIKit.swift",
"iOS/Extension/ErrorHandlerView+UIKit.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.