The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of WordNetDecoder, reference 0.0.2 (e05cda), with Swift 6.0 for Linux on 27 Nov 2024 11:45:56 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.0-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.58.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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/wacumov/WordNetDecoder.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.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/wacumov/xml2json
[1/445] Fetching xml2json
Fetched https://github.com/wacumov/xml2json from cache (0.27s)
Computing version for https://github.com/wacumov/xml2json
Computed https://github.com/wacumov/xml2json at 0.0.1 (0.48s)
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 SenseRelation.swift
[9/26] Compiling WordNetDecoder StringValue.swift
[10/28] Compiling WordNetDecoder Form.swift
[11/28] Compiling WordNetDecoder ILIDefinition.swift
[12/28] Compiling WordNetDecoder Lemma.swift
[13/28] Compiling WordNetDecoder OneOrMany.swift
[14/28] Compiling WordNetDecoder PartOfSpeech.swift
[15/28] Compiling WordNetDecoder Sense.swift
[16/28] Compiling WordNetDecoder Count.swift
[17/28] Compiling WordNetDecoder Definition.swift
[18/28] Compiling WordNetDecoder Example.swift
[19/28] Compiling WordNetDecoder SyntacticBehaviour.swift
[20/28] Compiling WordNetDecoder Tag.swift
[21/28] Compiling WordNetDecoder Synset.swift
[22/28] Compiling WordNetDecoder SynsetRelation.swift
[23/28] Compiling WordNetDecoder LexicalEntry.swift
[24/28] Compiling WordNetDecoder LexicalResource.swift
[25/28] Compiling WordNetDecoder Lexicon.swift
[26/28] Emitting module WordNetDecoder
[27/28] Compiling WordNetDecoder WordNet.swift
[28/28] Compiling WordNetDecoder WordNetXMLDecoder.swift
Build complete! (12.28s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.