Build Information
Successful build of SwiftyMarisa, reference master (91acc3), with Swift 6.2 for Linux on 23 Jun 2025 21:22:25 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.64.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: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ensan-hcl/SwiftyMarisa.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/11] Compiling mapper.cc
[1/11] Compiling keyset.cc
[2/11] Compiling agent.cc
[3/11] Write swift-version-24593BA9C3E375BF.txt
[3/11] Write sources
[5/11] Compiling reader.cc
[6/11] Compiling trie.cc
[7/11] Compiling writer.cc
[8/11] Compiling tail.cc
[9/11] Compiling bit-vector.cc
[10/11] Compiling louds-trie.cc
[12/13] Compiling SwiftyMarisa SwiftyMarisa.swift
[13/13] Emitting module SwiftyMarisa
Build complete! (32.16s)
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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.