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: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NicFontana/SwiftUI-CustomTabView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6ef1961 chore: update README.md
Cloned https://github.com/NicFontana/SwiftUI-CustomTabView.git
Revision (git rev-parse @):
6ef1961612710f594eeaf669bf09484ccfebecce
SUCCESS checkout https://github.com/NicFontana/SwiftUI-CustomTabView.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftui-customtabview",
"name": "CustomTabView",
"url": "https://github.com/NicFontana/SwiftUI-CustomTabView.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-CustomTabView",
"dependencies": [
]
}
]
}
Fetching https://github.com/NicFontana/SwiftUI-CustomTabView.git
[1/106] Fetching swiftui-customtabview
Fetched https://github.com/NicFontana/SwiftUI-CustomTabView.git (0.32s)
Creating working copy for https://github.com/NicFontana/SwiftUI-CustomTabView.git
Working copy of https://github.com/NicFontana/SwiftUI-CustomTabView.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftui-customtabview' 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/9] Compiling CustomTabView KeyboardReadable.swift
[2/9] Compiling CustomTabView UITabBarControllerRepresentable.swift
[3/10] Compiling CustomTabView NSTabBarControllerRepresentable.swift
[4/10] Compiling CustomTabView BottomFloatingTabBarView.swift
/Users/builder/builds/TDmZkXJm/3/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomTabView/Example/BottomFloatingTabBarView.swift:70:8: note: enclosing scope here
struct BottomFloatingTabBarView_Previews: PreviewProvider {
^
[5/10] Emitting module CustomTabView
[6/10] Compiling CustomTabView CustomTabView.swift
[7/10] Compiling CustomTabView EnvironmentValues+TabBarPosition.swift
[8/10] Compiling CustomTabView Tab.swift
[9/10] Compiling CustomTabView TopIndicatorTabBarView.swift
[10/10] Compiling CustomTabView ExampleView.swift
Build complete! (11.64s)
Build complete.
Done.