The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftUIGraphPlotLibrary with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Reference: v1.0.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary
 * tag               v1.0.5     -> FETCH_HEAD
HEAD is now at 59e26c6 Merge pull request #22 from KanshuYokoo/performmance
Cloned https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git into spi-builder-workspace
59e26c6f530d2d9f306b0cd23baca7140ef01f94
SUCCESS checkout https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git at v1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[1/13] Compiling SwiftUIGraphPlotLibrary GraphView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphView.swift:127:48: warning: non-constant range: argument must be an integer literal
                    ForEach(0..<self.plotTypes.count) { index in
                                               ^
[2/13] Compiling SwiftUIGraphPlotLibrary LeadingAxisView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphView.swift:127:48: warning: non-constant range: argument must be an integer literal
                    ForEach(0..<self.plotTypes.count) { index in
                                               ^
[3/13] Compiling SwiftUIGraphPlotLibrary Sequence+sorted.swift
[4/13] Compiling SwiftUIGraphPlotLibrary LineView.swift
[5/13] Compiling SwiftUIGraphPlotLibrary Numeric.swift
[6/14] Compiling SwiftUIGraphPlotLibrary GraphFrameView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphPlotView.swift:178:21: warning: non-constant range: argument must be an integer literal
        ForEach(0..<totalPlot) { index in
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphPlotView.swift:236:25: warning: non-constant range: argument must be an integer literal
            ForEach(0..<totalPlot) {
                        ^
[7/14] Compiling SwiftUIGraphPlotLibrary GraphPlotView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphPlotView.swift:178:21: warning: non-constant range: argument must be an integer literal
        ForEach(0..<totalPlot) { index in
                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIGraphPlotLibrary/GraphPlotView.swift:236:25: warning: non-constant range: argument must be an integer literal
            ForEach(0..<totalPlot) {
                        ^
[8/14] Compiling SwiftUIGraphPlotLibrary PlotData.swift
[9/14] Compiling SwiftUIGraphPlotLibrary BottomAxixView.swift
[10/14] Compiling SwiftUIGraphPlotLibrary Color+extention.swift
[11/14] Emitting module SwiftUIGraphPlotLibrary
[12/14] Compiling SwiftUIGraphPlotLibrary ProgressBar.swift
[13/14] Compiling SwiftUIGraphPlotLibrary SwiftUIGraphPlotLibrary.swift
[13/14] Linking libSwiftUIGraphPlotLibrary.dylib
Build complete! (7.16s)
Build complete.
Done.