The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Tabman, reference main (3b2213), with Swift 6.1 for iOS using Xcode 16.3 on 28 Apr 2025 15:21:20 UTC.

Swift 6 data race errors: 37

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Tabman -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarIndicator/Types/TMChevronBarIndicator.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarIndicator/Types/TMDotBarIndicator.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarIndicator/Types/TMLineBarIndicator.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:16:16: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
    public var image: UIImage? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:23:16: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
    public var selectedImage: UIImage? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:30:16: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
    public var badgeValue: String? {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationItem.h:89:60: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nonatomic, readwrite, copy, nullable) NSString *title;
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:12:29: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UINavigationItem: TMBarItemable {
                            ^
                            @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:26:62: warning: main actor-isolated property 'title' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,copy)             NSString    *title;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/UIKit+TMBarItemable.swift:39:25: note: add '@preconcurrency' to the 'TMBarItemable' conformance to defer isolation checking to run time
extension UITabBarItem: TMBarItemable {
                        ^
                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:23:9: note: requirement 'title' declared here
    var title: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBarItem.h:27:62: warning: main actor-isolated property 'image' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong)           UIImage     *image;        // default is nil
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:28:9: note: requirement 'image' declared here
    var image: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:47:48: warning: main actor-isolated property 'selectedImage' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic,strong) UIImage *selectedImage API_AVAILABLE(ios(7.0));
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:33:9: note: requirement 'selectedImage' declared here
    var selectedImage: UIImage? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarItem.h:49:48: warning: main actor-isolated property 'badgeValue' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property(nullable, nonatomic, copy) NSString *badgeValue;    // default is nil
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:36:9: note: requirement 'badgeValue' declared here
    var badgeValue: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:64:49: warning: main actor-isolated property 'accessibilityLabel' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityLabel API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:39:9: note: requirement 'accessibilityLabel' declared here
    var accessibilityLabel: String? { get set }
        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccessibility.h:79:49: warning: main actor-isolated property 'accessibilityHint' cannot be used to satisfy nonisolated requirement from protocol 'TMBarItemable'; this is an error in the Swift 6 language mode
@property (nullable, nonatomic, copy) NSString *accessibilityHint API_UNAVAILABLE(watchos) NS_SWIFT_UI_ACTOR;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarItem/TMBarItem.swift:42:9: note: requirement 'accessibilityHint' declared here
    var accessibilityHint: String? { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:43:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let view = UIView()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:173:53: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            self.widthConstraint = view.widthAnchor.constraint(equalTo: insetGuides.content.widthAnchor)
                                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:170:10: note: add '@MainActor' to make instance method 'update(for:)' part of global actor 'MainActor'
    func update(for contentMode: ContentMode) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:173:41: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.widthConstraint = view.widthAnchor.constraint(equalTo: insetGuides.content.widthAnchor)
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:170:10: note: add '@MainActor' to make instance method 'update(for:)' part of global actor 'MainActor'
    func update(for contentMode: ContentMode) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:173:93: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            self.widthConstraint = view.widthAnchor.constraint(equalTo: insetGuides.content.widthAnchor)
                                                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:170:10: note: add '@MainActor' to make instance method 'update(for:)' part of global actor 'MainActor'
    func update(for contentMode: ContentMode) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:174:30: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            widthConstraint?.isActive = true
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:170:10: note: add '@MainActor' to make instance method 'update(for:)' part of global actor 'MainActor'
    func update(for contentMode: ContentMode) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:177:30: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            widthConstraint?.isActive = false
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayout.swift:170:10: note: add '@MainActor' to make instance method 'update(for:)' part of global actor 'MainActor'
    func update(for contentMode: ContentMode) {
         ^
    @MainActor
SwiftDriverJobDiscovery normal arm64 Compiling PageboyViewController+ScrollDetection.swift, PageboyViewController+Updating.swift, PageboyViewController.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64 Compiling\ TMBarViewContentInsetGuides.swift,\ TMBarViewFocusProvider.swift,\ TMBarViewFocusRect.swift,\ TMBarViewLayoutGrid.swift,\ TMBarViewScrollHandler.swift,\ TMBarViewUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewFocusProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewFocusRect.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewLayoutGrid.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewScrollHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift (in target 'Tabman' from project 'Tabman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:19:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let leadingInset: UILayoutGuide = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:27:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let trailingInset: UILayoutGuide = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:35:16: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    public let content: UILayoutGuide = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:44:26: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            leadingWidth.constant = insets.left
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:45:27: warning: main actor-isolated property 'constant' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            trailingWidth.constant = insets.right
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:178:19: note: mutation of this property is only permitted within the actor
@property CGFloat constant;
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:52:17: warning: call to main actor-isolated instance method 'addLayoutGuide' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        barView.addLayoutGuide(leadingInset)
                ^
UIKit.UIView.addLayoutGuide:3:24: note: calls to instance method 'addLayoutGuide' from outside of its actor context are implicitly asynchronous
  @MainActor open func addLayoutGuide(_ layoutGuide: UILayoutGuide)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:53:17: warning: call to main actor-isolated instance method 'addLayoutGuide' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        barView.addLayoutGuide(content)
                ^
UIKit.UIView.addLayoutGuide:3:24: note: calls to instance method 'addLayoutGuide' from outside of its actor context are implicitly asynchronous
  @MainActor open func addLayoutGuide(_ layoutGuide: UILayoutGuide)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:54:17: warning: call to main actor-isolated instance method 'addLayoutGuide' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        barView.addLayoutGuide(trailingInset)
                ^
UIKit.UIView.addLayoutGuide:3:24: note: calls to instance method 'addLayoutGuide' from outside of its actor context are implicitly asynchronous
  @MainActor open func addLayoutGuide(_ layoutGuide: UILayoutGuide)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:56:49: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        leadingWidth = leadingInset.widthAnchor.constraint(equalToConstant: insets.left)
                                                ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:56:37: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        leadingWidth = leadingInset.widthAnchor.constraint(equalToConstant: insets.left)
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:57:51: warning: call to main actor-isolated instance method 'constraint(equalToConstant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        trailingWidth = trailingInset.widthAnchor.constraint(equalToConstant: insets.right)
                                                  ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalToConstant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalToConstant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:57:39: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        trailingWidth = trailingInset.widthAnchor.constraint(equalToConstant: insets.right)
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:59:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:60:40: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.leadingAnchor.constraint(equalTo: barView.safeAreaLeadingAnchor),
                                       ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:60:26: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.leadingAnchor.constraint(equalTo: barView.safeAreaLeadingAnchor),
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:60:68: warning: main actor-isolated property 'safeAreaLeadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.leadingAnchor.constraint(equalTo: barView.safeAreaLeadingAnchor),
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIView+LayoutGuide.swift:37:9: note: property declared here
    var safeAreaLeadingAnchor: NSLayoutXAxisAnchor {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:61:36: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:61:26: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:61:64: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            leadingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:62:35: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.leadingAnchor.constraint(equalTo: leadingInset.trailingAnchor),
                                  ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:62:21: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.leadingAnchor.constraint(equalTo: leadingInset.trailingAnchor),
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:62:68: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.leadingAnchor.constraint(equalTo: leadingInset.trailingAnchor),
                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:63:31: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.topAnchor.constraint(equalTo: barView.topAnchor),
                              ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:63:21: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.topAnchor.constraint(equalTo: barView.topAnchor),
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:63:59: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.topAnchor.constraint(equalTo: barView.topAnchor),
                                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:64:36: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.trailingAnchor.constraint(equalTo: trailingInset.leadingAnchor),
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:64:21: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.trailingAnchor.constraint(equalTo: trailingInset.leadingAnchor),
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:64:70: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.trailingAnchor.constraint(equalTo: trailingInset.leadingAnchor),
                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:46:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:65:42: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.trailingAnchor.constraint(equalTo: barView.safeAreaTrailingAnchor),
                                         ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:65:27: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.trailingAnchor.constraint(equalTo: barView.safeAreaTrailingAnchor),
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:47:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:65:70: warning: main actor-isolated property 'safeAreaTrailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.trailingAnchor.constraint(equalTo: barView.safeAreaTrailingAnchor),
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIView+LayoutGuide.swift:32:9: note: property declared here
    var safeAreaTrailingAnchor: NSLayoutXAxisAnchor {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:66:37: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:66:27: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:50:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor;
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewContentInsetGuides.swift:66:65: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            trailingInset.topAnchor.constraint(equalTo: barView.topAnchor),
                                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewFocusProvider.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewFocusRect.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewLayoutGrid.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewScrollHandler.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewScrollHandler.swift:25:20: warning: main actor-isolated property 'delegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        scrollView.delegate = self
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:93:68: note: mutation of this property is only permitted within the actor
@property(nullable,nonatomic,weak) id<UIScrollViewDelegate>        delegate;                       // default nil. weak reference
                                                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:84:20: warning: call to main actor-isolated class method 'animate(withDuration:animations:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: animation.duration) {
                   ^
UIKit.UIView.animate:3:30: note: calls to class method 'animate(withDuration:animations:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:74:10: note: add '@MainActor' to make instance method 'update(component:action:)' part of global actor 'MainActor'
    func update(component: TMTransitionStyleable, action: @escaping (Context) -> Void) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:104:80: warning: main actor-isolated property 'contentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                       maxArea: CGRect(origin: .zero, size: barView.scrollView.contentSize),
                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScrollView.h:56:59: note: property declared here
@property(nonatomic)         CGSize                       contentSize;                    // default CGSizeZero
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:99:18: note: add '@MainActor' to make instance method 'generateContext(for:)' part of global actor 'MainActor'
    private func generateContext(for transitionStyle: TMTransitionStyle) -> Context {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:106:48: warning: call to main actor-isolated class method 'userInterfaceLayoutDirection(for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                       layoutDirection: UIView.userInterfaceLayoutDirection(for: barView.semanticContentAttribute))
                                               ^
UIKit.UIView.userInterfaceLayoutDirection:3:30: note: calls to class method 'userInterfaceLayoutDirection(for:)' from outside of its actor context are implicitly asynchronous
  @MainActor open class func userInterfaceLayoutDirection(for attribute: UISemanticContentAttribute) -> UIUserInterfaceLayoutDirection}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:99:18: note: add '@MainActor' to make instance method 'generateContext(for:)' part of global actor 'MainActor'
    private func generateContext(for transitionStyle: TMTransitionStyle) -> Context {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:106:90: warning: main actor-isolated property 'semanticContentAttribute' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                       layoutDirection: UIView.userInterfaceLayoutDirection(for: barView.semanticContentAttribute))
                                                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:169:50: note: property declared here
@property (nonatomic) UISemanticContentAttribute semanticContentAttribute API_AVAILABLE(ios(9.0));
                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:99:18: note: add '@MainActor' to make instance method 'generateContext(for:)' part of global actor 'MainActor'
    private func generateContext(for transitionStyle: TMTransitionStyle) -> Context {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:155:44: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let focusArea = barView.layoutGrid.convert(barView.layout.focusArea(for: position, capacity: capacity),
                                           ^
UIKit.UIView.convert:3:24: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func convert(_ rect: CGRect, from coordinateSpace: any UICoordinateSpace) -> CGRect}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:154:18: note: add '@MainActor' to make instance method 'makeFocusArea(for:capacity:)' part of global actor 'MainActor'
    private func makeFocusArea(for position: CGFloat, capacity: Int) -> CGRect {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:155:33: warning: main actor-isolated property 'layoutGrid' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let focusArea = barView.layoutGrid.convert(barView.layout.focusArea(for: position, capacity: capacity),
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:40:31: note: property declared here
    internal private(set) var layoutGrid: TMBarViewLayoutGrid!
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:154:18: note: add '@MainActor' to make instance method 'makeFocusArea(for:capacity:)' part of global actor 'MainActor'
    private func makeFocusArea(for position: CGFloat, capacity: Int) -> CGRect {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:155:60: warning: main actor-isolated property 'layout' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let focusArea = barView.layoutGrid.convert(barView.layout.focusArea(for: position, capacity: capacity),
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:56:34: note: property declared here
    public private(set) lazy var layout = Layout()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:154:18: note: add '@MainActor' to make instance method 'makeFocusArea(for:capacity:)' part of global actor 'MainActor'
    private func makeFocusArea(for position: CGFloat, capacity: Int) -> CGRect {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:156:60: warning: main actor-isolated property 'layout' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                                             from: barView.layout.view)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:56:34: note: property declared here
    public private(set) lazy var layout = Layout()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:154:18: note: add '@MainActor' to make instance method 'makeFocusArea(for:capacity:)' part of global actor 'MainActor'
    private func makeFocusArea(for position: CGFloat, capacity: Int) -> CGRect {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:158:17: warning: call to main actor-isolated instance method 'layoutIfNeeded()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        barView.layoutIfNeeded()
                ^
UIKit.UIView.layoutIfNeeded:2:22: note: calls to instance method 'layoutIfNeeded()' from outside of its actor context are implicitly asynchronous
@MainActor open func layoutIfNeeded()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:154:18: note: add '@MainActor' to make instance method 'makeFocusArea(for:capacity:)' part of global actor 'MainActor'
    private func makeFocusArea(for position: CGFloat, capacity: Int) -> CGRect {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:84:20: warning: sending value of non-Sendable type '() -> ()' risks causing data races; this is an error in the Swift 6 language mode
            UIView.animate(withDuration: animation.duration) {
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewUpdateHandler.swift:84:20: note: sending task-isolated value of non-Sendable type '() -> ()' to main actor-isolated class method 'animate(withDuration:animations:)' risks causing races in between task-isolated and main actor-isolated uses
            UIView.animate(withDuration: animation.duration) {
                   ^
SwiftCompile normal arm64 Compiling\ TMBarButtonCollection.swift,\ TMBarButtonController.swift,\ TMBarButtonInteractionController.swift,\ TMBarButtonStateController.swift,\ TMBarButton+None.swift,\ TMLabelBarButton.swift,\ TMTabItemBarButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonCollection.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonController.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMBarButton+None.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMLabelBarButton.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMTabItemBarButton.swift (in target 'Tabman' from project 'Tabman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonCollection.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonCollection.swift:77:55: warning: main actor-isolated property 'item' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard let index = all.firstIndex(where: { ($0.item === item) }) else {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:31:16: note: property declared here
    public let item: TMBarItemable
               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonController.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift:32:20: warning: call to main actor-isolated instance method 'addTarget(_:action:for:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            button.addTarget(self, action: #selector(barButtonPressed(_:)), for: .touchUpInside)
                   ^
UIKit.UIControl.addTarget:2:22: note: calls to instance method 'addTarget(_:action:for:)' from outside of its actor context are implicitly asynchronous
@MainActor open func addTarget(_ target: Any?, action: Selector, for controlEvents: UIControl.Event)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift:32:20: warning: sending value of non-Sendable type 'TMBarButtonInteractionController' risks causing data races; this is an error in the Swift 6 language mode
            button.addTarget(self, action: #selector(barButtonPressed(_:)), for: .touchUpInside)
            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift:32:20: note: sending task-isolated value of non-Sendable type 'TMBarButtonInteractionController' to main actor-isolated instance method 'addTarget(_:action:for:)' risks causing races in between task-isolated and main actor-isolated uses
            button.addTarget(self, action: #selector(barButtonPressed(_:)), for: .touchUpInside)
                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:19:27: warning: main actor-isolated property 'selectionState' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                oldValue?.selectionState = .unselected
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:75:16: note: mutation of this property is only permitted within the actor
    public var selectionState: SelectionState = .unselected {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:21:29: warning: main actor-isolated property 'selectionState' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            selectedButton?.selectionState = .selected
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:75:16: note: mutation of this property is only permitted within the actor
    public var selectionState: SelectionState = .unselected {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:29:33: warning: main actor-isolated property 'selectionState' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        barButtons.forEach({ $0.selectionState = .unselected })
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:75:16: note: mutation of this property is only permitted within the actor
    public var selectionState: SelectionState = .unselected {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:55:23: warning: main actor-isolated property 'selectionState' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        targetButton?.selectionState = .from(rawValue: directionalProgress)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:75:16: note: mutation of this property is only permitted within the actor
    public var selectionState: SelectionState = .unselected {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:34:10: note: add '@MainActor' to make instance method 'update(for:direction:)' part of global actor 'MainActor'
    func update(for position: CGFloat, direction: TMBarUpdateDirection) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:62:26: warning: main actor-isolated property 'selectionState' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        oldTargetButton?.selectionState = .from(rawValue: progressComplement)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButton.swift:75:16: note: mutation of this property is only permitted within the actor
    public var selectionState: SelectionState = .unselected {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonStateController.swift:34:10: note: add '@MainActor' to make instance method 'update(for:direction:)' part of global actor 'MainActor'
    func update(for position: CGFloat, direction: TMBarUpdateDirection) {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMBarButton+None.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMLabelBarButton.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/Types/TMTabItemBarButton.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGRect+Interpolation.swift,\ UIColor+Interpolation.swift,\ AnimateableLabel.swift,\ EdgeFadedView.swift,\ GestureScrollView.swift,\ ViewTitleViewContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Extensions/CGRect+Interpolation.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Extensions/UIColor+Interpolation.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/AnimateableLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/EdgeFadedView.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/GestureScrollView.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/ViewTitleViewContainer.swift (in target 'Tabman' from project 'Tabman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Extensions/CGRect+Interpolation.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Extensions/UIColor+Interpolation.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/AnimateableLabel.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/EdgeFadedView.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/GestureScrollView.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/ViewTitleViewContainer.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TMBarLayoutInsetGuides.swift,\ TMBarLayoutParent.swift,\ TMBarLayout+None.swift,\ TMConstrainedHorizontalBarLayout.swift,\ TMHorizontalBarLayout+Separator.swift,\ TMHorizontalBarLayout.swift,\ TMBarView.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutInsetGuides.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutParent.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMBarLayout+None.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift (in target 'Tabman' from project 'Tabman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutInsetGuides.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutParent.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMBarLayout+None.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMBarLayout+None.swift:49:34: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let viewWidth = view.bounds.size.width
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:51:40: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            constrain(views: stackView.arrangedSubviews, for: visibleButtonCount)
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:66:36: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        constrain(views: stackView.arrangedSubviews, for: visibleButtonCount)
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:74:32: warning: call to main actor-isolated class method 'deactivate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint.deactivate(oldConstraints)
                               ^
UIKit.NSLayoutConstraint.deactivate:3:30: note: calls to class method 'deactivate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func deactivate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:72:10: note: add '@MainActor' to make instance method 'constrain(views:for:)' part of global actor 'MainActor'
    func constrain(views: [UIView], for maximumCount: Int) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:82:49: warning: call to main actor-isolated instance method 'constraint(equalTo:multiplier:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            constraints.append(view.widthAnchor.constraint(equalTo: layoutGuide.widthAnchor,
                                                ^
UIKit.NSLayoutDimension.constraint:2:22: note: calls to instance method 'constraint(equalTo:multiplier:constant:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutDimension, multiplier m: CGFloat, constant c: CGFloat) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:72:10: note: add '@MainActor' to make instance method 'constrain(views:for:)' part of global actor 'MainActor'
    func constrain(views: [UIView], for maximumCount: Int) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:82:37: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            constraints.append(view.widthAnchor.constraint(equalTo: layoutGuide.widthAnchor,
                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:578:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor API_AVAILABLE(ios(9.0));
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:72:10: note: add '@MainActor' to make instance method 'constrain(views:for:)' part of global actor 'MainActor'
    func constrain(views: [UIView], for maximumCount: Int) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:82:81: warning: main actor-isolated property 'widthAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            constraints.append(view.widthAnchor.constraint(equalTo: layoutGuide.widthAnchor,
                                                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILayoutGuide.h:52:57: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutDimension *widthAnchor;
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:72:10: note: add '@MainActor' to make instance method 'constrain(views:for:)' part of global actor 'MainActor'
    func constrain(views: [UIView], for maximumCount: Int) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:86:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate(constraints)
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift:72:10: note: add '@MainActor' to make instance method 'constrain(views:for:)' part of global actor 'MainActor'
    func constrain(views: [UIView], for maximumCount: Int) {
         ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:26:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
        @available (*, unavailable)
                  ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:25:18: warning: main actor-isolated default value in a nonisolated context; this is an error in the Swift 6 language mode
    internal let stackView = UIStackView()
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:49:30: warning: main actor-isolated property 'distribution' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return stackView.distribution
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:171:46: note: property declared here
@property(nonatomic) UIStackViewDistribution distribution;
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:52:23: warning: main actor-isolated property 'distribution' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.distribution = newValue
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:171:46: note: mutation of this property is only permitted within the actor
@property(nonatomic) UIStackViewDistribution distribution;
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:80:45: warning: main actor-isolated property 'tintColor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return separators.values.first?.tintColor ?? _separatorColor
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:31:22: note: property declared here
        override var tintColor: UIColor! {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:84:44: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            separators.values.forEach({ $0.tintColor = newValue })
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:31:22: note: mutation of this property is only permitted within the actor
        override var tintColor: UIColor! {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:98:45: warning: main actor-isolated property 'contentInset' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return separators.values.first?.contentInset ?? _separatorInset
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:54:13: note: property declared here
        var contentInset: UIEdgeInsets! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:102:44: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            separators.values.forEach({ $0.contentInset = newValue })
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:54:13: note: mutation of this property is only permitted within the actor
        var contentInset: UIEdgeInsets! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:111:45: warning: main actor-isolated property 'width' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return separators.values.first?.width ?? _separatorWidth
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:39:13: note: property declared here
        var width: CGFloat! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:115:44: warning: main actor-isolated property 'width' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            separators.values.forEach({ $0.width = newValue })
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:39:13: note: mutation of this property is only permitted within the actor
        var width: CGFloat! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:124:14: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view.addSubview(stackView)
             ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:125:19: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackView.translatesAutoresizingMaskIntoConstraints = false
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:126:28: warning: call to main actor-isolated class method 'activate' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        NSLayoutConstraint.activate([
                           ^
UIKit.NSLayoutConstraint.activate:3:30: note: calls to class method 'activate' from outside of its actor context are implicitly asynchronous
  @MainActor open class func activate(_ constraints: [NSLayoutConstraint])}
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:127:37: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
                                    ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:127:23: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:127:62: warning: main actor-isolated property 'leadingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.leadingAnchor.constraint(equalTo: view.leadingAnchor),
                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:572:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *leadingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:128:33: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackView.topAnchor.constraint(equalTo: view.topAnchor),
                                ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:128:23: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.topAnchor.constraint(equalTo: view.topAnchor),
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:128:58: warning: main actor-isolated property 'topAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.topAnchor.constraint(equalTo: view.topAnchor),
                                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:576:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *topAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:129:38: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
                                     ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:129:23: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:129:63: warning: main actor-isolated property 'trailingAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.trailingAnchor.constraint(equalTo: view.trailingAnchor),
                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:573:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutXAxisAnchor *trailingAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:130:36: warning: call to main actor-isolated instance method 'constraint(equalTo:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                   ^
UIKit.NSLayoutAnchor.constraint:2:22: note: calls to instance method 'constraint(equalTo:)' from outside of its actor context are implicitly asynchronous
@MainActor open func constraint(equalTo anchor: NSLayoutAnchor<AnchorType>) -> NSLayoutConstraint}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:130:23: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:130:61: warning: main actor-isolated property 'bottomAnchor' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.bottomAnchor.constraint(equalTo: view.bottomAnchor)
                                                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:577:59: note: property declared here
@property(nonatomic,readonly,strong) NSLayoutYAxisAnchor *bottomAnchor API_AVAILABLE(ios(9.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:133:19: warning: main actor-isolated property 'spacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackView.spacing = interButtonSpacing
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat spacing;
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:147:35: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            if index >= stackView.arrangedSubviews.count { // just add
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:148:27: warning: call to main actor-isolated instance method 'addArrangedSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                stackView.addArrangedSubview(button)
                          ^
UIKit.UIStackView.addArrangedSubview:2:22: note: calls to instance method 'addArrangedSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:150:31: warning: call to main actor-isolated instance method 'addArrangedSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    stackView.addArrangedSubview(separator)
                              ^
UIKit.UIStackView.addArrangedSubview:2:22: note: calls to instance method 'addArrangedSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addArrangedSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:153:27: warning: call to main actor-isolated instance method 'insertArrangedSubview(_:at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                stackView.insertArrangedSubview(button, at: currentIndex)
                          ^
UIKit.UIStackView.insertArrangedSubview:2:22: note: calls to instance method 'insertArrangedSubview(_:at:)' from outside of its actor context are implicitly asynchronous
@MainActor open func insertArrangedSubview(_ view: UIView, at stackIndex: Int)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:155:31: warning: call to main actor-isolated instance method 'insertArrangedSubview(_:at:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    stackView.insertArrangedSubview(separator, at: currentIndex + 1)
                              ^
UIKit.UIStackView.insertArrangedSubview:2:22: note: calls to instance method 'insertArrangedSubview(_:at:)' from outside of its actor context are implicitly asynchronous
@MainActor open func insertArrangedSubview(_ view: UIView, at stackIndex: Int)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:172:23: warning: call to main actor-isolated instance method 'removeArrangedSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackView.removeArrangedSubview(button)
                      ^
UIKit.UIStackView.removeArrangedSubview:2:22: note: calls to instance method 'removeArrangedSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func removeArrangedSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:173:20: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            button.removeFromSuperview()
                   ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:176:27: warning: call to main actor-isolated instance method 'removeArrangedSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                stackView.removeArrangedSubview(separator)
                          ^
UIKit.UIStackView.removeArrangedSubview:2:22: note: calls to instance method 'removeArrangedSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func removeArrangedSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:177:27: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                separator.removeFromSuperview()
                          ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:184:33: warning: main actor-isolated property 'arrangedSubviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let buttons = stackView.arrangedSubviews.compactMap({ $0 as? TMBarButton })
                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:139:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *arrangedSubviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:193:39: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let interpolation = lowerView.frame.interpolate(with: upperView.frame, progress: progress)
                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:193:73: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let interpolation = lowerView.frame.interpolate(with: upperView.frame, progress: progress)
                                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:195:36: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return CGRect(x: lowerView.frame.origin.x + interpolation.origin.x,
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:197:40: warning: main actor-isolated property 'frame' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                      width: lowerView.frame.size.width + interpolation.size.width,
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:185:40: note: property declared here
@property(nonatomic) CGRect            frame;
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:198:36: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                      height: view.bounds.size.height)
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:205:23: warning: main actor-isolated property 'spacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.spacing = interButtonSpacing / 2
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat spacing;
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:203:18: note: add '@MainActor' to make instance method 'reloadInterButtonSpacing()' part of global actor 'MainActor'
    private func reloadInterButtonSpacing() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:207:23: warning: main actor-isolated property 'spacing' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            stackView.spacing = interButtonSpacing
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStackView.h:193:30: note: mutation of this property is only permitted within the actor
@property(nonatomic) CGFloat spacing;
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:203:18: note: add '@MainActor' to make instance method 'reloadInterButtonSpacing()' part of global actor 'MainActor'
    private func reloadInterButtonSpacing() {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:212:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let separator = SeparatorView()
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:211:18: note: add '@MainActor' to make instance method 'makeSeparator()' part of global actor 'MainActor'
    private func makeSeparator() -> SeparatorView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:213:19: warning: main actor-isolated property 'tintColor' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        separator.tintColor = separatorColor
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:31:22: note: mutation of this property is only permitted within the actor
        override var tintColor: UIColor! {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:211:18: note: add '@MainActor' to make instance method 'makeSeparator()' part of global actor 'MainActor'
    private func makeSeparator() -> SeparatorView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:214:19: warning: main actor-isolated property 'contentInset' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        separator.contentInset = separatorInset
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:54:13: note: mutation of this property is only permitted within the actor
        var contentInset: UIEdgeInsets! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:211:18: note: add '@MainActor' to make instance method 'makeSeparator()' part of global actor 'MainActor'
    private func makeSeparator() -> SeparatorView {
                 ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:215:19: warning: main actor-isolated property 'width' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        separator.width = separatorWidth
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift:39:13: note: mutation of this property is only permitted within the actor
        var width: CGFloat! {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/Types/TMHorizontalBarLayout.swift:211:18: note: add '@MainActor' to make instance method 'makeSeparator()' part of global actor 'MainActor'
    private func makeSeparator() -> SeparatorView {
                 ^
    @MainActor
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:116:18: warning: main actor-isolated property 'transitionStyle' cannot be used to satisfy nonisolated requirement from protocol 'TMTransitionStyleable'; this is an error in the Swift 6 language mode
    internal var transitionStyle: TMTransitionStyle = .progressive
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:22:100: note: add '@preconcurrency' to the 'TMTransitionStyleable' conformance to defer isolation checking to run time
open class TMBarView<Layout: TMBarLayout, Button: TMBarButton, Indicator: TMBarIndicator>: UIView, TMTransitionStyleable, TMBarLayoutParent {
                                                                                                   ^
                                                                                                   @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/TMTransition.swift:25:9: note: requirement 'transitionStyle' declared here
    var transitionStyle: TMTransitionStyle { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:154:9: warning: main actor-isolated property 'contentInset' cannot be used to satisfy nonisolated requirement from protocol 'TMBarLayoutParent'; this is an error in the Swift 6 language mode
    var contentInset: UIEdgeInsets = .zero {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:22:123: note: add '@preconcurrency' to the 'TMBarLayoutParent' conformance to defer isolation checking to run time
open class TMBarView<Layout: TMBarLayout, Button: TMBarButton, Indicator: TMBarIndicator>: UIView, TMTransitionStyleable, TMBarLayoutParent {
                                                                                                                          ^
                                                                                                                          @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutParent.swift:19:9: note: requirement 'contentInset' declared here
    var contentInset: UIEdgeInsets { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:160:9: warning: main actor-isolated property 'alignment' cannot be used to satisfy nonisolated requirement from protocol 'TMBarLayoutParent'; this is an error in the Swift 6 language mode
    var alignment: TMBarLayout.Alignment = .leading {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutParent.swift:22:9: note: requirement 'alignment' declared here
    var alignment: TMBarLayout.Alignment { get set }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:166:10: warning: main actor-isolated instance method 'layout(needsReload:)' cannot be used to satisfy nonisolated requirement from protocol 'TMBarLayoutParent'; this is an error in the Swift 6 language mode
    func layout(needsReload layout: TMBarLayout) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:166:10: note: add 'nonisolated' to 'layout(needsReload:)' to make this instance method not isolated to the actor
    func layout(needsReload layout: TMBarLayout) {
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarLayout/TMBarLayoutParent.swift:27:10: note: mark the protocol requirement 'layout(needsReload:)' 'async' to allow actor-isolated conformances
    func layout(needsReload layout: TMBarLayout)
         ^
                                                 async
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:525:10: warning: main actor-isolated instance method 'barButtonInteraction(controller:didHandlePressOf:at:)' cannot be used to satisfy nonisolated requirement from protocol 'TMBarButtonInteractionHandler'; this is an error in the Swift 6 language mode
    func barButtonInteraction(controller: TMBarButtonInteractionController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:525:10: note: add 'nonisolated' to 'barButtonInteraction(controller:didHandlePressOf:at:)' to make this instance method not isolated to the actor
    func barButtonInteraction(controller: TMBarButtonInteractionController,
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:523:22: note: add '@preconcurrency' to the 'TMBarButtonInteractionHandler' conformance to defer isolation checking to run time
extension TMBarView: TMBarButtonInteractionHandler, GestureScrollViewGestureDelegate {
                     ^
                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarButton/TMBarButtonInteractionController.swift:13:10: note: mark the protocol requirement 'barButtonInteraction(controller:didHandlePressOf:at:)' 'async' to allow actor-isolated conformances
    func barButtonInteraction(controller: TMBarButtonInteractionController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:531:10: warning: main actor-isolated instance method 'scrollView(_:didReceiveSwipeTo:)' cannot be used to satisfy nonisolated requirement from protocol 'GestureScrollViewGestureDelegate'; this is an error in the Swift 6 language mode
    func scrollView(_ scrollView: GestureScrollView,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:531:10: note: add 'nonisolated' to 'scrollView(_:didReceiveSwipeTo:)' to make this instance method not isolated to the actor
    func scrollView(_ scrollView: GestureScrollView,
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:523:53: note: add '@preconcurrency' to the 'GestureScrollViewGestureDelegate' conformance to defer isolation checking to run time
extension TMBarView: TMBarButtonInteractionHandler, GestureScrollViewGestureDelegate {
                                                    ^
                                                    @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/Generic/GestureScrollView.swift:13:10: note: mark the protocol requirement 'scrollView(_:didReceiveSwipeTo:)' 'async' to allow actor-isolated conformances
    func scrollView(_ scrollView: GestureScrollView,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:594:10: warning: main actor-isolated instance method 'barViewScrollHandler(_:didReceiveUpdated:from:)' cannot be used to satisfy nonisolated requirement from protocol 'TMBarViewScrollHandlerDelegate'; this is an error in the Swift 6 language mode
    func barViewScrollHandler(_ handler: TMBarViewScrollHandler,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:594:10: note: add 'nonisolated' to 'barViewScrollHandler(_:didReceiveUpdated:from:)' to make this instance method not isolated to the actor
    func barViewScrollHandler(_ handler: TMBarViewScrollHandler,
         ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarView.swift:592:22: note: add '@preconcurrency' to the 'TMBarViewScrollHandlerDelegate' conformance to defer isolation checking to run time
extension TMBarView: TMBarViewScrollHandlerDelegate {
                     ^
                     @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/BarView/TMBarViewScrollHandler.swift:13:10: note: mark the protocol requirement 'barViewScrollHandler(_:didReceiveUpdated:from:)' 'async' to allow actor-isolated conformances
    func barViewScrollHandler(_ handler: TMBarViewScrollHandler,
         ^
SwiftDriverJobDiscovery normal arm64 Compiling DispatchQueue+main.swift, UIApplication+SafeShared.swift (in target 'Pageboy' from project 'Pageboy')
SwiftDriverJobDiscovery normal arm64 Compiling Page.swift, PageboyViewController+Management.swift, PageboyViewController+ScrollCalculations.swift (in target 'Pageboy' from project 'Pageboy')
SwiftDriverJobDiscovery normal arm64 Compiling PageboyViewControllerDataSource.swift, PageboyViewControllerDelegate.swift, PageboyViewController+Transitioning.swift (in target 'Pageboy' from project 'Pageboy')
SwiftDriverJobDiscovery normal arm64 Compiling TransitionOperation+Action.swift, TransitionOperation.swift, UIViewController+Pageboy.swift (in target 'Pageboy' from project 'Pageboy')
SwiftCompile normal arm64 Compiling\ PageboyNavigationDirection+Tabman.swift,\ PageboyViewController+RelativeCurrentPosition.swift,\ UIView+LayoutGuide.swift,\ UIViewController+Tabman.swift,\ TabmanViewController+Insets.swift,\ TabmanViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/PageboyNavigationDirection+Tabman.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/PageboyViewController+RelativeCurrentPosition.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIView+LayoutGuide.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIViewController+Tabman.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift /Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift (in target 'Tabman' from project 'Tabman')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/PageboyNavigationDirection+Tabman.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/PageboyViewController+RelativeCurrentPosition.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIView+LayoutGuide.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/Extensions/UIViewController+Tabman.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift:39:54: warning: main actor-isolated property 'safeAreaInsets' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let safeAreaInsets = viewController.view.safeAreaInsets
                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:275:45: note: property declared here
@property (nonatomic,readonly) UIEdgeInsets safeAreaInsets API_AVAILABLE(ios(11.0), tvos(11.0)) API_UNAVAILABLE(watchos);
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift:39:49: warning: main actor-isolated property 'view' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let safeAreaInsets = viewController.view.safeAreaInsets
                                                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:116:54: note: property declared here
@property(null_resettable, nonatomic,strong) UIView *view; // The getter first invokes [self loadView] if the view hasn't been set yet. Subclasses must call super if they override the setter or getter.
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift:40:78: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let barInsets = UIEdgeInsets(top: viewController.topBarContainer.bounds.size.height,
                                                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController+Insets.swift:42:84: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                                         bottom: viewController.bottomBarContainer.bounds.size.height,
                                                                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:142:15: warning: main actor-isolated instance method 'pageboyViewController(_:willScrollToPageAt:direction:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'PageboyViewControllerDelegate'; this is an error in the Swift 6 language mode
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:142:15: note: add 'nonisolated' to 'pageboyViewController(_:willScrollToPageAt:direction:animated:)' to make this instance method not isolated to the actor
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:15:57: note: add '@preconcurrency' to the 'PageboyViewControllerDelegate' conformance to defer isolation checking to run time
open class TabmanViewController: PageboyViewController, PageboyViewControllerDelegate, TMBarDelegate {
                                                        ^
                                                        @preconcurrency
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:20:10: note: mark the protocol requirement 'pageboyViewController(_:willScrollToPageAt:direction:animated:)' 'async' to allow actor-isolated conformances
    func pageboyViewController(_ pageboyViewController: PageboyViewController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:157:15: warning: main actor-isolated instance method 'pageboyViewController(_:didScrollTo:direction:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'PageboyViewControllerDelegate'; this is an error in the Swift 6 language mode
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:157:15: note: add 'nonisolated' to 'pageboyViewController(_:didScrollTo:direction:animated:)' to make this instance method not isolated to the actor
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:32:10: note: mark the protocol requirement 'pageboyViewController(_:didScrollTo:direction:animated:)' 'async' to allow actor-isolated conformances
    func pageboyViewController(_ pageboyViewController: PageboyViewController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:179:15: warning: main actor-isolated instance method 'pageboyViewController(_:didCancelScrollToPageAt:returnToPageAt:)' cannot be used to satisfy nonisolated requirement from protocol 'PageboyViewControllerDelegate'; this is an error in the Swift 6 language mode
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:179:15: note: add 'nonisolated' to 'pageboyViewController(_:didCancelScrollToPageAt:returnToPageAt:)' to make this instance method not isolated to the actor
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:43:10: note: mark the protocol requirement 'pageboyViewController(_:didCancelScrollToPageAt:returnToPageAt:)' 'async' to allow actor-isolated conformances
    func pageboyViewController(_ pageboyViewController: PageboyViewController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:169:15: warning: main actor-isolated instance method 'pageboyViewController(_:didScrollToPageAt:direction:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'PageboyViewControllerDelegate'; this is an error in the Swift 6 language mode
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:169:15: note: add 'nonisolated' to 'pageboyViewController(_:didScrollToPageAt:direction:animated:)' to make this instance method not isolated to the actor
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:54:10: note: mark the protocol requirement 'pageboyViewController(_:didScrollToPageAt:direction:animated:)' 'async' to allow actor-isolated conformances
    func pageboyViewController(_ pageboyViewController: PageboyViewController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:185:15: warning: main actor-isolated instance method 'pageboyViewController(_:didReloadWith:currentPageIndex:)' cannot be used to satisfy nonisolated requirement from protocol 'PageboyViewControllerDelegate'; this is an error in the Swift 6 language mode
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:185:15: note: add 'nonisolated' to 'pageboyViewController(_:didReloadWith:currentPageIndex:)' to make this instance method not isolated to the actor
    open func pageboyViewController(_ pageboyViewController: PageboyViewController,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy/Sources/Pageboy/Protocols/PageboyViewControllerDelegate.swift:65:10: note: mark the protocol requirement 'pageboyViewController(_:didReloadWith:currentPageIndex:)' 'async' to allow actor-isolated conformances
    func pageboyViewController(_ pageboyViewController: PageboyViewController,
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:199:15: warning: main actor-isolated instance method 'bar(_:didRequestScrollTo:)' cannot be used to satisfy nonisolated requirement from protocol 'TMBarDelegate'; this is an error in the Swift 6 language mode
    open func bar(_ bar: TMBar,
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:199:15: note: add 'nonisolated' to 'bar(_:didRequestScrollTo:)' to make this instance method not isolated to the actor
    open func bar(_ bar: TMBar,
              ^
    nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/TabmanViewController.swift:15:88: note: add '@preconcurrency' to the 'TMBarDelegate' conformance to defer isolation checking to run time
open class TabmanViewController: PageboyViewController, PageboyViewControllerDelegate, TMBarDelegate {
                                                                                       ^
                                                                                       @preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/Tabman/Bar/TMBar.swift:31:10: note: mark the protocol requirement 'bar(_:didRequestScrollTo:)' 'async' to allow actor-isolated conformances
    func bar(_ bar: TMBar,
         ^
SwiftDriverJobDiscovery normal arm64 Compiling TMAnimation.swift, TMBar+Templates.swift, TMBar.swift, TMTransition.swift, BarMath.swift, WeakContainer.swift (in target 'Tabman' from project 'Tabman')
SwiftDriver\ Compilation Pageboy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Pageboy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Tabman (in target 'Tabman' from project 'Tabman')
SwiftDriver\ Compilation\ Requirements Tabman normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Tabman -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.o normal (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.o
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Tabman-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-Swift.h (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Tabman-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftmodule (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftdoc (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.abi.json (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftsourceinfo (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ExtractAppIntentsMetadata (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Pageboy --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier pageboy.Pageboy --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Pageboy.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Pageboy.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Pageboy.build/Debug-iphoneos/Pageboy.build/Objects-normal/arm64/Pageboy.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 08:21:19.380 appintentsmetadataprocessor[760:4265] Starting appintentsmetadataprocessor export
2025-04-28 08:21:19.426 appintentsmetadataprocessor[760:4265] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AutoInsetSpec.swift, AutoInsetter.swift, CollectionViewInsetCalculator.swift, InsetCalculations.swift, InsetCalculator.swift, ScrollViewInsetCalculator.swift, TableViewInsetCalculator.swift (in target 'Tabman' from project 'Tabman')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.o (in target 'Pageboy' from project 'Pageboy')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Pageboy
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Pageboy.o
SwiftDriverJobDiscovery normal arm64 Compiling TMBarViewContentInsetGuides.swift, TMBarViewFocusProvider.swift, TMBarViewFocusRect.swift, TMBarViewLayoutGrid.swift, TMBarViewScrollHandler.swift, TMBarViewUpdateHandler.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling CGRect+Interpolation.swift, UIColor+Interpolation.swift, AnimateableLabel.swift, EdgeFadedView.swift, GestureScrollView.swift, ViewTitleViewContainer.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling TMBlockBarIndicator.swift, TMChevronBarIndicator.swift, TMDotBarIndicator.swift, TMLineBarIndicator.swift, TMBarItem.swift, UIKit+TMBarItemable.swift, TMBarLayout.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling InsetExecutor.swift, DefaultInsetStore.swift, InsetStore.swift, UIViewController+ScrollViewDetection.swift, TMBarBackgroundView.swift, TMBadgeView.swift, TMBarButton.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling TMHidingBar+Triggers.swift, TMHidingBar.swift, TMSystemBar.swift, TMBarIndicator.swift, TMBarIndicatorContainer.swift, TMBarIndicatorLayoutHandler.swift, TMBarIndicator+None.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling PageboyNavigationDirection+Tabman.swift, PageboyViewController+RelativeCurrentPosition.swift, UIView+LayoutGuide.swift, UIViewController+Tabman.swift, TabmanViewController+Insets.swift, TabmanViewController.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling TMBarButtonCollection.swift, TMBarButtonController.swift, TMBarButtonInteractionController.swift, TMBarButtonStateController.swift, TMBarButton+None.swift, TMLabelBarButton.swift, TMTabItemBarButton.swift (in target 'Tabman' from project 'Tabman')
SwiftDriverJobDiscovery normal arm64 Compiling TMBarLayoutInsetGuides.swift, TMBarLayoutParent.swift, TMBarLayout+None.swift, TMConstrainedHorizontalBarLayout.swift, TMHorizontalBarLayout+Separator.swift, TMHorizontalBarLayout.swift, TMBarView.swift (in target 'Tabman' from project 'Tabman')
SwiftDriver\ Compilation Tabman normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Tabman -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.o normal (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.o
ExtractAppIntentsMetadata (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Tabman --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Tabman --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Tabman.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Tabman.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Tabman.build/Debug-iphoneos/Tabman.build/Objects-normal/arm64/Tabman.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 08:21:19.901 appintentsmetadataprocessor[763:4333] Starting appintentsmetadataprocessor export
2025-04-28 08:21:19.933 appintentsmetadataprocessor[763:4333] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.o (in target 'Tabman' from project 'Tabman')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Tabman.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "pageboy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/uias/Pageboy"
    }
  ],
  "manifest_display_name" : "Tabman",
  "name" : "Tabman",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Tabman",
      "targets" : [
        "Tabman"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TabmanTests",
      "module_type" : "SwiftTarget",
      "name" : "TabmanTests",
      "path" : "Sources/TabmanTests",
      "sources" : [
        "Bar/MockBarDataSource.swift",
        "Bar/MockBarView.swift",
        "MockTabmanViewController.swift",
        "TabmanViewControllerTests.swift"
      ],
      "target_dependencies" : [
        "Tabman"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tabman",
      "module_type" : "SwiftTarget",
      "name" : "Tabman",
      "path" : "Sources/Tabman",
      "product_dependencies" : [
        "Pageboy"
      ],
      "product_memberships" : [
        "Tabman"
      ],
      "sources" : [
        "AutoInsetter/AutoInsetSpec.swift",
        "AutoInsetter/AutoInsetter.swift",
        "AutoInsetter/InsetCalculator/CollectionViewInsetCalculator.swift",
        "AutoInsetter/InsetCalculator/InsetCalculations.swift",
        "AutoInsetter/InsetCalculator/InsetCalculator.swift",
        "AutoInsetter/InsetCalculator/ScrollViewInsetCalculator.swift",
        "AutoInsetter/InsetCalculator/TableViewInsetCalculator.swift",
        "AutoInsetter/InsetExecutor/InsetExecutor.swift",
        "AutoInsetter/InsetStore/DefaultInsetStore.swift",
        "AutoInsetter/InsetStore/InsetStore.swift",
        "AutoInsetter/Utilities/UIViewController+ScrollViewDetection.swift",
        "Bar/BarBackgroundView/TMBarBackgroundView.swift",
        "Bar/BarButton/Badge/TMBadgeView.swift",
        "Bar/BarButton/TMBarButton.swift",
        "Bar/BarButton/TMBarButtonCollection.swift",
        "Bar/BarButton/TMBarButtonController.swift",
        "Bar/BarButton/TMBarButtonInteractionController.swift",
        "Bar/BarButton/TMBarButtonStateController.swift",
        "Bar/BarButton/Types/TMBarButton+None.swift",
        "Bar/BarButton/Types/TMLabelBarButton.swift",
        "Bar/BarButton/Types/TMTabItemBarButton.swift",
        "Bar/BarExtensions/AutoHidingBar/TMHidingBar+Triggers.swift",
        "Bar/BarExtensions/AutoHidingBar/TMHidingBar.swift",
        "Bar/BarExtensions/SystemBar/TMSystemBar.swift",
        "Bar/BarIndicator/TMBarIndicator.swift",
        "Bar/BarIndicator/TMBarIndicatorContainer.swift",
        "Bar/BarIndicator/TMBarIndicatorLayoutHandler.swift",
        "Bar/BarIndicator/Types/TMBarIndicator+None.swift",
        "Bar/BarIndicator/Types/TMBlockBarIndicator.swift",
        "Bar/BarIndicator/Types/TMChevronBarIndicator.swift",
        "Bar/BarIndicator/Types/TMDotBarIndicator.swift",
        "Bar/BarIndicator/Types/TMLineBarIndicator.swift",
        "Bar/BarItem/TMBarItem.swift",
        "Bar/BarItem/UIKit+TMBarItemable.swift",
        "Bar/BarLayout/TMBarLayout.swift",
        "Bar/BarLayout/TMBarLayoutInsetGuides.swift",
        "Bar/BarLayout/TMBarLayoutParent.swift",
        "Bar/BarLayout/Types/TMBarLayout+None.swift",
        "Bar/BarLayout/Types/TMConstrainedHorizontalBarLayout.swift",
        "Bar/BarLayout/Types/TMHorizontalBarLayout+Separator.swift",
        "Bar/BarLayout/Types/TMHorizontalBarLayout.swift",
        "Bar/BarView/TMBarView.swift",
        "Bar/BarView/TMBarViewContentInsetGuides.swift",
        "Bar/BarView/TMBarViewFocusProvider.swift",
        "Bar/BarView/TMBarViewFocusRect.swift",
        "Bar/BarView/TMBarViewLayoutGrid.swift",
        "Bar/BarView/TMBarViewScrollHandler.swift",
        "Bar/BarView/TMBarViewUpdateHandler.swift",
        "Bar/Extensions/CGRect+Interpolation.swift",
        "Bar/Extensions/UIColor+Interpolation.swift",
        "Bar/Generic/AnimateableLabel.swift",
        "Bar/Generic/EdgeFadedView.swift",
        "Bar/Generic/GestureScrollView.swift",
        "Bar/Generic/ViewTitleViewContainer.swift",
        "Bar/TMAnimation.swift",
        "Bar/TMBar+Templates.swift",
        "Bar/TMBar.swift",
        "Bar/TMTransition.swift",
        "Bar/Utility/BarMath.swift",
        "Bar/Utility/WeakContainer.swift",
        "Extensions/PageboyNavigationDirection+Tabman.swift",
        "Extensions/PageboyViewController+RelativeCurrentPosition.swift",
        "Extensions/UIView+LayoutGuide.swift",
        "Extensions/UIViewController+Tabman.swift",
        "TabmanViewController+Insets.swift",
        "TabmanViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.