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 ExtendedAttributes, reference main (98fb02), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:01:39 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/sindresorhus/ExtendedAttributes.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/ExtendedAttributes
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 98fb028 Add link to docs
Cloned https://github.com/sindresorhus/ExtendedAttributes.git
Revision (git rev-parse @):
98fb02886e708235221efc30be42a9fdfdc6fe6a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sindresorhus/ExtendedAttributes.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sindresorhus/ExtendedAttributes.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/7] Compiling ExtendedAttributes Utilities.swift
[4/7] Compiling ExtendedAttributes SystemMetadata.swift
[5/7] Compiling ExtendedAttributes ExtendedAttributes+Flags.swift
[6/7] Emitting module ExtendedAttributes
[7/7] Compiling ExtendedAttributes ExtendedAttributes.swift
Build complete! (4.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ExtendedAttributes",
  "name" : "ExtendedAttributes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ExtendedAttributes",
      "targets" : [
        "ExtendedAttributes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExtendedAttributesTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtendedAttributesTests",
      "path" : "Tests/ExtendedAttributesTests",
      "sources" : [
        "ExtendedAttributesTests.swift"
      ],
      "target_dependencies" : [
        "ExtendedAttributes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExtendedAttributes",
      "module_type" : "SwiftTarget",
      "name" : "ExtendedAttributes",
      "path" : "Sources/ExtendedAttributes",
      "product_memberships" : [
        "ExtendedAttributes"
      ],
      "sources" : [
        "ExtendedAttributes+Flags.swift",
        "ExtendedAttributes.swift",
        "SystemMetadata.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.