Build Information
Successful build of swift-css-parser, reference main (2fab1e
), with Swift 6.0 for Linux on 2 Nov 2024 08:15:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-css-parser.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/stackotter/swift-css-parser
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2fab1e8 Add example to readme (closes #2)
Submodule path 'cssparser': checked out '0675c7ade2d5398bb9981ff32aac469c5171f62b'
Submodule 'cssparser' (https://github.com/Sigil-Ebook/cssparser.git) registered for path 'cssparser'
Cloning into '/host/spi-builder-workspace/cssparser'...
Cloned https://github.com/stackotter/swift-css-parser.git
Revision (git rev-parse @):
2fab1e835b78ff82de4a8f6f9119be3b52231b08
SUCCESS checkout https://github.com/stackotter/swift-css-parser.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/stackotter/swift-css-parser.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/6] Write sources
[1/6] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling CSSParser CSSProperties.cpp
[3/6] Compiling CSSParser CSSUtils.cpp
[4/6] Compiling CCSSParser CCSSParser.cpp
[5/16] Compiling CSSParser CSSParser.cpp
[7/16] Compiling SwiftCSSParser Token.swift
[8/17] Compiling SwiftCSSParser TokenType.swift
[9/17] Compiling SwiftCSSParser AtBlock.swift
[10/17] Compiling SwiftCSSParser Declaration.swift
[11/17] Compiling SwiftCSSParser String.swift
[12/17] Compiling SwiftCSSParser IndentationStyle.swift
[13/17] Emitting module SwiftCSSParser
[14/17] Compiling SwiftCSSParser ParsingError.swift
[15/17] Compiling SwiftCSSParser RuleSet.swift
[16/17] Compiling SwiftCSSParser Statement.swift
[17/17] Compiling SwiftCSSParser Stylesheet.swift
Build complete! (8.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-css-parser",
"name" : "swift-css-parser",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftCSSParser",
"targets" : [
"SwiftCSSParser"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCSSParser",
"module_type" : "SwiftTarget",
"name" : "SwiftCSSParser",
"path" : "Sources/SwiftCSSParser",
"product_memberships" : [
"SwiftCSSParser"
],
"sources" : [
"AtBlock.swift",
"Declaration.swift",
"Extensions/String.swift",
"IndentationStyle.swift",
"ParsingError.swift",
"RuleSet.swift",
"Statement.swift",
"Stylesheet.swift",
"Token.swift",
"TokenType.swift"
],
"target_dependencies" : [
"CCSSParser"
],
"type" : "library"
},
{
"c99name" : "CSSParserTests",
"module_type" : "SwiftTarget",
"name" : "CSSParserTests",
"path" : "Tests/CSSParserTests",
"sources" : [
"CSSParserTests.swift"
],
"target_dependencies" : [
"SwiftCSSParser"
],
"type" : "test"
},
{
"c99name" : "CSSParser",
"module_type" : "ClangTarget",
"name" : "CSSParser",
"path" : "cssparser/cssparser",
"product_memberships" : [
"SwiftCSSParser"
],
"sources" : [
"CSSParser.cpp",
"CSSProperties.cpp",
"CSSUtils.cpp"
],
"type" : "library"
},
{
"c99name" : "CCSSParser",
"module_type" : "ClangTarget",
"name" : "CCSSParser",
"path" : "Sources/CCSSParser",
"product_memberships" : [
"SwiftCSSParser"
],
"sources" : [
"CCSSParser.cpp"
],
"target_dependencies" : [
"CSSParser"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.