The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Plister, reference 0.0.1 (890470), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 12:03:49 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/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
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/JohnSundell/Files.git
[1/980] Fetching shellout
[178/2253] Fetching shellout, files
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.87s)
Fetched https://github.com/JohnSundell/Files.git from cache (0.88s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.0 (3.26s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 3.1.0 (0.65s)
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 3.1.0
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.2.0
========================================
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": "plister",
      "name": "Plister",
      "url": "https://github.com/designatednerd/plister.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/plister",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files.git",
          "version": "3.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "shellout",
          "name": "ShellOut",
          "url": "https://github.com/JohnSundell/ShellOut.git",
          "version": "2.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShellOut",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/designatednerd/plister.git
[1/20] Fetching plister
Fetched https://github.com/designatednerd/plister.git from cache (0.55s)
Fetching https://github.com/JohnSundell/Files.git from cache
Fetching https://github.com/JohnSundell/ShellOut.git from cache
Fetched https://github.com/JohnSundell/Files.git from cache (0.46s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.46s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 3.1.0 (0.53s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.2.1 (0.03s)
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
Creating working copy for https://github.com/designatednerd/plister.git
Working copy of https://github.com/designatednerd/plister.git resolved at 0.0.1 (890470e)
warning: '.resolve-product-dependencies': dependency 'plister' is not used by any target
Found 2 product dependencies
  - Files
  - ShellOut
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/designatednerd/plister.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/8] Emitting module ShellOut
[6/8] Compiling ShellOut ShellOut.swift
[7/8] Compiling Files Files.swift
[8/8] Emitting module Files
[9/10] Compiling Plister Plister.swift
[10/10] Emitting module Plister
Build complete! (5.20s)
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.