Build Information
Successful build of CustomTabView 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/NicFontana/SwiftUI-CustomTabView.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NicFontana/SwiftUI-CustomTabView
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 62b53a6 chore: update README.md
Cloned https://github.com/NicFontana/SwiftUI-CustomTabView.git
Revision (git rev-parse @):
62b53a657f75fd0c2eaee361f2956ad2e34f353e
SUCCESS checkout https://github.com/NicFontana/SwiftUI-CustomTabView.git at v1.0.0
error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
========================================
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/9] Compiling CustomTabView UITabBarControllerRepresentable.swift
[2/9] Compiling CustomTabView KeyboardReadable.swift
[3/10] Compiling CustomTabView NSTabBarControllerRepresentable.swift
[4/10] Compiling CustomTabView ExampleView.swift
[5/10] Compiling CustomTabView Tab.swift
[6/10] Compiling CustomTabView CustomTabView.swift
[7/10] Compiling CustomTabView EnvironmentValues+TabBarPosition.swift
[8/10] Compiling CustomTabView BottomFloatingTabBarView.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomTabView/Example/BottomFloatingTabBarView.swift:72:12: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
if #available(macOS 11.0, iOS 14.0, *) {
^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomTabView/Example/BottomFloatingTabBarView.swift:70:8: note: enclosing scope here
struct BottomFloatingTabBarView_Previews: PreviewProvider {
^
[9/10] Emitting module CustomTabView
[10/10] Compiling CustomTabView TopIndicatorTabBarView.swift
Build complete! (16.91s)
Build complete.
Done.