The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of EmbeddedPropertyList, reference 2.0.2 (21bd83), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:08:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trilemma-dev/EmbeddedPropertyList.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/trilemma-dev/EmbeddedPropertyList
 * tag               2.0.2      -> FETCH_HEAD
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 2.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/trilemma-dev/EmbeddedPropertyList.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling EmbeddedPropertyList ReadError.swift
[4/6] Compiling EmbeddedPropertyList BundleVersion.swift
[5/6] Emitting module EmbeddedPropertyList
[6/6] Compiling EmbeddedPropertyList EmbeddedPropertyListReader.swift
Build complete! (3.51s)
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.