The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TaskLoadingAggregate, reference v1.0.0-rc-2 (019e1e), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 15:36:09 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/Amnell/TaskLoadingAggregate.git
Reference: v1.0.0-rc-2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Amnell/TaskLoadingAggregate
 * tag               v1.0.0-rc-2 -> FETCH_HEAD
HEAD is now at 019e1e9 Use macos-12 in workflow (#1)
Cloned https://github.com/Amnell/TaskLoadingAggregate.git
Revision (git rev-parse @):
019e1e94a9eaf15ff8a5e9f399e93d752f7410b8
SUCCESS checkout https://github.com/Amnell/TaskLoadingAggregate.git at v1.0.0-rc-2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Amnell/TaskLoadingAggregate.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/6] Compiling TaskLoadingAggregate Task.swift
[4/6] Emitting module TaskLoadingAggregate
[5/6] Compiling TaskLoadingAggregate TaskLoadingAggregate.swift
[6/6] Compiling TaskLoadingAggregate Publisher.swift
Build complete! (7.45s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskLoadingAggregate",
  "name" : "TaskLoadingAggregate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "TaskLoadingAggregate",
      "targets" : [
        "TaskLoadingAggregate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskLoadingAggregateTests",
      "module_type" : "SwiftTarget",
      "name" : "TaskLoadingAggregateTests",
      "path" : "Tests/TaskLoadingAggregateTests",
      "sources" : [
        "TaskLoadingAggregateTests.swift"
      ],
      "target_dependencies" : [
        "TaskLoadingAggregate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaskLoadingAggregate",
      "module_type" : "SwiftTarget",
      "name" : "TaskLoadingAggregate",
      "path" : "Sources/TaskLoadingAggregate",
      "product_memberships" : [
        "TaskLoadingAggregate"
      ],
      "sources" : [
        "Extensions/Publisher.swift",
        "Extensions/Task.swift",
        "TaskLoadingAggregate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.