Build Information
Successful build of OptionalAPI, reference master (55c8a2
), with Swift 5.9 for Linux on 2 Nov 2024 18:30:00 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/OptionalAPI.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/sloik/OptionalAPI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 55c8a29 Merge pull request #38 from sloik/renovate/pointfreeco-swift-snapshot-testing-1.x
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
55c8a29e6b95a51d8d6f1af7a41703b4238de7c2
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/sloik/OptionalAPI.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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/194] Fetching aliaswonderland
[195/12630] Fetching aliaswonderland, swift-snapshot-testing
Fetched https://github.com/sloik/AliasWonderland.git (1.43s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (1.48s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.28s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (0.93s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66399] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (3.52s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.47s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.6
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[2/8] Compiling AliasWonderland ClosuresAliases.swift
[3/8] Emitting module AliasWonderland
[4/8] Compiling AliasWonderland SideEffectAliases.swift
[6/10] Wrapping AST for AliasWonderland for debugging
[7/10] Linking libAliasWonderland.so
[9/24] Compiling OptionalAPI RunWhen.swift
[10/25] Compiling OptionalAPI Folds.swift
[11/25] Compiling OptionalAPI Maps.swift
[12/25] Compiling OptionalAPI Cast.swift
[13/25] Compiling OptionalAPI Filter.swift
[14/25] Compiling OptionalAPI AndThen.swift
[15/25] Compiling OptionalAPI AsyncMaps.swift
[16/25] Emitting module OptionalAPI
[17/25] Compiling OptionalAPI OptionalCodable.swift
[18/25] Compiling OptionalAPI OptionalCollection.swift
[19/25] Compiling OptionalAPI OptionalProperties.swift
[20/25] Compiling OptionalAPI Or.swift
[21/25] Compiling OptionalAPI OptionalError.swift
[22/25] Compiling OptionalAPI OptionalFreeFunctions.swift
[23/25] Compiling OptionalAPI resource_bundle_accessor.swift
[25/27] Wrapping AST for OptionalAPI for debugging
[26/27] Linking libOptionalAPI.so
Build complete! (13.10s)
Build complete.
Done.