The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Plister, reference 0.0.1 (890470), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 15:42:16 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/designatednerd/plister.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/designatednerd/plister
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at 890470e reset per test
Cloned https://github.com/designatednerd/plister.git
Revision (git rev-parse @):
890470e5ba385af059c6836a6996fed436d9f8c8
SUCCESS checkout https://github.com/designatednerd/plister.git at 0.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/designatednerd/plister.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/8] Compiling ShellOut ShellOut.swift
[6/8] Emitting module ShellOut
[7/8] Emitting module Files
[8/8] Compiling Files Files.swift
[9/10] Compiling Plister Plister.swift
[10/10] Emitting module Plister
Build complete! (7.71s)
Fetching https://github.com/JohnSundell/Files.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/1248] Fetching files
[214/2228] Fetching files, shellout
Fetched https://github.com/JohnSundell/Files.git from cache (0.83s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.83s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 3.1.0 (1.37s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.1 (1.86s)
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.2.1
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 3.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "3.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files.git"
    },
    {
      "identity" : "shellout",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "2.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/ShellOut.git"
    }
  ],
  "manifest_display_name" : "Plister",
  "name" : "Plister",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Plister",
      "targets" : [
        "Plister"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlisterTests",
      "module_type" : "SwiftTarget",
      "name" : "PlisterTests",
      "path" : "Tests/PlisterTests",
      "product_dependencies" : [
        "Files",
        "ShellOut"
      ],
      "sources" : [
        "File+Reset.swift",
        "PlisterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Plister"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Plister",
      "module_type" : "SwiftTarget",
      "name" : "Plister",
      "path" : "Sources/Plister",
      "product_dependencies" : [
        "Files",
        "ShellOut"
      ],
      "product_memberships" : [
        "Plister"
      ],
      "sources" : [
        "Plister.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.