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 swift-css-parser, reference v0.1.2 (6cf16c), with Swift 6.0 for Linux on 2 Nov 2024 08:16:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: v0.1.2
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
 * tag               v0.1.2     -> FETCH_HEAD
HEAD is now at 6cf16c6 Add missing includes to fix compilation on Linux
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 @):
6cf16c6696def00a313daef0e29eb27f5c39ece4
SUCCESS checkout https://github.com/stackotter/swift-css-parser.git at v0.1.2
========================================
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-4606859-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] Compiling CSSParser CSSProperties.cpp
[2/6] Compiling CCSSParser CCSSParser.cpp
[3/6] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling CSSParser CSSUtils.cpp
[5/16] Compiling CSSParser CSSParser.cpp
[7/16] Compiling SwiftCSSParser Token.swift
[8/17] Compiling SwiftCSSParser RuleSet.swift
[9/17] Compiling SwiftCSSParser TokenType.swift
[10/17] Compiling SwiftCSSParser String.swift
[11/17] Compiling SwiftCSSParser IndentationStyle.swift
[12/17] Compiling SwiftCSSParser AtBlock.swift
[13/17] Compiling SwiftCSSParser Declaration.swift
[14/17] Emitting module SwiftCSSParser
[15/17] Compiling SwiftCSSParser ParsingError.swift
[16/17] Compiling SwiftCSSParser Stylesheet.swift
[17/17] Compiling SwiftCSSParser Statement.swift
Build complete! (10.58s)
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.2"
}
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.