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

Swift 6 data race errors: 1

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/mattcomi/XLIFFKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattcomi/XLIFFKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2367f4 Update README.md
Cloned https://github.com/mattcomi/XLIFFKit.git
Revision (git rev-parse @):
a2367f4942d8dda85538184eefdd5d0261cd71e9
SUCCESS checkout https://github.com/mattcomi/XLIFFKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/mattcomi/XLIFFKit.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/11] Compiling XLIFFKit XMLNodeExtensions.swift
[4/11] Compiling XLIFFKit XLIFFState.swift
[5/11] Compiling XLIFFKit XLIFFTranslationUnit.swift
[6/11] Compiling XLIFFKit XMLElementExtensions.swift
[7/11] Compiling XLIFFKit XLIFFError.swift
/Users/admin/builder/spi-builder-workspace/Sources/XLIFFKit/XLIFFError.swift:12:8: warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' has non-sendable type '(XLIFFError.KeyType, name: String, parent: XMLElement)'; this is an error in the Swift 6 language mode
10 |
11 |   case rootElementNotFound
12 |   case keyNotFound(KeyType, name: String, parent: XMLElement)
   |        `- warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' has non-sendable type '(XLIFFError.KeyType, name: String, parent: XMLElement)'; this is an error in the Swift 6 language mode
13 |   case fileNotFound(UUID)
14 |   case translationUnitNotFound(UUID)
[8/11] Compiling XLIFFKit XLIFFBody.swift
[9/11] Compiling XLIFFKit XLIFFFile.swift
[10/11] Emitting module XLIFFKit
/Users/admin/builder/spi-builder-workspace/Sources/XLIFFKit/XLIFFError.swift:12:8: warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' has non-sendable type '(XLIFFError.KeyType, name: String, parent: XMLElement)'; this is an error in the Swift 6 language mode
10 |
11 |   case rootElementNotFound
12 |   case keyNotFound(KeyType, name: String, parent: XMLElement)
   |        `- warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' has non-sendable type '(XLIFFError.KeyType, name: String, parent: XMLElement)'; this is an error in the Swift 6 language mode
13 |   case fileNotFound(UUID)
14 |   case translationUnitNotFound(UUID)
[11/11] Compiling XLIFFKit XLIFFDocument.swift
Build complete! (21.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "XLIFFKit",
  "name" : "XLIFFKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XLIFFKit",
      "targets" : [
        "XLIFFKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XLIFFKitTests",
      "module_type" : "SwiftTarget",
      "name" : "XLIFFKitTests",
      "path" : "Tests",
      "sources" : [
        "XliffKitTests/XLIFFKitTests.swift"
      ],
      "target_dependencies" : [
        "XLIFFKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XLIFFKit",
      "module_type" : "SwiftTarget",
      "name" : "XLIFFKit",
      "path" : "Sources/XLIFFKit",
      "product_memberships" : [
        "XLIFFKit"
      ],
      "sources" : [
        "XLIFFBody.swift",
        "XLIFFDocument.swift",
        "XLIFFError.swift",
        "XLIFFFile.swift",
        "XLIFFState.swift",
        "XLIFFTranslationUnit.swift",
        "XMLElementExtensions.swift",
        "XMLNodeExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.