The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WordNetDecoder, reference 0.0.2 (e05cda), with Swift 6.2 (beta) for Android on 18 Jun 2025 11:45:55 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wacumov/WordNetDecoder.git
Reference: 0.0.2
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
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at e05cdac Update Readme
Cloned https://github.com/wacumov/WordNetDecoder.git
Revision (git rev-parse @):
e05cdaca9e1a33942e6b78bb5e457b7014c7e623
SUCCESS checkout https://github.com/wacumov/WordNetDecoder.git at 0.0.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/wacumov/WordNetDecoder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/wacumov/xml2json
[1/445] Fetching xml2json
Fetched https://github.com/wacumov/xml2json from cache (0.50s)
Computing version for https://github.com/wacumov/xml2json
Computed https://github.com/wacumov/xml2json at 0.0.1 (0.93s)
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-8C5A4AE7A8CE2BA.txt
[3/4] Compiling xml2json_cpp c_interface.cpp
[5/6] Compiling xml2json XMLToJSON.swift
[6/6] Emitting module xml2json
[8/26] Emitting module WordNetDecoder
[9/28] Compiling WordNetDecoder SyntacticBehaviour.swift
[10/28] Compiling WordNetDecoder Tag.swift
[11/28] Compiling WordNetDecoder Count.swift
[12/28] Compiling WordNetDecoder Definition.swift
[13/28] Compiling WordNetDecoder Example.swift
[14/28] Compiling WordNetDecoder Synset.swift
[15/28] Compiling WordNetDecoder SynsetRelation.swift
[16/28] Compiling WordNetDecoder OneOrMany.swift
[17/28] Compiling WordNetDecoder PartOfSpeech.swift
[18/28] Compiling WordNetDecoder Sense.swift
[19/28] Compiling WordNetDecoder Form.swift
[20/28] Compiling WordNetDecoder ILIDefinition.swift
[21/28] Compiling WordNetDecoder Lemma.swift
[22/28] Compiling WordNetDecoder SenseRelation.swift
[23/28] Compiling WordNetDecoder StringValue.swift
[24/28] Compiling WordNetDecoder LexicalEntry.swift
[25/28] Compiling WordNetDecoder LexicalResource.swift
[26/28] Compiling WordNetDecoder Lexicon.swift
[27/28] Compiling WordNetDecoder WordNet.swift
[28/28] Compiling WordNetDecoder WordNetXMLDecoder.swift
Build complete! (15.11s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.