The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Spinner, reference main (9bd3af), with Swift 5.9 for Linux on 9 Aug 2024 11:10:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dominicegginton/spinner.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/dominicegginton/spinner
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9bd3afd feat(workspace): provide an example
Cloned https://github.com/dominicegginton/spinner.git
Revision (git rev-parse @):
9bd3afdfd0ba75c0bd097abee7f05d31c41a0ccb
SUCCESS checkout https://github.com/dominicegginton/spinner.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/dominicegginton/spinner.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:2fbbf0786de06d5b5ae93c54da051e64b9ddb960e317c9af2272259f6411b6fe
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/dominicegginton/Nanoseconds
Fetching https://github.com/IBM-Swift/BlueSignals.git
[1/1118] Fetching rainbow
[560/1290] Fetching rainbow, nanoseconds
[865/1944] Fetching rainbow, nanoseconds, bluesignals
Fetched https://github.com/onevcat/Rainbow (0.21s)
Fetched https://github.com/IBM-Swift/BlueSignals.git (0.21s)
Fetched https://github.com/dominicegginton/Nanoseconds (0.21s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.40s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.18s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (0.38s)
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Building for debugging...
[1/22] Compiling Rainbow StringGenerator.swift
[2/23] Compiling Rainbow Style.swift
[3/23] Compiling Rainbow String+Rainbow.swift
[4/23] Compiling Rainbow ControlCode.swift
[5/23] Compiling Rainbow ModesExtractor.swift
[6/23] Emitting module Signals
[7/23] Compiling Signals Signals.swift
[8/23] Compiling Nanoseconds Now.swift
[9/23] Compiling Rainbow BackgroundColor.swift
[10/23] Compiling Rainbow CodesParser.swift
[11/23] Compiling Rainbow OutputTarget.swift
[12/23] Emitting module Nanoseconds
[13/23] Compiling Nanoseconds TimeInterval.swift
[14/23] Compiling Rainbow Color.swift
[15/23] Compiling Rainbow ColorApproximation.swift
[16/23] Compiling Rainbow Rainbow.swift
[17/23] Emitting module Rainbow
[23/29] Wrapping AST for Signals for debugging
[24/29] Wrapping AST for Rainbow for debugging
[25/29] Wrapping AST for Nanoseconds for debugging
[27/34] Compiling Spinner SpinnerStream.swift
[28/34] Compiling Spinner SpinnerSignal.swift
[29/34] Compiling Spinner SpinnerAnimation.swift
[30/34] Emitting module Spinner
[31/34] Compiling Spinner Spinner.swift
[33/36] Wrapping AST for Spinner for debugging
[35/38] Compiling Example main.swift
[36/38] Emitting module Example
[38/40] Wrapping AST for Example for debugging
[39/40] Linking Example
Build complete! (12.29s)
Build complete.
Done.