The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-html, reference main (611413), with Swift 5.10 for Linux on 21 Oct 2024 23:31:51 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.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: 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-html
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 611413a Update README.md
Cloned https://github.com/pointfreeco/swift-html.git
Revision (git rev-parse @):
611413a7fdc3ecba7c6f0695c45112b6d81f70cb
SUCCESS checkout https://github.com/pointfreeco/swift-html.git at main
========================================
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-4609320-0":/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/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/12430] Fetching swift-snapshot-testing
[3233/78365] Fetching swift-snapshot-testing, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.74s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (3.75s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.5 (0.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.50s)
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
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/48] Compiling Html Tag.swift
[6/48] Compiling SnapshotTesting Internal.swift
[7/48] Compiling SnapshotTesting PlistEncoder.swift
[8/48] Compiling Html Node.swift
[9/49] Compiling SnapshotTesting NSImage.swift
[10/49] Compiling SnapshotTesting NSView.swift
[11/49] Compiling SnapshotTesting NSViewController.swift
[12/49] Compiling SnapshotTesting SceneKit.swift
[13/53] Compiling Html XmlRender.swift
[14/53] Compiling SnapshotTesting Diffing.swift
[15/53] Compiling SnapshotTesting Wait.swift
[16/53] Compiling SnapshotTesting AssertSnapshot.swift
[17/53] Compiling SnapshotTesting Async.swift
[18/53] Compiling SnapshotTesting XCTAttachment.swift
[19/53] Compiling SnapshotTesting Diff.swift
[20/53] Compiling SnapshotTesting SpriteKit.swift
[21/53] Compiling SnapshotTesting String.swift
[22/53] Compiling SnapshotTesting SwiftUIView.swift
[23/53] Compiling SnapshotTesting UIBezierPath.swift
[24/53] Compiling SnapshotTesting View.swift
[29/53] Compiling SnapshotTesting CaseIterable.swift
[30/53] Compiling SnapshotTesting Data.swift
[31/53] Compiling SnapshotTesting Encodable.swift
[32/53] Compiling SnapshotTesting NSBezierPath.swift
[33/53] Compiling SnapshotTesting Snapshotting.swift
[34/53] Compiling SnapshotTesting Any.swift
[35/53] Compiling SnapshotTesting CALayer.swift
[36/53] Compiling SnapshotTesting CGPath.swift
[37/53] Compiling SnapshotTesting Deprecations.swift
[38/53] Compiling SnapshotTesting RecordIssue.swift
[39/53] Compiling SnapshotTesting SnapshotTestingConfiguration.swift
[40/53] Compiling SnapshotTesting SnapshotsTestTrait.swift
[41/53] Emitting module SnapshotTesting
[46/53] Compiling SnapshotTesting String+SpecialCharacters.swift
[47/53] Compiling SnapshotTesting UIImage.swift
[48/53] Compiling SnapshotTesting UIView.swift
[49/53] Compiling SnapshotTesting UIViewController.swift
[50/53] Compiling SnapshotTesting URLRequest.swift
[51/53] Emitting module Html
[56/57] Emitting module HtmlSnapshotTesting
[57/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
~~~~~~~~~~~~~~~~^
Build complete! (12.78s)
Build complete.
Done.