Build Information
Successful build of swift-html, reference 0.5.0 (662619
), with Swift 5.10 for Linux on 21 Oct 2024 23:29:49 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/pointfreeco/swift-html.git
Reference: 0.5.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/pointfreeco/swift-html
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 662619f Update MediaType.swift (#108)
Cloned https://github.com/pointfreeco/swift-html.git
Revision (git rev-parse @):
662619ff6c39c389694b9f5d522c72291d034928
SUCCESS checkout https://github.com/pointfreeco/swift-html.git at 0.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/pointfreeco/swift-html.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-snapshot-testing.git
Fetching https://github.com/swiftlang/swift-syntax
[1/12430] Fetching swift-snapshot-testing
[3233/78365] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.72s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
[26374/65935] Fetching swift-syntax
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.5 (0.41s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.92s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.62s)
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/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.17.5
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/48] Compiling Html Tag.swift
[6/49] Compiling SnapshotTesting Diffing.swift
[7/49] Compiling SnapshotTesting Wait.swift
[8/49] Compiling Html Node.swift
[9/49] Compiling SnapshotTesting XCTAttachment.swift
[10/49] Compiling SnapshotTesting Diff.swift
[11/49] Compiling SnapshotTesting String+SpecialCharacters.swift
[12/49] Compiling SnapshotTesting View.swift
[13/49] Compiling Html XmlRender.swift
[14/49] Compiling SnapshotTesting Internal.swift
[15/49] Compiling SnapshotTesting PlistEncoder.swift
[16/49] Emitting module Html
[17/49] Compiling SnapshotTesting AssertSnapshot.swift
[18/49] Compiling SnapshotTesting Async.swift
[24/50] Compiling SnapshotTesting Deprecations.swift
[25/50] Compiling SnapshotTesting RecordIssue.swift
[26/50] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[27/50] Compiling SnapshotTesting SnapshotsTestTrait.swift
[28/54] Emitting module SnapshotTesting
[35/54] Compiling SnapshotTesting Snapshotting.swift
[36/54] Compiling SnapshotTesting Any.swift
[37/54] Compiling SnapshotTesting CALayer.swift
[38/54] Compiling SnapshotTesting CGPath.swift
[39/54] Compiling SnapshotTesting SpriteKit.swift
[40/54] Compiling SnapshotTesting String.swift
[41/54] Compiling SnapshotTesting SwiftUIView.swift
[42/54] Compiling SnapshotTesting UIBezierPath.swift
[43/54] Compiling SnapshotTesting CaseIterable.swift
[44/54] Compiling SnapshotTesting Data.swift
[45/54] Compiling SnapshotTesting Encodable.swift
[46/54] Compiling SnapshotTesting NSBezierPath.swift
[47/54] Compiling SnapshotTesting NSImage.swift
[48/54] Compiling SnapshotTesting NSView.swift
[49/54] Compiling SnapshotTesting NSViewController.swift
[50/54] Compiling SnapshotTesting SceneKit.swift
[51/54] Compiling SnapshotTesting UIImage.swift
[52/54] Compiling SnapshotTesting UIView.swift
[53/54] Compiling SnapshotTesting UIViewController.swift
[54/54] Compiling SnapshotTesting URLRequest.swift
[56/57] Compiling HtmlSnapshotTesting HtmlSnapshotTesting.swift
/host/spi-builder-workspace/Sources/HtmlSnapshotTesting/HtmlSnapshotTesting.swift:2:17: remark: '@preconcurrency' attribute on module 'SnapshotTesting' is unused
@preconcurrency import SnapshotTesting
~~~~~~~~~~~~~~~~^
[57/57] Emitting module HtmlSnapshotTesting
Build complete! (15.78s)
Build complete.
Done.