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 SwiftyExpat 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/helje5/SwiftyExpat.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/SwiftyExpat
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 5e3f28a Do not use arc4random_buf on Linux
Cloned https://github.com/helje5/SwiftyExpat.git
Revision (git rev-parse @):
5e3f28adcc8463ce0d48be188d4451cadc34883a
SUCCESS checkout https://github.com/helje5/SwiftyExpat.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/helje5/SwiftyExpat.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/7] Write sources
[1/7] Compiling Expat xmltok_ns.c
[2/7] Compiling Expat xmltok_impl.c
[3/7] Write swift-version-6F35C1178C84523A.txt
[4/7] Compiling Expat xmlrole.c
[5/7] Compiling Expat xmltok.c
[6/7] Compiling Expat xmlparse.c
[8/10] Emitting module SwiftyExpat
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyExpat/Expat.swift:356:1: warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
354 |
355 |
356 | extension XML_Error : CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
357 |
358 |   public var description: String {
[9/10] Compiling SwiftyExpat SwiftExtensions.swift
[10/10] Compiling SwiftyExpat Expat.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyExpat/Expat.swift:356:1: warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
354 |
355 |
356 | extension XML_Error : CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'XML_Error' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Expat' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
357 |
358 |   public var description: String {
Build complete! (5.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyExpat",
  "name" : "SwiftyExpat",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Expat",
      "targets" : [
        "Expat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftyExpat",
      "targets" : [
        "SwiftyExpat"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyExpatTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyExpatTests",
      "path" : "Tests/SwiftyExpatTests",
      "sources" : [
        "SwiftyExpatTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyExpat"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyExpat",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyExpat",
      "path" : "Sources/SwiftyExpat",
      "product_memberships" : [
        "SwiftyExpat"
      ],
      "sources" : [
        "Expat.swift",
        "SwiftExtensions.swift"
      ],
      "target_dependencies" : [
        "Expat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Expat",
      "module_type" : "ClangTarget",
      "name" : "Expat",
      "path" : "Sources/Expat",
      "product_memberships" : [
        "Expat",
        "SwiftyExpat"
      ],
      "sources" : [
        "xmlparse.c",
        "xmlrole.c",
        "xmltok.c",
        "xmltok_impl.c",
        "xmltok_ns.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.