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-1":/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: 2.0.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/danny1113/html-parser-builder
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 2ecadd3 Merge pull request #2 from danny1113/v2.0
Cloned https://github.com/danny1113/html-parser-builder.git
Revision (git rev-parse @):
2ecadd3c29d076463babdc4115e04a23ca6c4e33
SUCCESS checkout https://github.com/danny1113/html-parser-builder.git at 2.0.0
========================================
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-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/scinfu/SwiftSoup.git
[1/3062] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git (0.37s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.2 (1.23s)
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 LateInit.swift
[4/16] Compiling HTMLParserBuilder Local.swift
[5/16] Compiling HTMLParserBuilder Capture.swift
[6/16] Compiling HTMLParserBuilder CaptureAll.swift
[7/16] Emitting module HTMLParserBuilder
[8/16] Compiling HTMLParserBuilder CaptureTransform.swift
[9/16] Compiling HTMLParserBuilder DSLTree.swift
[10/16] Compiling HTMLParserBuilder HTML.swift
[11/16] Compiling HTMLParserBuilder HTMLComponent.swift
[12/16] Compiling HTMLParserBuilder HTMLParseError.swift
[13/16] Compiling HTMLParserBuilder HTMLParserBuilder.swift
[14/16] Compiling HTMLParserBuilder HTMLComponentBuilder.swift
[15/16] Compiling HTMLParserBuilder HTMLDocodeImpl.swift
[16/16] Compiling HTMLParserBuilder TypeConstruction.swift
Build complete! (6.88s)
Build complete.
Done.