Build Information
Successful build of SwiftSeriesResampler, reference main (2aa46f
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 01:45:45 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftSeriesResampler.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftSeriesResampler
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2aa46f1 Simplify See Also section of README
Cloned https://github.com/openalloc/SwiftSeriesResampler.git
Revision (git rev-parse @):
2aa46f1d0c007085727eb61f2018d2aad83e92bc
SUCCESS checkout https://github.com/openalloc/SwiftSeriesResampler.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftseriesresampler",
"name": "SwiftSeriesResampler",
"url": "https://github.com/openalloc/SwiftSeriesResampler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSeriesResampler",
"dependencies": [
]
}
]
}
Fetching https://github.com/openalloc/SwiftSeriesResampler.git
[1/65] Fetching swiftseriesresampler
Fetched https://github.com/openalloc/SwiftSeriesResampler.git from cache (0.90s)
Creating working copy for https://github.com/openalloc/SwiftSeriesResampler.git
Working copy of https://github.com/openalloc/SwiftSeriesResampler.git resolved at main (2aa46f1)
warning: '.resolve-product-dependencies': dependency 'swiftseriesresampler' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/openalloc/SwiftSeriesResampler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/11] Compiling SeriesResampler Sequence+IsSorted.swift
[4/11] Compiling SeriesResampler LerpResampler.swift
[5/11] Compiling SeriesResampler LinearInterpolator.swift
[6/11] Compiling SeriesResampler BaseIndiceResampler.swift
[7/11] Compiling SeriesResampler Array+MinAndMax.swift
[8/11] Compiling SeriesResampler BaseResampler.swift
[9/11] Compiling SeriesResampler Array+Normalize.swift
[10/11] Compiling SeriesResampler AccelLerpResampler.swift
[11/11] Emitting module SeriesResampler
Build complete! (12.93s)
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.7"
}
Done.