This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wacumov/WordNetDecoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/wacumov/WordNetDecoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-6F35C1178C84523A.txt
[3/4] Compiling xml2json_cpp c_interface.cpp
[5/6] Compiling xml2json XMLToJSON.swift
[6/6] Emitting module xml2json
[7/25] Compiling WordNetDecoder SyntacticBehaviour.swift
[8/25] Compiling WordNetDecoder Tag.swift
[9/25] Compiling WordNetDecoder SenseRelation.swift
[10/25] Compiling WordNetDecoder StringValue.swift
[11/25] Compiling WordNetDecoder PartOfSpeech.swift
[12/25] Compiling WordNetDecoder Sense.swift
[13/25] Compiling WordNetDecoder LexicalEntry.swift
[14/25] Compiling WordNetDecoder LexicalResource.swift
[15/25] Compiling WordNetDecoder Lexicon.swift
[16/25] Compiling WordNetDecoder OneOrMany.swift
[17/25] Compiling WordNetDecoder ILIDefinition.swift
[18/25] Compiling WordNetDecoder Lemma.swift
[19/25] Compiling WordNetDecoder Count.swift
[20/25] Compiling WordNetDecoder Definition.swift
[21/25] Emitting module WordNetDecoder
[22/25] Compiling WordNetDecoder Example.swift
[23/25] Compiling WordNetDecoder Form.swift
[24/25] Compiling WordNetDecoder Synset.swift
[25/25] Compiling WordNetDecoder SynsetRelation.swift
[26/27] Compiling WordNetDecoder WordNet.swift
[27/27] Compiling WordNetDecoder WordNetXMLDecoder.swift
Build complete! (20.43s)
Fetching https://github.com/wacumov/xml2json
[1/445] Fetching xml2json
Fetched https://github.com/wacumov/xml2json from cache (1.10s)
Computing version for https://github.com/wacumov/xml2json
Computed https://github.com/wacumov/xml2json at 0.0.1 (0.66s)
Creating working copy for https://github.com/wacumov/xml2json
Working copy of https://github.com/wacumov/xml2json resolved at 0.0.1
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" : "/Users/admin/builder/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"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.