The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swiftui-simple-table 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/darrarski/swiftui-simple-table.git
Reference: v0.3.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/darrarski/swiftui-simple-table
 * tag               v0.3.0     -> FETCH_HEAD
HEAD is now at 4301861 Move examples to a separate target
Cloned https://github.com/darrarski/swiftui-simple-table.git into spi-builder-workspace
4301861343ed15c42448d17a3c012224a3d38a1f
SUCCESS checkout https://github.com/darrarski/swiftui-simple-table.git at v0.3.0
========================================
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/6] Emitting module SimpleTable
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleTable/SimpleTableView.swift:62:19: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func scrollView<Content: View>(
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleTable/SimpleTableView.swift:4:31: note: 'Content' previously declared here
public struct SimpleTableView<Content>: View where Content: View {
                              ^
[2/6] Compiling SimpleTable SimpleTableCoordinateSpaceName.swift
[3/6] Compiling SimpleTable OnChangeModifier.swift
[4/6] Compiling SimpleTable SimpleTableHeaderViewModifier.swift
[5/6] Compiling SimpleTable SimpleTableLayout.swift
[6/6] Compiling SimpleTable SimpleTableView.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleTable/SimpleTableView.swift:62:19: warning: generic parameter 'Content' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  func scrollView<Content: View>(
                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SimpleTable/SimpleTableView.swift:4:31: note: 'Content' previously declared here
public struct SimpleTableView<Content>: View where Content: View {
                              ^
[7/11] Compiling SimpleTableExamples ShapesTableExample.swift
[8/11] Compiling SimpleTableExamples ColorsTableExample.swift
[9/11] Compiling SimpleTableExamples MultiplicationTableExample.swift
[10/11] Emitting module SimpleTableExamples
[11/11] Compiling SimpleTableExamples PeopleTableExample.swift
Build complete! (10.60s)
Build complete.
Done.