Build Information
Successful build of swift-overture, reference main (912dce
), with Swift 5.9 for Linux on 5 Jul 2024 22:21:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.45.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-overture.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/pointfreeco/swift-overture
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 912dce6 Add `.editorconfig` for consistent code formatting (#75)
Cloned https://github.com/pointfreeco/swift-overture.git
Revision (git rev-parse @):
912dce67981da3c228b9244a7af8dbdab91afd41
SUCCESS checkout https://github.com/pointfreeco/swift-overture.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/pointfreeco/swift-overture.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$workDir" 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:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/18] Emitting module Overture
[2/20] Compiling Overture Result.swift
[3/20] Compiling Overture Sequence.swift
[4/20] Compiling Overture ZipOptional.swift
[5/20] Compiling Overture ZipResult.swift
[6/20] Compiling Overture Chain.swift
[7/20] Compiling Overture Combining.swift
[8/20] Compiling Overture Compose.swift
[9/20] Compiling Overture KeyPath.swift
[10/20] Compiling Overture Optional.swift
[11/20] Compiling Overture Pipe.swift
[12/20] Compiling Overture ZipSequence.swift
[13/20] Compiling Overture Zurry.swift
[14/20] Compiling Overture Setters.swift
[15/20] Compiling Overture Uncurry.swift
[16/20] Compiling Overture Update.swift
[17/20] Compiling Overture With.swift
[18/20] Compiling Overture Concat.swift
[19/20] Compiling Overture Curry.swift
[20/20] Compiling Overture Flip.swift
Build complete! (48.79s)
Build complete.
Done.