Build Information
Successful build of SwiftyMarisa, reference master (91acc3), with Swift 6.3 for Android on 16 Apr 2026 03:41:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ensan-hcl/SwiftyMarisa.git
Reference: master
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/ensan-hcl/SwiftyMarisa
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 91acc3c Merge pull request #2 from ensan-hcl/feat/swift_cpp_interop
Cloned https://github.com/ensan-hcl/SwiftyMarisa.git
Revision (git rev-parse @):
91acc3cb0e747e0bd4b0e0813d42fb273d10e62f
SUCCESS checkout https://github.com/ensan-hcl/SwiftyMarisa.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/ensan-hcl/SwiftyMarisa.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/11] Compiling keyset.cc
[1/11] Compiling reader.cc
[2/11] Compiling writer.cc
[3/11] Write sources
[4/11] Compiling mapper.cc
[5/11] Compiling trie.cc
[6/11] Write swift-version--4F562202D5529B1.txt
[7/11] Compiling bit-vector.cc
[8/11] Compiling tail.cc
[9/11] Compiling louds-trie.cc
[10/11] Compiling agent.cc
[12/13] Emitting module SwiftyMarisa
[13/13] Compiling SwiftyMarisa SwiftyMarisa.swift
Build complete! (205.06s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyMarisa",
"name" : "SwiftyMarisa",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyMarisa",
"targets" : [
"SwiftyMarisa"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "marisa_trie",
"module_type" : "ClangTarget",
"name" : "marisa-trie",
"path" : "Sources/marisa-trie",
"product_memberships" : [
"SwiftyMarisa"
],
"sources" : [
"marisa/agent.cc",
"marisa/grimoire/io/mapper.cc",
"marisa/grimoire/io/reader.cc",
"marisa/grimoire/io/writer.cc",
"marisa/grimoire/trie/louds-trie.cc",
"marisa/grimoire/trie/tail.cc",
"marisa/grimoire/vector/bit-vector.cc",
"marisa/keyset.cc",
"marisa/trie.cc"
],
"type" : "library"
},
{
"c99name" : "SwiftyMarisaTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyMarisaTests",
"path" : "Tests/SwiftyMarisaTests",
"sources" : [
"SwiftyMarisaTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftyMarisa"
],
"type" : "test"
},
{
"c99name" : "SwiftyMarisa",
"module_type" : "SwiftTarget",
"name" : "SwiftyMarisa",
"path" : "Sources/SwiftyMarisa",
"product_memberships" : [
"SwiftyMarisa"
],
"sources" : [
"SwiftyMarisa.swift"
],
"target_dependencies" : [
"marisa-trie"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.