Build Information
Successful build of OneWay, reference 2.10.0 (514c71
), with Swift 5.10 for Linux on 22 Oct 2024 16:34:53 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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevYeom/OneWay.git
Reference: 2.10.0
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/DevYeom/OneWay
* tag 2.10.0 -> FETCH_HEAD
HEAD is now at 514c714 Improve the debounce performance (#105)
Cloned https://github.com/DevYeom/OneWay.git
Revision (git rev-parse @):
514c7140fccf0f3d48b541acb8cac24f8e25482a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevYeom/OneWay.git at 2.10.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/DevYeom/OneWay.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:5bb17dbcfcf8548eee753b07845b2378de013b2470bb445b58120b16b16ecc2b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1278] Fetching swift-clocks
[1279/6246] Fetching swift-clocks, xctest-dynamic-overlay
[6247/6950] Fetching swift-clocks, xctest-dynamic-overlay, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.56s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.56s)
Computing version for https://github.com/pointfreeco/swift-clocks
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.57s)
Computed https://github.com/pointfreeco/swift-clocks at 1.0.5 (0.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.4.0 (0.39s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.2.0 (0.45s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.4.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.5
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.2.0
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[1/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling OneWay ViewStore.swift
[6/16] Compiling OneWay CopyOnWrite.swift
[7/16] Compiling OneWay Ignored.swift
[8/16] Compiling OneWay Triggered.swift
[9/16] Compiling OneWay resource_bundle_accessor.swift
[10/16] Compiling OneWay AnyEffect.swift
[11/16] Compiling OneWay AsyncViewStateSequence.swift
[12/16] Emitting module OneWay
[13/16] Compiling OneWay Effect.swift
[14/16] Compiling OneWay EffectsBuilder.swift
[15/16] Compiling OneWay Reducer.swift
[16/16] Compiling OneWay Store.swift
[18/20] Compiling OneWayTesting TestingEnvironment.swift
[19/20] Compiling OneWayTesting Store+Testing.swift
[20/20] Emitting module OneWayTesting
Build complete! (10.63s)
Build complete.
Done.