Build Information
Successful build of SwiftDemangle 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/oozoofrog/SwiftDemangle.git
Reference: main
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/oozoofrog/SwiftDemangle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b12f278 Create swift.yml
Cloned https://github.com/oozoofrog/SwiftDemangle.git
Revision (git rev-parse @):
b12f27836da74dbf56c742d61bac69202b4c610a
SUCCESS checkout https://github.com/oozoofrog/SwiftDemangle.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/oozoofrog/SwiftDemangle.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/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/28] Compiling SwiftDemangle NodePrinter.swift
[4/28] Compiling SwiftDemangle ReferenceOwnership.swift
[5/28] Compiling SwiftDemangle StandardType.swift
[6/31] Compiling SwiftDemangle Mangling.swift
[7/31] Compiling SwiftDemangle OldDemangler.swift
[8/31] Compiling SwiftDemangle String+Demangling.swift
[9/31] Compiling SwiftDemangle SwiftDemangleError.swift
[10/31] Compiling SwiftDemangle MangledDifferentiabilityKind.swift
[11/31] Compiling SwiftDemangle Names.swift
[12/31] Compiling SwiftDemangle Node.swift
[13/31] Emitting module SwiftDemangle
[14/31] Compiling SwiftDemangle String+Extension.swift
[15/31] Compiling SwiftDemangle AutoDiffFunctionKind.swift
[16/31] Compiling SwiftDemangle FunctionSigSpecializationParamKind.swift
[17/31] Compiling SwiftDemangle Equatable+Extension.swift
[18/31] Compiling SwiftDemangle FixedWidthInteger+Extension.swift
[19/31] Compiling SwiftDemangle Optional+Extensions.swift
[20/31] Compiling SwiftDemangle Range+Extension.swift
[21/31] Compiling SwiftDemangle BinaryInteger+Extension.swift
[22/31] Compiling SwiftDemangle Bool+Extensions.swift
[23/31] Compiling SwiftDemangle Character+Extension.swift
[24/31] Compiling SwiftDemangle Collection+Extensions.swift
[25/31] Compiling SwiftDemangle DemangleOptions.swift
[26/31] Compiling SwiftDemangle Demangler.swift
[27/31] Compiling SwiftDemangle Demanglerable.swift
[28/31] Compiling SwiftDemangle Demangling.swift
[29/31] Compiling SwiftDemangle SugarType.swift
[30/31] Compiling SwiftDemangle SymbolicReferenceKind.swift
[31/31] Compiling SwiftDemangle Punycode.swift
Build complete! (14.91s)
Build complete.
Done.