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 SwiftSeriesResampler, reference 1.0.2 (50a137), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 06:01:08 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/openalloc/SwiftSeriesResampler.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftSeriesResampler
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 50a137b rewrite some awkward phrasing
Cloned https://github.com/openalloc/SwiftSeriesResampler.git
Revision (git rev-parse @):
50a137b86fe7117258f61c74839009670ef089b0
SUCCESS checkout https://github.com/openalloc/SwiftSeriesResampler.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/openalloc/SwiftSeriesResampler.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/11] Compiling SeriesResampler Sequence+IsSorted.swift
[4/11] Compiling SeriesResampler LerpResampler.swift
[5/11] Compiling SeriesResampler LinearInterpolator.swift
[6/11] Compiling SeriesResampler Array+Normalize.swift
[7/11] Compiling SeriesResampler BaseIndiceResampler.swift
[8/11] Compiling SeriesResampler BaseResampler.swift
[9/11] Compiling SeriesResampler Array+MinAndMax.swift
[10/11] Emitting module SeriesResampler
[11/11] Compiling SeriesResampler AccelLerpResampler.swift
Build complete! (6.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftSeriesResampler",
  "name" : "SwiftSeriesResampler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SeriesResampler",
      "targets" : [
        "SeriesResampler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SeriesResamplerTests",
      "module_type" : "SwiftTarget",
      "name" : "SeriesResamplerTests",
      "path" : "Tests",
      "sources" : [
        "ArrayIsSortedTests.swift",
        "ArrayMinAndMaxTests.swift",
        "ArrayNormalizeTests.swift",
        "BaseSeriesSamplerTests.swift",
        "XCT+Array.swift"
      ],
      "target_dependencies" : [
        "SeriesResampler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SeriesResampler",
      "module_type" : "SwiftTarget",
      "name" : "SeriesResampler",
      "path" : "Sources",
      "product_memberships" : [
        "SeriesResampler"
      ],
      "sources" : [
        "AccelLerpResampler.swift",
        "Array+MinAndMax.swift",
        "Array+Normalize.swift",
        "BaseIndiceResampler.swift",
        "BaseResampler.swift",
        "LerpResampler.swift",
        "LinearInterpolator.swift",
        "Sequence+IsSorted.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.