The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Background, reference main (fa91e3), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 09:37:52 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/ChimeHQ/Background.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Background
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fa91e36 Make sure to keep watchOS excluded
Cloned https://github.com/ChimeHQ/Background.git
Revision (git rev-parse @):
fa91e36048fa85748cbbb5af4c5de027ef6cb9e2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Background.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/Background.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/10] Compiling Background TaskScheduler.swift
[4/10] Compiling Background URLResponse+Utilities.swift
[5/10] Compiling Background URLSessionDelegateAdapter.swift
[6/10] Compiling Background Uploader.swift
[7/10] Compiling Background NetworkResponse.swift
[8/10] Compiling Background Downloader.swift
[9/10] Emitting module Background
[10/10] Compiling Background BackgroundTaskConfiguration.swift
Build complete! (4.82s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Background",
  "name" : "Background",
  "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" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Background",
      "targets" : [
        "Background"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BackgroundTests",
      "module_type" : "SwiftTarget",
      "name" : "BackgroundTests",
      "path" : "Tests/BackgroundTests",
      "sources" : [
        "BackgroundTests.swift",
        "HTTPHeaderTests.swift",
        "NetworkResponseTests.swift"
      ],
      "target_dependencies" : [
        "Background"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Background",
      "module_type" : "SwiftTarget",
      "name" : "Background",
      "path" : "Sources/Background",
      "product_memberships" : [
        "Background"
      ],
      "sources" : [
        "BackgroundTaskConfiguration.swift",
        "Downloader.swift",
        "NetworkResponse.swift",
        "TaskScheduler.swift",
        "URLResponse+Utilities.swift",
        "URLSessionDelegateAdapter.swift",
        "Uploader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.