Build Information
Successful build of swift-subtitle-kit, reference main (728d62), with Swift 6.0 for Linux on 25 Feb 2026 22:40:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dioKaratzas/swift-subtitle-kit.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/dioKaratzas/swift-subtitle-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 728d62d style(headers): update file headers to SubtitleKit branding
Cloned https://github.com/dioKaratzas/swift-subtitle-kit.git
Revision (git rev-parse @):
728d62dac9fbda7fabd299eed3673ce36c85c267
SUCCESS checkout https://github.com/dioKaratzas/swift-subtitle-kit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/dioKaratzas/swift-subtitle-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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 RegexUtils.swift
[10/26] Compiling SubtitleKit StringTransforms.swift
[11/26] Compiling SubtitleKit SubtitleCleaner.swift
[12/26] Compiling SubtitleKit SUBAdapter.swift
[13/26] Compiling SubtitleKit VTTAdapter.swift
[14/26] Compiling SubtitleKit Subtitle.swift
[15/26] Compiling SubtitleKit SSACommon.swift
[16/26] Compiling SubtitleKit JSONAdapter.swift
[17/26] Compiling SubtitleKit LRCAdapter.swift
[18/26] Compiling SubtitleKit SubtitleOptions.swift
[19/26] Compiling SubtitleKit ASSAdapter.swift
[20/26] Compiling SubtitleKit SSAAdapter.swift
[21/26] Compiling SubtitleKit SubtitleError.swift
[22/26] Compiling SubtitleKit SubtitleFormat.swift
[23/26] Compiling SubtitleKit SubtitleFormatRegistry.swift
[24/26] Compiling SubtitleKit SBVAdapter.swift
[25/26] Compiling SubtitleKit SMIAdapter.swift
[26/26] Compiling SubtitleKit SRTAdapter.swift
Build complete! (18.73s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:5920b6fc7f526808de8dcf4e65806a8aca248ef5a9160d25a6b9c7489c0b8a3f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.