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-4606859-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: 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.10
Building package at path:  $workDir
https://github.com/danny1113/html-parser-builder.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-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.36s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.7.2 (0.94s)
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 Optional+orThrow.swift
[4/17] Compiling HTMLParserBuilder TryCapture.swift
[5/18] Compiling HTMLParserBuilder HTMLParseError.swift
[6/18] Compiling HTMLParserBuilder HTMLParserBuilder.swift
[7/18] Compiling HTMLParserBuilder HTMLComponentBuilder.swift
[8/18] Compiling HTMLParserBuilder HTMLDocodeImpl.swift
[9/18] Compiling HTMLParserBuilder LateInit.swift
[10/18] Compiling HTMLParserBuilder Local.swift
[11/18] Emitting module HTMLParserBuilder
[12/18] Compiling HTMLParserBuilder CaptureTransform.swift
[13/18] Compiling HTMLParserBuilder DSLTree.swift
[14/18] Compiling HTMLParserBuilder HTML.swift
[15/18] Compiling HTMLParserBuilder HTMLComponent.swift
[16/18] Compiling HTMLParserBuilder Capture.swift
[17/18] Compiling HTMLParserBuilder CaptureAll.swift
[18/18] Compiling HTMLParserBuilder TypeConstruction.swift
Build complete! (5.85s)
Build complete.
Done.