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.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" 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.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.10
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.10-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 from cache (0.44s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.2 (1.27s)
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...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling HTMLParserBuilder CaptureTransform.swift
[4/17] Compiling HTMLParserBuilder DSLTree.swift
[5/18] Emitting module HTMLParserBuilder
[6/18] Compiling HTMLParserBuilder Capture.swift
[7/18] Compiling HTMLParserBuilder CaptureAll.swift
[8/18] Compiling HTMLParserBuilder HTML.swift
[9/18] Compiling HTMLParserBuilder HTMLComponent.swift
[10/18] Compiling HTMLParserBuilder LateInit.swift
[11/18] Compiling HTMLParserBuilder Local.swift
[12/18] Compiling HTMLParserBuilder Optional+orThrow.swift
[13/18] Compiling HTMLParserBuilder TryCapture.swift
[14/18] Compiling HTMLParserBuilder HTMLParseError.swift
[15/18] Compiling HTMLParserBuilder HTMLParserBuilder.swift
[16/18] Compiling HTMLParserBuilder HTMLComponentBuilder.swift
[17/18] Compiling HTMLParserBuilder HTMLDocodeImpl.swift
[18/18] Compiling HTMLParserBuilder TypeConstruction.swift
Build complete! (7.47s)
Build complete.
Done.