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

Failed to build Srt2BilibiliKit, reference 1.0.5 (c00687), with Swift 6.1 for Linux on 25 Apr 2025 09:09:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ApolloZhu/srt2bilibilikit.git
Reference: 1.0.5
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/ApolloZhu/srt2bilibilikit
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at c00687f Ensure jazzy has xcodeproj
Cloned https://github.com/ApolloZhu/srt2bilibilikit.git
Revision (git rev-parse @):
c00687fe46624d019a8e2c450fb0982103d977f7
SUCCESS checkout https://github.com/ApolloZhu/srt2bilibilikit.git at 1.0.5
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ApolloZhu/srt2bilibilikit.git
https://github.com/ApolloZhu/srt2bilibilikit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bilibilikit",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ApolloZhu/BilibiliKit"
    },
    {
      "identity" : "swift_qrcodejs",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ApolloZhu/swift_qrcodejs"
    }
  ],
  "manifest_display_name" : "Srt2BilibiliKit",
  "name" : "Srt2BilibiliKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Srt2BilibiliKit",
      "targets" : [
        "Srt2BilibiliKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Srt2Bilibili-cli",
      "targets" : [
        "Srt2Bilibili-cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Srt2BilibiliKitTests",
      "module_type" : "SwiftTarget",
      "name" : "Srt2BilibiliKitTests",
      "path" : "Tests/Srt2BilibiliKitTests",
      "sources" : [
        "Srt2BilibiliKitTests.swift"
      ],
      "target_dependencies" : [
        "Srt2BilibiliKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Srt2BilibiliKit",
      "module_type" : "SwiftTarget",
      "name" : "Srt2BilibiliKit",
      "path" : "Sources/Srt2BilibiliKit",
      "product_dependencies" : [
        "BilibiliKit"
      ],
      "product_memberships" : [
        "Srt2BilibiliKit",
        "Srt2Bilibili-cli"
      ],
      "sources" : [
        "S2B.swift",
        "S2BDanmaku.swift",
        "S2BEmitter.swift",
        "S2BPostableDanmaku.swift",
        "S2BPostedDanmaku.swift",
        "S2BSubRipFile.swift",
        "S2BSubtitle.swift",
        "S2BVideo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Srt2Bilibili_cli",
      "module_type" : "SwiftTarget",
      "name" : "Srt2Bilibili-cli",
      "path" : "Sources/Srt2Bilibili-cli",
      "product_dependencies" : [
        "BilibiliKit",
        "swift_qrcodejs"
      ],
      "product_memberships" : [
        "Srt2Bilibili-cli"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Srt2BilibiliKit"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ApolloZhu/BilibiliKit
[1/1181] Fetching bilibilikit
Fetched https://github.com/ApolloZhu/BilibiliKit from cache (0.24s)
Fetching https://github.com/ApolloZhu/swift_qrcodejs
[1/1022] Fetching swift_qrcodejs
Fetched https://github.com/ApolloZhu/swift_qrcodejs from cache (0.28s)
error: could not find a branch named ‘master’ in https://github.com/ApolloZhu/swift_qrcodejs (did you mean ‘main’?)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/ApolloZhu/BilibiliKit
Updated https://github.com/ApolloZhu/BilibiliKit (0.12s)
Updating https://github.com/ApolloZhu/swift_qrcodejs
Updated https://github.com/ApolloZhu/swift_qrcodejs (0.14s)
error: could not find a branch named ‘master’ in https://github.com/ApolloZhu/swift_qrcodejs (did you mean ‘main’?)
BUILD FAILURE 6.1 linux