Build Information
Successful build of Senna 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/L1MeN9Yu/Senna.git
Reference: 3.1.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/L1MeN9Yu/Senna
* tag 3.1.1 -> FETCH_HEAD
HEAD is now at b04815e Merge pull request #3 from L1MeN9Yu/feature/printer_tests
Cloned https://github.com/L1MeN9Yu/Senna.git
Revision (git rev-parse @):
b04815ee588b9089e380c806e1821d5730b1821b
SUCCESS checkout https://github.com/L1MeN9Yu/Senna.git at 3.1.1
========================================
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-0":/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.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.3 (0.47s)
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] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[10/36] Compiling Senna Interpolation.swift
[11/36] Compiling Senna LegacyBackgroundColor.swift
[12/36] Compiling Senna LegacyTextColor.swift
[13/39] Compiling Senna Privacy.swift
[14/39] Compiling Senna Style.swift
[15/39] Compiling Senna _Exported.swift
[16/39] Compiling Senna LevelStyle.swift
[17/39] Compiling Senna Logger.Senna.swift
[18/39] Compiling Senna Message.swift
[19/39] Compiling Senna OSLogSink.swift
[20/39] Compiling Senna StandardSink.swift
[21/39] Compiling Senna SystemLogSink.swift
[22/39] Compiling Senna Box.swift
[23/39] Compiling Senna Color.swift
[24/39] Compiling Senna Compatible.swift
[25/39] Compiling Senna Component.swift
[26/39] Compiling Senna ControlCode.swift
[27/39] Compiling Senna FileDescriptorTextOutputStream.swift
[28/39] Compiling Senna FloatFormatter.swift
[29/39] Compiling Senna FlushMode.swift
[30/39] Compiling Senna IntegerFormatter.swift
[31/39] Compiling Senna Formable.swift
[32/39] Compiling Senna Printable.swift
[33/39] Compiling Senna SinkCapable.swift
[34/39] Compiling Senna FileSink.swift
[35/39] Emitting module Senna
[36/39] Compiling Senna Formation.swift
[37/39] Compiling Senna Handler.swift
[38/39] Compiling Senna Printer.swift
[39/39] Compiling Senna EscapeCode.swift
Build complete! (13.06s)
Build complete.
Done.