Build Information
Successful build of RaLog, reference 1.7.4 (f89b6f
), with Swift 5.10 for Linux on 12 Jul 2024 20:11:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RakuyoKit/RaLog.git
Reference: 1.7.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/RakuyoKit/RaLog
* tag 1.7.4 -> FETCH_HEAD
HEAD is now at f89b6fe Merge branch release/1.7.4
Cloned https://github.com/RakuyoKit/RaLog.git
Revision (git rev-parse @):
f89b6fe7ca4138f717a83f18bb80ce248acdbb6d
SUCCESS checkout https://github.com/RakuyoKit/RaLog.git at 1.7.4
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/RakuyoKit/RaLog.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:2616150e65f8b5d336ef2ff8828ee78d83c0c72abe57c7be9f4d8e5b61afb28f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/RakuyoKit/swift.git
[1/2167] Fetching swift
[2168/14215] Fetching swift, swift-argument-parser
Fetched https://github.com/RakuyoKit/swift.git from cache (0.64s)
Computing version for https://github.com/RakuyoKit/swift.git
Fetched https://github.com/apple/swift-argument-parser from cache (0.64s)
Computed https://github.com/RakuyoKit/swift.git at 1.2.1 (0.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.4.0 (0.32s)
Creating working copy for https://github.com/RakuyoKit/swift.git
Working copy of https://github.com/RakuyoKit/swift.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.4.0
[1369/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[11049247/34074464] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/nicklockwood/SwiftFormat/releases/download/0.54.0/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.54.0/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.21s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.54.0/SwiftFormat.artifactbundle.zip (2.07s)
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:49:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
process.launchPath = launchPath
^
/host/spi-builder-workspace/.build/checkouts/swift/Plugins/FormatSwift/Plugin.swift:49:17: note: use 'executableURL' instead
process.launchPath = launchPath
^~~~~~~~~~
executableURL
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling RaLog WebView+RaLog.swift
[6/14] Compiling RaLog LogModelProtocol.swift
[7/14] Compiling RaLog Printable.swift
[8/14] Compiling RaLog Storable.swift
[9/14] Compiling RaLog RaLogCompatible.swift
[10/14] Compiling RaLog Wrapper.swift
[11/14] Compiling RaLog Log.swift
[12/14] Emitting module RaLog
[13/14] Compiling RaLog Built-in.swift
[14/14] Compiling RaLog Filterable.swift
Build complete! (12.54s)
Build complete.
Done.