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 TimeSeries, reference 1.0.5 (79bc21), with Swift 6.2 (beta) for Android on 21 Jun 2025 22:05:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftStudies/TimeSeries.git
Reference: 1.0.5
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/SwiftStudies/TimeSeries
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 79bc211 Added new computed properties to DataSeries to get the oldest or newest datapoints
Cloned https://github.com/SwiftStudies/TimeSeries.git
Revision (git rev-parse @):
79bc2111eb97c31654b09230885a7d16a7c1bfd4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftStudies/TimeSeries.git at 1.0.5
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftStudies/TimeSeries.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/17] Compiling TimeSeries MinMax.swift
[4/17] Compiling TimeSeries SumSamples.swift
[5/19] Compiling TimeSeries Average.swift
[6/19] Compiling TimeSeries Count.swift
[7/19] Compiling TimeSeries SampleSeries.swift
[8/19] Compiling TimeSeries Sampleable.swift
[9/19] Compiling TimeSeries Dates.swift
[10/19] Compiling TimeSeries Times.swift
[11/19] Emitting module TimeSeries
[12/19] Compiling TimeSeries DataPoint.swift
[13/19] Compiling TimeSeries DataSeries.swift
[14/19] Compiling TimeSeries EventSeries.swift
[15/19] Compiling TimeSeries Interpolator.swift
[16/19] Compiling TimeSeries CountIf.swift
[17/19] Compiling TimeSeries MeasureValue.swift
[18/19] Compiling TimeSeries Summarizer.swift
[19/19] Compiling TimeSeries TimeSeries.swift
Build complete! (12.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TimeSeries",
  "name" : "TimeSeries",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "TimeSeries",
      "targets" : [
        "TimeSeries"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TimeSeriesTests",
      "module_type" : "SwiftTarget",
      "name" : "TimeSeriesTests",
      "path" : "Tests/TimeSeriesTests",
      "sources" : [
        "DataSeriesTests.swift",
        "DateTests.swift",
        "InterpolatorTests.swift",
        "SampleSeriesTests.swift",
        "SampleTests.swift",
        "SummarizerTests.swift",
        "TimeSeriesTests.swift",
        "ValueTests.swift"
      ],
      "target_dependencies" : [
        "TimeSeries"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TimeSeries",
      "module_type" : "SwiftTarget",
      "name" : "TimeSeries",
      "path" : "Sources/TimeSeries",
      "product_memberships" : [
        "TimeSeries"
      ],
      "sources" : [
        "DataSeries/DataPoint.swift",
        "DataSeries/DataSeries.swift",
        "Date and Time/Dates.swift",
        "Date and Time/Times.swift",
        "Event Series/EventSeries.swift",
        "Samples/Interpolator.swift",
        "Samples/SampleSeries.swift",
        "Samples/Sampleable.swift",
        "TimeSeries/Summarizers/Average.swift",
        "TimeSeries/Summarizers/Count.swift",
        "TimeSeries/Summarizers/CountIf.swift",
        "TimeSeries/Summarizers/MeasureValue.swift",
        "TimeSeries/Summarizers/MinMax.swift",
        "TimeSeries/Summarizers/SumSamples.swift",
        "TimeSeries/Summarizers/Summarizer.swift",
        "TimeSeries/TimeSeries.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.