Build Information
Successful build of Senna with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/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/L1MeN9Yu/Senna.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/L1MeN9Yu/Senna
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9515de4 Merge pull request #5 from L1MeN9Yu/feature/3.2.0
Cloned https://github.com/L1MeN9Yu/Senna.git
Revision (git rev-parse @):
9515de46e8b990672d102fc3419b1e3b9d7dd34d
SUCCESS checkout https://github.com/L1MeN9Yu/Senna.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/L1MeN9Yu/Senna.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-log.git
[1/3169] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.44s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.3
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Emitting module Logging
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging MetadataProvider.swift
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging Logging.swift
[10/38] Emitting module Senna
[11/41] Compiling Senna LegacyTextColor.swift
[12/41] Compiling Senna LevelStyle.swift
[13/41] Compiling Senna Logger.Senna.swift
[14/41] Compiling Senna Message.swift
[15/41] Compiling Senna Privacy.swift
[16/41] Compiling Senna Style.swift
[17/41] Compiling Senna _Exported.swift
[18/41] Compiling Senna FlushMode.swift
[19/41] Compiling Senna IntegerFormatter.swift
[20/41] Compiling Senna Interpolation.swift
[21/41] Compiling Senna LegacyBackgroundColor.swift
[22/41] Compiling Senna Spacing.swift
[23/41] Compiling Senna FileSink.swift
[24/41] Compiling Senna OSLogSink.swift
[25/41] Compiling Senna StandardSink.swift
[26/41] Compiling Senna Component.swift
[27/41] Compiling Senna ControlCode.swift
[28/41] Compiling Senna FileDescriptorTextOutputStream.swift
[29/41] Compiling Senna FloatFormatter.swift
[30/41] Compiling Senna SystemLogSink.swift
[31/41] Compiling Senna Box.swift
[32/41] Compiling Senna Color.swift
[33/41] Compiling Senna Compatible.swift
[34/41] Compiling Senna EscapeCode.swift
[35/41] Compiling Senna Formable.swift
[36/41] Compiling Senna Printable.swift
[37/41] Compiling Senna SinkCapable.swift
[38/41] Compiling Senna Formation.swift
[39/41] Compiling Senna Handler.swift
[40/41] Compiling Senna Printer.swift
[41/41] Compiling Senna Spacer.swift
Build complete! (13.03s)
Build complete.
Done.