The Swift Package Index logo.Swift Package Index

Build Information

Successful build of XLIFFKit, reference main (a2367f), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 13:46:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "xliffkit",
      "name": "XLIFFKit",
      "url": "https://github.com/mattcomi/XLIFFKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XLIFFKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattcomi/XLIFFKit.git
[1/56] Fetching xliffkit
Fetched https://github.com/mattcomi/XLIFFKit.git from cache (0.66s)
Creating working copy for https://github.com/mattcomi/XLIFFKit.git
Working copy of https://github.com/mattcomi/XLIFFKit.git resolved at main (a2367f4)
warning: '.resolve-product-dependencies': dependency 'xliffkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mattcomi/XLIFFKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/11] Compiling XLIFFKit XMLNodeExtensions.swift
[4/11] Compiling XLIFFKit XMLElementExtensions.swift
[5/11] Compiling XLIFFKit XLIFFState.swift
[6/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' contains non-Sendable type 'XMLElement'
10 |
11 |   case rootElementNotFound
12 |   case keyNotFound(KeyType, name: String, parent: XMLElement)
   |        `- warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' contains non-Sendable type 'XMLElement'
13 |   case fileNotFound(UUID)
14 |   case translationUnitNotFound(UUID)
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:16:12: note: class 'XMLElement' does not conform to the 'Sendable' protocol
 14 |     @discussion Note: Trying to add a document, namespace, attribute, or node with a parent throws an exception. To add a node with a parent first detach or create a copy of it.
 15 | */
 16 | @interface NSXMLElement : NSXMLNode {
    |            `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
 17 | @protected
 18 | 	NSString *_name;
[7/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' contains non-Sendable type 'XMLElement'
10 |
11 |   case rootElementNotFound
12 |   case keyNotFound(KeyType, name: String, parent: XMLElement)
   |        `- warning: associated value 'keyNotFound(_:name:parent:)' of 'Sendable'-conforming enum 'XLIFFError' contains non-Sendable type 'XMLElement'
13 |   case fileNotFound(UUID)
14 |   case translationUnitNotFound(UUID)
/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSXMLElement.h:16:12: note: class 'XMLElement' does not conform to the 'Sendable' protocol
 14 |     @discussion Note: Trying to add a document, namespace, attribute, or node with a parent throws an exception. To add a node with a parent first detach or create a copy of it.
 15 | */
 16 | @interface NSXMLElement : NSXMLNode {
    |            `- note: class 'XMLElement' does not conform to the 'Sendable' protocol
 17 | @protected
 18 | 	NSString *_name;
[8/11] Compiling XLIFFKit XLIFFTranslationUnit.swift
[9/11] Compiling XLIFFKit XLIFFFile.swift
[10/11] Compiling XLIFFKit XLIFFDocument.swift
[11/11] Compiling XLIFFKit XLIFFBody.swift
Build complete! (6.53s)
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.