Build Information
Successful build of SwiftCron with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-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/rymcol/swiftcron.git
Reference: master
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/rymcol/swiftcron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b2f1845 Merge branch 'master' of github.com:rymcol/Swift-Cron
Cloned https://github.com/rymcol/swiftcron.git
Revision (git rev-parse @):
b2f1845dd442c37928109f5d9125916f167e3982
SUCCESS checkout https://github.com/rymcol/swiftcron.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/rymcol/swiftcron.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/PerfectlySoft/Perfect-Thread.git
[1/379] Fetching perfect-thread
Fetched https://github.com/PerfectlySoft/Perfect-Thread.git from cache (0.19s)
Computing version for https://github.com/PerfectlySoft/Perfect-Thread.git
Computed https://github.com/PerfectlySoft/Perfect-Thread.git at 3.0.7 (1.03s)
Fetching https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
[1/65] Fetching perfect-linuxbridge
Fetched https://github.com/PerfectlySoft/Perfect-LinuxBridge.git from cache (0.20s)
Computing version for https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Computed https://github.com/PerfectlySoft/Perfect-LinuxBridge.git at 3.1.0 (0.37s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-LinuxBridge.git
Working copy of https://github.com/PerfectlySoft/Perfect-LinuxBridge.git resolved at 3.1.0
Creating working copy for https://github.com/PerfectlySoft/Perfect-Thread.git
Working copy of https://github.com/PerfectlySoft/Perfect-Thread.git resolved at 3.0.7
Building for debugging...
[0/4] Write sources
[2/4] Compiling LinuxBridge LinuxBridge.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling PerfectThread Threading.swift
[6/8] Compiling PerfectThread Promise.swift
[7/8] Emitting module PerfectThread
[8/8] Compiling PerfectThread ThreadQueue.swift
[10/13] Emitting module SwiftCron
[11/13] Compiling SwiftCron CronJob.swift
[12/13] Compiling SwiftCron CronStorage.swift
[13/13] Compiling SwiftCron Cron.swift
Build complete! (11.16s)
Build complete.
Done.