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 Prefire, reference main (3d6d72), with Swift 6.1 for macOS (SPM) on 26 Jun 2025 19:58:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BarredEwe/Prefire.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BarredEwe/Prefire
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d6d722 Merge pull request #128 from gabriel/gabriel/macos
Cloned https://github.com/BarredEwe/Prefire.git
Revision (git rev-parse @):
3d6d7224bcea3f02ad7efc06c56fb34c1f8bfa4d
SUCCESS checkout https://github.com/BarredEwe/Prefire.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "prefire",
      "name": "Prefire",
      "url": "https://github.com/BarredEwe/Prefire.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Prefire",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BarredEwe/Prefire.git
[1/3150] Fetching prefire
Fetched https://github.com/BarredEwe/Prefire.git from cache (3.63s)
Creating working copy for https://github.com/BarredEwe/Prefire.git
Working copy of https://github.com/BarredEwe/Prefire.git resolved at main (3d6d722)
warning: '.resolve-product-dependencies': dependency 'prefire' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/BarredEwe/Prefire.git
https://github.com/BarredEwe/Prefire.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Prefire",
  "name" : "Prefire",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Prefire",
      "targets" : [
        "Prefire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefirePlaybookPlugin",
      "targets" : [
        "PrefirePlaybookPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "PrefireTestsPlugin",
      "targets" : [
        "PrefireTestsPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrefireTestsPlugin",
      "module_type" : "PluginTarget",
      "name" : "PrefireTestsPlugin",
      "path" : "Plugins/PrefireTestsPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PrefireTestsPlugin"
      ],
      "sources" : [
        "Plugin.swift",
        "TestedTargetFinder.swift"
      ],
      "target_dependencies" : [
        "PrefireBinary",
        "PrefireSourcery"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PrefireSourcery",
      "module_type" : "BinaryTarget",
      "name" : "PrefireSourcery",
      "path" : "PrefireExecutable/Binaries/PrefireSourcery.artifactbundle",
      "product_memberships" : [
        "PrefirePlaybookPlugin",
        "PrefireTestsPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "PrefirePlaybookPlugin",
      "module_type" : "PluginTarget",
      "name" : "PrefirePlaybookPlugin",
      "path" : "Plugins/PrefirePlaybookPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PrefirePlaybookPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PrefireBinary",
        "PrefireSourcery"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PrefireBinary",
      "module_type" : "BinaryTarget",
      "name" : "PrefireBinary",
      "path" : "Binaries/PrefireBinary.artifactbundle",
      "product_memberships" : [
        "PrefirePlaybookPlugin",
        "PrefireTestsPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Prefire",
      "module_type" : "SwiftTarget",
      "name" : "Prefire",
      "path" : "Sources/Prefire",
      "product_memberships" : [
        "Prefire"
      ],
      "sources" : [
        "Playbook/LoadingTimeModifier.swift",
        "Playbook/PlaybookView.swift",
        "Playbook/Scale.swift",
        "Playbook/TransformIf.swift",
        "Preview/AppKit.swift",
        "Preview/PreferenceKeys.swift",
        "Preview/PrefireProvider.swift",
        "Preview/PrefireSnapshot.swift",
        "Preview/PreviewLayout+Equatable.swift",
        "Preview/PreviewModel.swift",
        "Preview/View+Prefire.swift",
        "Preview/ViewRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin PrefireTestsPlugin
[2/2] Compiling plugin PrefirePlaybookPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/16] Compiling Prefire PrefireSnapshot.swift
[6/16] Compiling Prefire PreviewLayout+Equatable.swift
[7/17] Compiling Prefire PreviewModel.swift
[8/17] Compiling Prefire View+Prefire.swift
[9/17] Compiling Prefire LoadingTimeModifier.swift
[10/17] Compiling Prefire PlaybookView.swift
[11/17] Compiling Prefire Scale.swift
[12/17] Compiling Prefire TransformIf.swift
[13/17] Compiling Prefire PreferenceKeys.swift
[14/17] Compiling Prefire PrefireProvider.swift
[15/17] Compiling Prefire AppKit.swift
[16/17] Emitting module Prefire
[17/17] Compiling Prefire ViewRepresentable.swift
Build complete! (13.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Prefire",
  "name" : "Prefire",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Prefire",
      "targets" : [
        "Prefire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PrefirePlaybookPlugin",
      "targets" : [
        "PrefirePlaybookPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "PrefireTestsPlugin",
      "targets" : [
        "PrefireTestsPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrefireTestsPlugin",
      "module_type" : "PluginTarget",
      "name" : "PrefireTestsPlugin",
      "path" : "Plugins/PrefireTestsPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PrefireTestsPlugin"
      ],
      "sources" : [
        "Plugin.swift",
        "TestedTargetFinder.swift"
      ],
      "target_dependencies" : [
        "PrefireBinary",
        "PrefireSourcery"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PrefireSourcery",
      "module_type" : "BinaryTarget",
      "name" : "PrefireSourcery",
      "path" : "PrefireExecutable/Binaries/PrefireSourcery.artifactbundle",
      "product_memberships" : [
        "PrefirePlaybookPlugin",
        "PrefireTestsPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "PrefirePlaybookPlugin",
      "module_type" : "PluginTarget",
      "name" : "PrefirePlaybookPlugin",
      "path" : "Plugins/PrefirePlaybookPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "PrefirePlaybookPlugin"
      ],
      "sources" : [
        "Plugin.swift"
      ],
      "target_dependencies" : [
        "PrefireBinary",
        "PrefireSourcery"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "PrefireBinary",
      "module_type" : "BinaryTarget",
      "name" : "PrefireBinary",
      "path" : "Binaries/PrefireBinary.artifactbundle",
      "product_memberships" : [
        "PrefirePlaybookPlugin",
        "PrefireTestsPlugin"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Prefire",
      "module_type" : "SwiftTarget",
      "name" : "Prefire",
      "path" : "Sources/Prefire",
      "product_memberships" : [
        "Prefire"
      ],
      "sources" : [
        "Playbook/LoadingTimeModifier.swift",
        "Playbook/PlaybookView.swift",
        "Playbook/Scale.swift",
        "Playbook/TransformIf.swift",
        "Preview/AppKit.swift",
        "Preview/PreferenceKeys.swift",
        "Preview/PrefireProvider.swift",
        "Preview/PrefireSnapshot.swift",
        "Preview/PreviewLayout+Equatable.swift",
        "Preview/PreviewModel.swift",
        "Preview/View+Prefire.swift",
        "Preview/ViewRepresentable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.