Build Information
Successful build of WordNetDecoder, reference master (729929
), with Swift 6.1 for Linux on 25 Apr 2025 20:54:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wacumov/WordNetDecoder.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/wacumov/WordNetDecoder
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 729929b Add platform compatibility badge
Cloned https://github.com/wacumov/WordNetDecoder.git
Revision (git rev-parse @):
729929b397c59aa460a9aa64d68b6dbb297eb557
SUCCESS checkout https://github.com/wacumov/WordNetDecoder.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wacumov/WordNetDecoder.git
https://github.com/wacumov/WordNetDecoder.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xml2json",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wacumov/xml2json"
}
],
"manifest_display_name" : "WordNetDecoder",
"name" : "WordNetDecoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WordNetDecoder",
"targets" : [
"WordNetDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WordNetDecoderTests",
"module_type" : "SwiftTarget",
"name" : "WordNetDecoderTests",
"path" : "Tests/WordNetDecoderTests",
"sources" : [
"TestResources/ExampleXML.swift",
"WordNetDecoderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WordNetDecoder"
],
"type" : "test"
},
{
"c99name" : "WordNetDecoder",
"module_type" : "SwiftTarget",
"name" : "WordNetDecoder",
"path" : "Sources/WordNetDecoder",
"product_dependencies" : [
"xml2json"
],
"product_memberships" : [
"WordNetDecoder"
],
"sources" : [
"Models/Count.swift",
"Models/Definition.swift",
"Models/Example.swift",
"Models/Form.swift",
"Models/ILIDefinition.swift",
"Models/Lemma.swift",
"Models/LexicalEntry.swift",
"Models/LexicalResource.swift",
"Models/Lexicon.swift",
"Models/OneOrMany.swift",
"Models/PartOfSpeech.swift",
"Models/Sense.swift",
"Models/SenseRelation.swift",
"Models/StringValue.swift",
"Models/Synset.swift",
"Models/SynsetRelation.swift",
"Models/SyntacticBehaviour.swift",
"Models/Tag.swift",
"Models/WordNet.swift",
"WordNetXMLDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/wacumov/xml2json
[1/445] Fetching xml2json
Fetched https://github.com/wacumov/xml2json from cache (0.25s)
Computing version for https://github.com/wacumov/xml2json
Computed https://github.com/wacumov/xml2json at 0.0.1 (0.71s)
Creating working copy for https://github.com/wacumov/xml2json
Working copy of https://github.com/wacumov/xml2json resolved at 0.0.1
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-24593BA9C3E375BF.txt
[3/4] Compiling xml2json_cpp c_interface.cpp
[5/6] Emitting module xml2json
[6/6] Compiling xml2json XMLToJSON.swift
[8/26] Compiling WordNetDecoder Count.swift
[9/26] Compiling WordNetDecoder Definition.swift
[10/26] Compiling WordNetDecoder Example.swift
[11/28] Emitting module WordNetDecoder
[12/28] Compiling WordNetDecoder Form.swift
[13/28] Compiling WordNetDecoder ILIDefinition.swift
[14/28] Compiling WordNetDecoder Lemma.swift
[15/28] Compiling WordNetDecoder SyntacticBehaviour.swift
[16/28] Compiling WordNetDecoder Tag.swift
[17/28] Compiling WordNetDecoder LexicalEntry.swift
[18/28] Compiling WordNetDecoder LexicalResource.swift
[19/28] Compiling WordNetDecoder Lexicon.swift
[20/28] Compiling WordNetDecoder SenseRelation.swift
[21/28] Compiling WordNetDecoder StringValue.swift
[22/28] Compiling WordNetDecoder OneOrMany.swift
[23/28] Compiling WordNetDecoder PartOfSpeech.swift
[24/28] Compiling WordNetDecoder Sense.swift
[25/28] Compiling WordNetDecoder Synset.swift
[26/28] Compiling WordNetDecoder SynsetRelation.swift
[27/28] Compiling WordNetDecoder WordNet.swift
[28/28] Compiling WordNetDecoder WordNetXMLDecoder.swift
Build complete! (8.25s)
Build complete.
{
"dependencies" : [
{
"identity" : "xml2json",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wacumov/xml2json"
}
],
"manifest_display_name" : "WordNetDecoder",
"name" : "WordNetDecoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WordNetDecoder",
"targets" : [
"WordNetDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WordNetDecoderTests",
"module_type" : "SwiftTarget",
"name" : "WordNetDecoderTests",
"path" : "Tests/WordNetDecoderTests",
"sources" : [
"TestResources/ExampleXML.swift",
"WordNetDecoderTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WordNetDecoder"
],
"type" : "test"
},
{
"c99name" : "WordNetDecoder",
"module_type" : "SwiftTarget",
"name" : "WordNetDecoder",
"path" : "Sources/WordNetDecoder",
"product_dependencies" : [
"xml2json"
],
"product_memberships" : [
"WordNetDecoder"
],
"sources" : [
"Models/Count.swift",
"Models/Definition.swift",
"Models/Example.swift",
"Models/Form.swift",
"Models/ILIDefinition.swift",
"Models/Lemma.swift",
"Models/LexicalEntry.swift",
"Models/LexicalResource.swift",
"Models/Lexicon.swift",
"Models/OneOrMany.swift",
"Models/PartOfSpeech.swift",
"Models/Sense.swift",
"Models/SenseRelation.swift",
"Models/StringValue.swift",
"Models/Synset.swift",
"Models/SynsetRelation.swift",
"Models/SyntacticBehaviour.swift",
"Models/Tag.swift",
"Models/WordNet.swift",
"WordNetXMLDecoder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.