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 EmbeddedPropertyList 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/trilemma-dev/EmbeddedPropertyList.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/EmbeddedPropertyList
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 21bd832 Merge pull request #2 from trilemma-dev/end-period
Cloned https://github.com/trilemma-dev/EmbeddedPropertyList.git
Revision (git rev-parse @):
21bd832e28a9a66ecdb7b4c21910bb0487a22fe5
SUCCESS checkout https://github.com/trilemma-dev/EmbeddedPropertyList.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/trilemma-dev/EmbeddedPropertyList.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/6] Compiling EmbeddedPropertyList EmbeddedPropertyListReader.swift
[4/6] Compiling EmbeddedPropertyList ReadError.swift
[5/6] Emitting module EmbeddedPropertyList
[6/6] Compiling EmbeddedPropertyList BundleVersion.swift
Build complete! (16.67s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EmbeddedPropertyList",
  "name" : "EmbeddedPropertyList",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "EmbeddedPropertyList",
      "targets" : [
        "EmbeddedPropertyList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EmbeddedPropertyListTests",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedPropertyListTests",
      "path" : "Tests/EmbeddedPropertyListTests",
      "sources" : [
        "BundleVersionTests.swift",
        "ExecutableHelpers.swift",
        "ReadExternalTests.swift"
      ],
      "target_dependencies" : [
        "EmbeddedPropertyList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EmbeddedPropertyList",
      "module_type" : "SwiftTarget",
      "name" : "EmbeddedPropertyList",
      "path" : "Sources/EmbeddedPropertyList",
      "product_memberships" : [
        "EmbeddedPropertyList"
      ],
      "sources" : [
        "BundleVersion.swift",
        "EmbeddedPropertyListReader.swift",
        "ReadError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.