Build Information
Successful build of SwiftDemangle with Swift 5.9 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/oozoofrog/SwiftDemangle.git
Reference: 5.9.1
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
* tag 5.9.1 -> FETCH_HEAD
HEAD is now at 95df46b 5 9 1 (#4)
Cloned https://github.com/oozoofrog/SwiftDemangle.git
Revision (git rev-parse @):
95df46bac92d720c3a27637c0baeb3105b390e7b
SUCCESS checkout https://github.com/oozoofrog/SwiftDemangle.git at 5.9.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/26] Emitting module SwiftDemangle
[2/29] Compiling SwiftDemangle BinaryInteger+Extension.swift
[3/29] Compiling SwiftDemangle Bool+Extensions.swift
[4/29] Compiling SwiftDemangle Character+Extension.swift
[5/29] Compiling SwiftDemangle Collection+Extensions.swift
[6/29] Compiling SwiftDemangle Mangling.swift
[7/29] Compiling SwiftDemangle OldDemangler.swift
[8/29] Compiling SwiftDemangle String+Demangling.swift
[9/29] Compiling SwiftDemangle SwiftDemangleError.swift
[10/29] Compiling SwiftDemangle DemangleOptions.swift
[11/29] Compiling SwiftDemangle Demangler.swift
[12/29] Compiling SwiftDemangle Demanglerable.swift
[13/29] Compiling SwiftDemangle Demangling.swift
[14/29] Compiling SwiftDemangle MangledDifferentiabilityKind.swift
[15/29] Compiling SwiftDemangle Names.swift
[16/29] Compiling SwiftDemangle Node.swift
[17/29] Compiling SwiftDemangle Equatable+Extension.swift
[18/29] Compiling SwiftDemangle FixedWidthInteger+Extension.swift
[19/29] Compiling SwiftDemangle Optional+Extensions.swift
[20/29] Compiling SwiftDemangle Range+Extension.swift
[21/29] Compiling SwiftDemangle NodePrinter.swift
[22/29] Compiling SwiftDemangle ReferenceOwnership.swift
[23/29] Compiling SwiftDemangle StandardType.swift
[24/29] Compiling SwiftDemangle String+Extension.swift
[25/29] Compiling SwiftDemangle AutoDiffFunctionKind.swift
[26/29] Compiling SwiftDemangle FunctionSigSpecializationParamKind.swift
[27/29] Compiling SwiftDemangle SugarType.swift
[28/29] Compiling SwiftDemangle SymbolicReferenceKind.swift
[29/29] Compiling SwiftDemangle Punycode.swift
Build complete! (8.82s)
Build complete.
Done.