Build Information
Successful build of Ditto, reference 4.14.3 (61b203), with Swift 6.2 for Linux on 19 Feb 2026 20:54:46 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.2-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/getditto/DittoSwiftPackage.git
Reference: 4.14.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/getditto/DittoSwiftPackage
* tag 4.14.3 -> FETCH_HEAD
HEAD is now at 61b203c Release 4.14.3
Cloned https://github.com/getditto/DittoSwiftPackage.git
Revision (git rev-parse @):
61b203cffc6a85c1c0d0987d1833d62eca7c549c
SUCCESS checkout https://github.com/getditto/DittoSwiftPackage.git at 4.14.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/getditto/DittoSwiftPackage.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.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
Downloading binary artifact https://software.ditto.live/cocoa/DittoSwift/4.14.3/dist/DittoSwift.xcframework.zip
Downloading binary artifact https://software.ditto.live/cocoa/DittoObjC/4.14.3/dist/DittoObjC.xcframework.zip
[15847/207600409] Downloading https://software.ditto.live/cocoa/DittoObjC/4.14.3/dist/DittoObjC.xcframework.zip
[129041/230191791] Downloading https://software.ditto.live/cocoa/DittoObjC/4.14.3/dist/DittoObjC.xcframework.zip, https://software.ditto.live/cocoa/DittoSwift/4.14.3/dist/DittoSwift.xcframework.zip
Downloaded https://software.ditto.live/cocoa/DittoSwift/4.14.3/dist/DittoSwift.xcframework.zip (3.66s)
Downloaded https://software.ditto.live/cocoa/DittoObjC/4.14.3/dist/DittoObjC.xcframework.zip (25.44s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling DittoSwiftWrapper dummy.swift
[4/4] Emitting module DittoSwiftWrapper
Build complete! (38.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ditto",
"name" : "Ditto",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "DittoSwift",
"targets" : [
"DittoSwiftWrapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DittoObjC",
"targets" : [
"DittoObjC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DittoSwiftWrapper",
"module_type" : "SwiftTarget",
"name" : "DittoSwiftWrapper",
"path" : "Sources/DittoSwiftWrapper",
"product_memberships" : [
"DittoSwift"
],
"sources" : [
"dummy.swift"
],
"target_dependencies" : [
"DittoSwift",
"DittoObjC"
],
"type" : "library"
},
{
"c99name" : "DittoSwift",
"module_type" : "BinaryTarget",
"name" : "DittoSwift",
"path" : "remote/archive/DittoSwift.xcframework.zip",
"product_memberships" : [
"DittoSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "DittoObjC",
"module_type" : "BinaryTarget",
"name" : "DittoObjC",
"path" : "remote/archive/DittoObjC.xcframework.zip",
"product_memberships" : [
"DittoSwift",
"DittoObjC"
],
"sources" : [
],
"type" : "binary"
}
],
"tools_version" : "5.8.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
Done.