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 HTMLParserBuilder with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.41.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danny1113/html-parser-builder.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/danny1113/html-parser-builder
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cd58ad3 add swift package index manifest file
Cloned https://github.com/danny1113/html-parser-builder.git
Revision (git rev-parse @):
cd58ad3b89c04f8c154143d20e22d89b4566f366
SUCCESS checkout https://github.com/danny1113/html-parser-builder.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/danny1113/html-parser-builder.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Unable to find image 'registry.gitlab.com/finestructure/spi-images:basic-5.9-latest' locally
basic-5.9-latest: Pulling from finestructure/spi-images
2ec76a50fe7c: Already exists
031194576cad: Already exists
2d1269d4848b: Pulling fs layer
9b142bd0d0f7: Pulling fs layer
acce8248db57: Pulling fs layer
9f79bfe58405: Pulling fs layer
9b142bd0d0f7: Verifying Checksum
9b142bd0d0f7: Download complete
9f79bfe58405: Verifying Checksum
9f79bfe58405: Download complete
acce8248db57: Verifying Checksum
acce8248db57: Download complete
2d1269d4848b: Verifying Checksum
2d1269d4848b: Download complete
2d1269d4848b: Pull complete
9b142bd0d0f7: Pull complete
acce8248db57: Pull complete
9f79bfe58405: Pull complete
Digest: sha256:c4739292b551df7d8280dd8bbc6b5401ee6b3660ea8a95edcdc4169b5766a118
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3062] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git (0.63s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.2 (2.20s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.7.2
Building for debugging...
[1/15] Compiling HTMLParserBuilder Optional+orThrow.swift
[2/15] Compiling HTMLParserBuilder TryCapture.swift
[3/16] Compiling HTMLParserBuilder HTML.swift
[4/16] Compiling HTMLParserBuilder HTMLComponent.swift
[5/16] Compiling HTMLParserBuilder HTMLComponentBuilder.swift
[6/16] Compiling HTMLParserBuilder HTMLDocodeImpl.swift
[7/16] Compiling HTMLParserBuilder Capture.swift
[8/16] Compiling HTMLParserBuilder CaptureAll.swift
[9/16] Compiling HTMLParserBuilder CaptureTransform.swift
[10/16] Compiling HTMLParserBuilder DSLTree.swift
[11/16] Emitting module HTMLParserBuilder
[12/16] Compiling HTMLParserBuilder LateInit.swift
[13/16] Compiling HTMLParserBuilder Local.swift
[14/16] Compiling HTMLParserBuilder HTMLParseError.swift
[15/16] Compiling HTMLParserBuilder HTMLParserBuilder.swift
[16/16] Compiling HTMLParserBuilder TypeConstruction.swift
Build complete! (12.18s)
Build complete.
Done.