Build Information
Successful build of swift-sentencepiece, reference main (8d17bf), with Swift 6.1 for Android on 2 Apr 2026 11:18:36 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/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liuliu/swift-sentencepiece.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/liuliu/swift-sentencepiece
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8d17bf2 update swift-package-support-sentencepiece to 94f570e (#2)
Cloned https://github.com/liuliu/swift-sentencepiece.git
Revision (git rev-parse @):
8d17bf2e017c97563e8805545d676be9739b6c0e
SUCCESS checkout https://github.com/liuliu/swift-sentencepiece.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/liuliu/swift-sentencepiece.git
https://github.com/liuliu/swift-sentencepiece.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-package-support-sentencepiece",
"requirement" : {
"revision" : [
"a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/weiyanlin117/swift-package-support-sentencepiece"
}
],
"manifest_display_name" : "swift-sentencepiece",
"name" : "swift-sentencepiece",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SentencePiece",
"targets" : [
"SentencePiece"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SentencePiece",
"module_type" : "SwiftTarget",
"name" : "SentencePiece",
"path" : "Sources",
"product_memberships" : [
"SentencePiece"
],
"sources" : [
"SentencePiece.swift"
],
"target_dependencies" : [
"C_sentencepiece"
],
"type" : "library"
},
{
"c99name" : "C_sentencepiece",
"module_type" : "ClangTarget",
"name" : "C_sentencepiece",
"path" : "Sources/C_sentencepiece",
"product_dependencies" : [
"swift-package-support-sentencepiece"
],
"product_memberships" : [
"SentencePiece"
],
"sources" : [
"sentencepiece.cc"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/weiyanlin117/swift-package-support-sentencepiece
[1/6025] Fetching swift-package-support-sentencepiece
Fetched https://github.com/weiyanlin117/swift-package-support-sentencepiece from cache (3.20s)
Creating working copy for https://github.com/weiyanlin117/swift-package-support-sentencepiece
Working copy of https://github.com/weiyanlin117/swift-package-support-sentencepiece resolved at a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-24593BA9C3E375BF.txt
[2/3] Compiling C_sentencepiece sentencepiece.cc
[4/5] Compiling SentencePiece SentencePiece.swift
[5/5] Emitting module SentencePiece
Build complete! (18.11s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
{
"identity" : "swift-package-support-sentencepiece",
"requirement" : {
"revision" : [
"a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/weiyanlin117/swift-package-support-sentencepiece"
}
],
"manifest_display_name" : "swift-sentencepiece",
"name" : "swift-sentencepiece",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SentencePiece",
"targets" : [
"SentencePiece"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SentencePiece",
"module_type" : "SwiftTarget",
"name" : "SentencePiece",
"path" : "Sources",
"product_memberships" : [
"SentencePiece"
],
"sources" : [
"SentencePiece.swift"
],
"target_dependencies" : [
"C_sentencepiece"
],
"type" : "library"
},
{
"c99name" : "C_sentencepiece",
"module_type" : "ClangTarget",
"name" : "C_sentencepiece",
"path" : "Sources/C_sentencepiece",
"product_dependencies" : [
"swift-package-support-sentencepiece"
],
"product_memberships" : [
"SentencePiece"
],
"sources" : [
"sentencepiece.cc"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.