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 Wells, reference 0.3.0 (1558d1), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:48:50 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/Wells.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Wells
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 1558d1b Retry support
Cloned https://github.com/ChimeHQ/Wells.git
Revision (git rev-parse @):
1558d1bbafc1c57060103c5194ffa3abf4a332e3
SUCCESS checkout https://github.com/ChimeHQ/Wells.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/Wells.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 Wells ReportLocationProvider.swift
[4/10] Compiling Wells Protocol+Helpers.swift
[5/10] Compiling Wells Data+compression.swift
[6/10] Emitting module Wells
[7/10] Compiling Wells WellsUploader.swift
[8/10] Compiling Wells WellsReporter.swift
[9/10] Compiling Wells FileManager+Helpers.swift
[10/10] Compiling Wells NetworkResponse.swift
Build complete! (4.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Wells",
  "name" : "Wells",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Wells",
      "targets" : [
        "Wells"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WellsTests",
      "module_type" : "SwiftTarget",
      "name" : "WellsTests",
      "path" : "Tests/WellsTests",
      "sources" : [
        "HTTPHeaderTests.swift",
        "NetworkResponseTests.swift"
      ],
      "target_dependencies" : [
        "Wells"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wells",
      "module_type" : "SwiftTarget",
      "name" : "Wells",
      "path" : "Sources/Wells",
      "product_memberships" : [
        "Wells"
      ],
      "sources" : [
        "Data+compression.swift",
        "FileManager+Helpers.swift",
        "NetworkResponse.swift",
        "Protocol+Helpers.swift",
        "ReportLocationProvider.swift",
        "WellsReporter.swift",
        "WellsUploader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.