The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EmbeddedPropertyList, reference 2.0.2 (21bd83), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 01:30:07 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/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
========================================
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": "embeddedpropertylist",
      "name": "EmbeddedPropertyList",
      "url": "https://github.com/trilemma-dev/EmbeddedPropertyList.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EmbeddedPropertyList",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/trilemma-dev/EmbeddedPropertyList.git
[1/157] Fetching embeddedpropertylist
Fetched https://github.com/trilemma-dev/EmbeddedPropertyList.git from cache (0.71s)
Creating working copy for https://github.com/trilemma-dev/EmbeddedPropertyList.git
Working copy of https://github.com/trilemma-dev/EmbeddedPropertyList.git resolved at 2.0.2 (21bd832)
warning: '.resolve-product-dependencies': dependency 'embeddedpropertylist' 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/trilemma-dev/EmbeddedPropertyList.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/6] Compiling EmbeddedPropertyList BundleVersion.swift
[4/6] Compiling EmbeddedPropertyList ReadError.swift
[5/6] Emitting module EmbeddedPropertyList
[6/6] Compiling EmbeddedPropertyList EmbeddedPropertyListReader.swift
Build complete! (3.78s)
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.