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 SwiftyXML, reference 3.1.0 (30040f), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 09:10:26 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chenyunguiMilook/SwiftyXML.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chenyunguiMilook/SwiftyXML
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at 30040f3 update pod spec file
Cloned https://github.com/chenyunguiMilook/SwiftyXML.git
Revision (git rev-parse @):
30040f38675bc3a1666a0b0f6417adabaf26a3c6
SUCCESS checkout https://github.com/chenyunguiMilook/SwiftyXML.git at 3.1.0
========================================
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",
  "dependencies": [
    {
      "identity": "swiftyxml",
      "name": "SwiftyXML",
      "url": "https://github.com/chenyunguiMilook/SwiftyXML.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyXML",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/chenyunguiMilook/SwiftyXML.git
[1/468] Fetching swiftyxml
Fetched https://github.com/chenyunguiMilook/SwiftyXML.git from cache (0.76s)
Creating working copy for https://github.com/chenyunguiMilook/SwiftyXML.git
Working copy of https://github.com/chenyunguiMilook/SwiftyXML.git resolved at 3.1.0 (30040f3)
warning: '.resolve-product-dependencies': dependency 'swiftyxml' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/chenyunguiMilook/SwiftyXML.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/4] Emitting module SwiftyXML
[4/4] Compiling SwiftyXML XML.swift
Build complete! (6.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyXML",
  "name" : "SwiftyXML",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyXML",
      "targets" : [
        "SwiftyXML"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXMLTests",
      "path" : "Tests/SwiftyXMLTests",
      "sources" : [
        "SwiftyXMLTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXML"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXML",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXML",
      "path" : "Sources/SwiftyXML",
      "product_memberships" : [
        "SwiftyXML"
      ],
      "sources" : [
        "XML.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.