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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4a39a5e add ReadMe the exsample of scatter plot
Cloned https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Revision (git rev-parse @):
4a39a5ebf63ef65d02b267feb393637a3fe0e9a1
SUCCESS checkout https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftuigraphplotlibrary",
      "name": "SwiftUIGraphPlotLibrary",
      "url": "https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIGraphPlotLibrary",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git from cache
Fetched https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git (0.15s)
Creating working copy for https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git
Working copy of https://github.com/KanshuYokoo/SwiftUIGraphPlotLibrary.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftuigraphplotlibrary' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling SwiftUIGraphPlotLibrary PlotData.swift
[2/13] Compiling SwiftUIGraphPlotLibrary GraphView.swift
/Users/builder/builds/TDmZkXJm/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
                                               ^
[3/13] Compiling SwiftUIGraphPlotLibrary LeadingAxisView.swift
/Users/builder/builds/TDmZkXJm/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
                                               ^
[4/13] Compiling SwiftUIGraphPlotLibrary BottomAxixView.swift
[5/13] Compiling SwiftUIGraphPlotLibrary Color+extention.swift
[6/13] Compiling SwiftUIGraphPlotLibrary ProgressBar.swift
[7/13] Compiling SwiftUIGraphPlotLibrary GraphFrameView.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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) {
                        ^
[8/13] Compiling SwiftUIGraphPlotLibrary GraphPlotView.swift
/Users/builder/builds/TDmZkXJm/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/builder/builds/TDmZkXJm/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) {
                        ^
[9/13] Compiling SwiftUIGraphPlotLibrary Sequence+sorted.swift
[10/13] Emitting module SwiftUIGraphPlotLibrary
[11/13] Compiling SwiftUIGraphPlotLibrary LineView.swift
[12/13] Compiling SwiftUIGraphPlotLibrary Numeric.swift
[13/14] Compiling SwiftUIGraphPlotLibrary SwiftUIGraphPlotLibrary.swift
[13/14] Linking libSwiftUIGraphPlotLibrary.dylib
Build complete! (11.67s)
Build complete.
Done.