The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TimeSeries, reference main (e006fa), with Swift 6.2 for Linux on 17 Apr 2026 00:24:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftStudies/TimeSeries.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e006faa Minor tweaks to refence package not library
Cloned https://github.com/SwiftStudies/TimeSeries.git
Revision (git rev-parse @):
e006faaae050fd81c34a68e7a368b0d41effc740
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftStudies/TimeSeries.git at main
========================================
Build
========================================
Selected platform:         linux
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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/20] Emitting module TimeSeries
[4/22] Compiling TimeSeries DataPoint.swift
[5/22] Compiling TimeSeries DataSeries.swift
[6/22] Compiling TimeSeries Dates.swift
[7/22] Compiling TimeSeries Summarizer.swift
[8/22] Compiling TimeSeries TimeSeries.swift
[9/22] Compiling TimeSeries CountIf.swift
[10/22] Compiling TimeSeries MeasureValue.swift
[11/22] Compiling TimeSeries Average.swift
[12/22] Compiling TimeSeries Count.swift
[13/22] Compiling TimeSeries IntervalGenerator.swift
[14/22] Compiling TimeSeries SeriesGenerator.swift
[15/22] Compiling TimeSeries SampleSeries.swift
[16/22] Compiling TimeSeries Sampleable.swift
[17/22] Compiling TimeSeries CalendarGenerator.swift
[18/22] Compiling TimeSeries Times.swift
[19/22] Compiling TimeSeries EventSeries.swift
[20/22] Compiling TimeSeries Interpolator.swift
[21/22] Compiling TimeSeries MinMax.swift
[22/22] Compiling TimeSeries SumSamples.swift
Build complete! (15.03s)
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",
        "SeriesGeneratorTests.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/Series/CalendarGenerator.swift",
        "TimeSeries/Series/IntervalGenerator.swift",
        "TimeSeries/Series/SeriesGenerator.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"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.