Build Information
Successful build of SwiftErrorHandler with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-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/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: 5.10
Building package at path: $workDir
https://github.com/stefanrenne/SwiftErrorHandler.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
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 Result+ErrorHandler.swift
[6/19] Compiling SwiftErrorHandler ErrorHandler.swift
[7/19] Compiling SwiftErrorHandler ErrorHandlerView.swift
[8/19] Compiling SwiftErrorHandler ErrorMatcher.swift
[9/19] Compiling SwiftErrorHandler ErrorAlert.swift
[10/19] Compiling SwiftErrorHandler AlertController.swift
[11/19] Compiling SwiftErrorHandler Error+String.swift
[12/19] Compiling SwiftErrorHandler RejectableAlert.swift
[13/19] Compiling SwiftErrorHandler AlertAction.swift
[14/19] Emitting module SwiftErrorHandler
[15/19] Compiling SwiftErrorHandler ActionHandler.swift
[16/19] Compiling SwiftErrorHandler ConfirmableAlert.swift
[17/20] Wrapping AST for SwiftErrorHandler for debugging
[18/20] Write Objects.LinkFileList
[19/20] Archiving libSwiftErrorHandler.a
Build complete! (9.30s)
Build complete.
Done.