The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-subtitle-kit, reference 1.0.3 (0ae386), with Swift 6.2 for Linux on 25 Feb 2026 13:19:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dioKaratzas/swift-subtitle-kit.git
Reference: 1.0.3
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/dioKaratzas/swift-subtitle-kit
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 0ae3860 feat(example): add macos subtitle workbench showcase app
Cloned https://github.com/dioKaratzas/swift-subtitle-kit.git
Revision (git rev-parse @):
0ae386087935efdf6b8c03b65a447f2ed27d4f90
SUCCESS checkout https://github.com/dioKaratzas/swift-subtitle-kit.git at 1.0.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dioKaratzas/swift-subtitle-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module SubtitleKit
[4/26] Compiling SubtitleKit SubtitleNormalizer.swift
[5/26] Compiling SubtitleKit TimestampCodec.swift
[6/26] Compiling SubtitleKit SubtitleCleanReport.swift
[7/26] Compiling SubtitleKit SubtitleEngine.swift
[8/26] Compiling SubtitleKit SubtitleEntry.swift
[9/26] Compiling SubtitleKit SubtitleOptions.swift
[10/26] Compiling SubtitleKit ASSAdapter.swift
[11/26] Compiling SubtitleKit SSAAdapter.swift
[12/26] Compiling SubtitleKit SBVAdapter.swift
[13/26] Compiling SubtitleKit SMIAdapter.swift
[14/26] Compiling SubtitleKit SRTAdapter.swift
[15/26] Compiling SubtitleKit SubtitleError.swift
[16/26] Compiling SubtitleKit SubtitleFormat.swift
[17/26] Compiling SubtitleKit SubtitleFormatRegistry.swift
[18/26] Compiling SubtitleKit SSACommon.swift
[19/26] Compiling SubtitleKit JSONAdapter.swift
[20/26] Compiling SubtitleKit LRCAdapter.swift
[21/26] Compiling SubtitleKit SUBAdapter.swift
[22/26] Compiling SubtitleKit VTTAdapter.swift
[23/26] Compiling SubtitleKit Subtitle.swift
[24/26] Compiling SubtitleKit RegexUtils.swift
[25/26] Compiling SubtitleKit StringTransforms.swift
[26/26] Compiling SubtitleKit SubtitleCleaner.swift
Build complete! (9.14s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-subtitle-kit",
  "name" : "swift-subtitle-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SubtitleKit",
      "targets" : [
        "SubtitleKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SubtitleKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SubtitleKitTests",
      "path" : "Tests/SubtitleKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SubtitleKitTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AdditionalFormatsTests.swift",
        "CleaningOptionsTests.swift",
        "CleaningReportTests.swift",
        "ConversionDetectionTests.swift",
        "CustomFormatTests.swift",
        "FixtureBasedTests.swift",
        "FixtureSupport.swift",
        "SRTVTTSBVTests.swift",
        "SubtitleKitScaffoldTests.swift",
        "SubtitleObjectAPITests.swift",
        "TestFormatAssertions.swift"
      ],
      "target_dependencies" : [
        "SubtitleKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubtitleKit",
      "module_type" : "SwiftTarget",
      "name" : "SubtitleKit",
      "path" : "Sources/SubtitleKit",
      "product_memberships" : [
        "SubtitleKit"
      ],
      "sources" : [
        "Core/SubtitleCleanReport.swift",
        "Core/SubtitleEngine.swift",
        "Core/SubtitleEntry.swift",
        "Core/SubtitleError.swift",
        "Core/SubtitleFormat.swift",
        "Core/SubtitleFormatRegistry.swift",
        "Core/SubtitleOptions.swift",
        "Formats/ASS/ASSAdapter.swift",
        "Formats/ASS/SSAAdapter.swift",
        "Formats/ASS/SSACommon.swift",
        "Formats/JSON/JSONAdapter.swift",
        "Formats/LRC/LRCAdapter.swift",
        "Formats/SBV/SBVAdapter.swift",
        "Formats/SMI/SMIAdapter.swift",
        "Formats/SRT/SRTAdapter.swift",
        "Formats/SUB/SUBAdapter.swift",
        "Formats/VTT/VTTAdapter.swift",
        "Subtitle.swift",
        "Utilities/RegexUtils.swift",
        "Utilities/StringTransforms.swift",
        "Utilities/SubtitleCleaner.swift",
        "Utilities/SubtitleNormalizer.swift",
        "Utilities/TimestampCodec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.