The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Reference: v1.0.5
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
Revision (git rev-parse @):
59e26c6f530d2d9f306b0cd23baca7140ef01f94
SUCCESS checkout https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git at v1.0.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--423B1241ED78D482.txt
[3/16] Compiling SwiftUIGraphPlotLibrary PlotData.swift
[4/17] Compiling SwiftUIGraphPlotLibrary SwiftUIGraphPlotLibrary.swift
[5/17] Compiling SwiftUIGraphPlotLibrary Sequence+sorted.swift
[6/17] Compiling SwiftUIGraphPlotLibrary GraphView.swift
/Users/admin/builds/J1XnyXFH/1/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
                                               ^
[7/17] Compiling SwiftUIGraphPlotLibrary LeadingAxisView.swift
/Users/admin/builds/J1XnyXFH/1/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
                                               ^
[8/17] Compiling SwiftUIGraphPlotLibrary LineView.swift
[9/17] Compiling SwiftUIGraphPlotLibrary Numeric.swift
[10/17] Emitting module SwiftUIGraphPlotLibrary
[11/17] Compiling SwiftUIGraphPlotLibrary GraphFrameView.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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) {
                        ^
[12/17] Compiling SwiftUIGraphPlotLibrary GraphPlotView.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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) {
                        ^
[13/17] Compiling SwiftUIGraphPlotLibrary ProgressBar.swift
[14/17] Compiling SwiftUIGraphPlotLibrary BottomAxixView.swift
[15/17] Compiling SwiftUIGraphPlotLibrary Color+extention.swift
[15/17] Write Objects.LinkFileList
[16/17] Linking libSwiftUIGraphPlotLibrary.dylib
Build complete! (6.28s)
Build complete.
Done.