Build Information
Successful build of Ranges, reference main (97a25b
), with Swift 5.9 for Linux on 6 Oct 2024 12:24:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftranges.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/yockow/swiftranges
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97a25be Merge pull request #32 from YOCKOW/development
Cloned https://github.com/yockow/swiftranges.git
Revision (git rev-parse @):
97a25be1410234d03de69e1ac93f54ba853b04ef
SUCCESS checkout https://github.com/yockow/swiftranges.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/yockow/swiftranges.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:66706f89ac15d55dcb11e8d3274e2fe11925b5da93d240b09d5a1eb775db6cc2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/30] Emitting module Ranges
[2/33] Compiling Ranges AnyBounds.swift
[3/33] Compiling Ranges AnyRange+Operators.swift
[4/33] Compiling Ranges AnyRange.swift
[5/33] Compiling Ranges Array+TwoEachElements.swift
[6/33] Compiling Ranges Range+GeneralizedRange.swift
[7/33] Compiling Ranges RangeDictionary.swift
[8/33] Compiling Ranges TangibleUnboundedRange.swift
[9/33] Compiling Ranges GeneralizedRange+Subtraction.swift
[10/33] Compiling Ranges GeneralizedRange.swift
[11/33] Compiling Ranges HashableRange.swift
[12/33] Compiling Ranges LeftOpenRange.swift
[13/33] Compiling Ranges Boundary+Comparison.swift
[14/33] Compiling Ranges Boundary+Concatenation.swift
[15/33] Compiling Ranges Boundary.swift
[16/33] Compiling Ranges ClosedRange+GeneralizedRange.swift
[17/33] Compiling Ranges GeneralizedRange+Comparison.swift
[18/33] Compiling Ranges GeneralizedRange+Concatenation.swift
[19/33] Compiling Ranges GeneralizedRange+Intersection.swift
[20/33] Compiling Ranges GeneralizedRange+Overlaps.swift
[21/33] Compiling Ranges CustomStringConvertibleRange.swift
[22/33] Compiling Ranges EmptyRange.swift
[23/33] Compiling Ranges ExcludedLowerBound.swift
[24/33] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[25/33] Compiling Ranges PartialRangeGreaterThan.swift
[26/33] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[27/33] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[28/33] Compiling Ranges Memoizables.swift
[29/33] Compiling Ranges MultipleRanges.swift
[30/33] Compiling Ranges OpenRange.swift
[31/33] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[33/35] Wrapping AST for Ranges for debugging
[34/35] Linking libSwiftRanges.so
Build complete! (6.89s)
Build complete.
Done.