Build Information
Failed to build pointfree-html, reference main (bbbf17
), with Swift 6.2 (beta) for Linux on 23 Jun 2025 10:38:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/pointfree-html.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/coenttb/pointfree-html
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bbbf17a move @media printing responsibility to Media type (in swift-css-types). This enables NOT operator to work by removing the first 7 characters.
Cloned https://github.com/coenttb/pointfree-html.git
Revision (git rev-parse @):
bbbf17aadf6d7028ec0e18fae3e3c056a6032048
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/pointfree-html.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/coenttb/pointfree-html.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
[1832/22889] Fetching swift-collections, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.71s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (0.70s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[2411/3702] Fetching combine-schedulers, swift-clocks
[2412/4563] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras
[4564/10030] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
[10031/80956] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.98s)
[6691/75489] Fetching combine-schedulers, swift-clocks, swift-concurrency-extras, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.83s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.83s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.83s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.88s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.30s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.39s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.39s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.41s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.12s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
error: 'spi-builder-workspace': Source files for target PointFreeHTML Tests should be located under 'Tests/PointFreeHTML Tests', or a custom sources path can be set with the 'path' property in Package.swift
BUILD FAILURE 6.2 linux