The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Applivery, reference 4.5.4 (9c7e33), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 18 Nov 2025 16:11:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Applivery-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/applivery/applivery-ios-sdk.git
Reference: 4.5.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/applivery/applivery-ios-sdk
 * tag               4.5.4      -> FETCH_HEAD
HEAD is now at 9c7e33f Merge pull request #111 from applivery/release/4.5.4
Cloned https://github.com/applivery/applivery-ios-sdk.git
Revision (git rev-parse @):
9c7e33fa37308c5306d842ccc524a8cb2bc92bb9
SUCCESS checkout https://github.com/applivery/applivery-ios-sdk.git at 4.5.4
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/applivery/applivery-ios-sdk.git
https://github.com/applivery/applivery-ios-sdk.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    }
  ],
  "manifest_display_name" : "Applivery",
  "name" : "Applivery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Applivery",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppliveryDynamic",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppliveryBehaviorTests",
      "module_type" : "SwiftTarget",
      "name" : "AppliveryBehaviorTests",
      "path" : "AppliveryBehaviorTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/Images/test_images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/config_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_4002.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5003.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5004.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/feedback_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/invalid_credentials.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/ko.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/login_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok_no_token.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EnvironmentTests.swift",
        "EventDetectorTests.swift",
        "Fakes/UserDefaults.swift",
        "Helpers/StubResponseHelper.swift",
        "MockData/ConfigMockData.swift",
        "Mockits/MockAPIClient.swift",
        "Mocks/AppMock.swift",
        "Mocks/ConfigPersisterMock.swift",
        "Mocks/ConfigServiceMock.swift",
        "Mocks/DeviceMock.swift",
        "Mocks/DownloadServiceMock.swift",
        "Mocks/EventDetectorMock.swift",
        "Mocks/FeedbackServiceMock.swift",
        "Mocks/ImageManagerMock.swift",
        "Mocks/LoginRepositoryMock.swift",
        "Mocks/MockEnvironments.swift",
        "Mocks/MockEventDetector.swift",
        "Mocks/MockKeychainManager.swift",
        "Mocks/MockSessionPersister.swift",
        "Mocks/MockUpdateService.swift",
        "Mocks/StartInteractorOutputMock.swift",
        "Mocks/UpdateInteractoMock.swift",
        "Mocks/UserDefaultsMock.swift",
        "ServicesTests/ConfigServiceTests.swift",
        "ServicesTests/LoginServiceTests.swift",
        "ServicesTests/UpdateServiceTests.swift",
        "Specs/FeedbackSpecs.swift",
        "Specs/ForceUpdateSpecs.swift",
        "Specs/OTAUpdateSpecs.swift",
        "Specs/RequestSpecs.swift",
        "Specs/StartSpecs.swift",
        "Utils/EnvironmentsTests.swift"
      ],
      "target_dependencies" : [
        "Applivery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Applivery",
      "module_type" : "SwiftTarget",
      "name" : "Applivery",
      "path" : "AppliverySDK",
      "product_memberships" : [
        "Applivery",
        "AppliveryDynamic"
      ],
      "sources" : [
        "API/APIClient.swift",
        "API/APIError.swift",
        "API/APIErrorResponse.swift",
        "API/AppliveryEndpoint.swift",
        "API/Endpoint.swift",
        "API/HTTPMethod.swift",
        "Applivery/AppliverySDK.swift",
        "Applivery/AppliveryService.swift",
        "Core/Extensions/TimeInterval+Extensions.swift",
        "Core/UserDefaults+keys.swift",
        "Core/Views/OptionsListView.swift",
        "Data/Persisters/ConfigPersister.swift",
        "Data/Persisters/Keychain.swift",
        "Data/Persisters/SessionPersister.swift",
        "Interactors/StartInteractor.swift",
        "Managers/AppliverySafariManager.swift",
        "Managers/ErrorManager.swift",
        "Managers/ImageManager.swift",
        "Managers/LoginManager.swift",
        "Managers/WindowManager.swift",
        "Model/AccessToken.swift",
        "Model/Config.swift",
        "Model/ConfigurationUpdate.swift",
        "Model/CustomLogin.swift",
        "Model/Feedback.swift",
        "Model/FeedbackData.swift",
        "Model/Palette.swift",
        "Model/Public/TextLiterals.swift",
        "Model/TokenData.swift",
        "Model/UpdateConfigResponse.swift",
        "Model/User.swift",
        "Model/VideoFile.swift",
        "Modules/ForceUpdateScreen.swift",
        "Modules/ScreenshotReport/Screens/ScreenshootPreviewScreen.swift",
        "Modules/ScreenshotReport/ViewModel/ScreenshootViewModel.swift",
        "Modules/ScreenshotReport/Views/EditScreenshotView.swift",
        "Modules/ScreenshotReport/Views/EmailTextFieldView.swift",
        "Modules/ScreenshotReport/Views/MultilineTextView.swift",
        "Modules/ScreenshotReport/Views/ReportTypeView.swift",
        "Modules/ScreenshotReport/Views/Rows/ScreenShootRowView.swift",
        "Modules/VideoReport/RecordingViewController.swift",
        "Modules/VideoReport/VideoPreviewRow.swift",
        "Modules/VideoReport/VideoPreviewScreen.swift",
        "Modules/VideoReport/ViedeoPlayerView.swift",
        "Repositories/LoginRepository.swift",
        "Resources/LocalizableConstants.swift",
        "SDKConfig/Colors.swift",
        "SDKConfig/ErrorCodes/ErrorCodes.swift",
        "SDKConfig/GlobalConfig.swift",
        "Services/ConfigService.swift",
        "Services/DownloadService.swift",
        "Services/FeedbackService.swift",
        "Services/LoginService.swift",
        "Services/UpdateService.swift",
        "Utils/Background.swift",
        "Utils/DateExtension.swift",
        "Utils/DiskStatus.swift",
        "Utils/Environments.swift",
        "Utils/GeometryExtensions.swift",
        "Utils/Json.swift",
        "Utils/Layout.swift",
        "Utils/ListHelper.swift",
        "Utils/Localize.swift",
        "Utils/Log.swift",
        "Utils/NSBundle+Applivery.swift",
        "Utils/NSError+Applivery.swift",
        "Utils/Ram.swift",
        "Utils/Result.swift",
        "Utils/Storyboard+Applivery.swift",
        "Utils/UIDevice+ModelName.swift",
        "Utils/UIImageExtension.swift",
        "Utils/UserDefaultsExtension.swift",
        "Utils/Wifi.swift",
        "Views/AppliveryWindow.swift",
        "Wrappers/App.swift",
        "Wrappers/AppliveryNavigationController.swift",
        "Wrappers/Device.swift",
        "Wrappers/EventDetector.swift",
        "Wrappers/Keyboard.swift",
        "Wrappers/ScreenRecorderManager.swift",
        "Wrappers/Screenshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/AliSoftware/OHHTTPStubs.git
Fetching from https://github.com/Quick/Quick.git
Fetching from https://github.com/Quick/Nimble.git
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘OHHTTPStubs’
Checking out 9.1.0 of package ‘OHHTTPStubs’
Creating working copy of package ‘Quick’
Checking out 4.0.0 of package ‘Quick’
Resolved source packages:
  OHHTTPStubs: https://github.com/AliSoftware/OHHTTPStubs.git @ 9.1.0
  Quick: https://github.com/Quick/Quick.git @ 4.0.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
resolved source packages: OHHTTPStubs, Quick, CwlCatchException, Nimble, CwlPreconditionTesting
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    }
  ],
  "manifest_display_name" : "Applivery",
  "name" : "Applivery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Applivery",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppliveryDynamic",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppliveryBehaviorTests",
      "module_type" : "SwiftTarget",
      "name" : "AppliveryBehaviorTests",
      "path" : "AppliveryBehaviorTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/Images/test_images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/config_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_4002.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5003.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5004.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/feedback_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/invalid_credentials.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/ko.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/login_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok_no_token.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EnvironmentTests.swift",
        "EventDetectorTests.swift",
        "Fakes/UserDefaults.swift",
        "Helpers/StubResponseHelper.swift",
        "MockData/ConfigMockData.swift",
        "Mockits/MockAPIClient.swift",
        "Mocks/AppMock.swift",
        "Mocks/ConfigPersisterMock.swift",
        "Mocks/ConfigServiceMock.swift",
        "Mocks/DeviceMock.swift",
        "Mocks/DownloadServiceMock.swift",
        "Mocks/EventDetectorMock.swift",
        "Mocks/FeedbackServiceMock.swift",
        "Mocks/ImageManagerMock.swift",
        "Mocks/LoginRepositoryMock.swift",
        "Mocks/MockEnvironments.swift",
        "Mocks/MockEventDetector.swift",
        "Mocks/MockKeychainManager.swift",
        "Mocks/MockSessionPersister.swift",
        "Mocks/MockUpdateService.swift",
        "Mocks/StartInteractorOutputMock.swift",
        "Mocks/UpdateInteractoMock.swift",
        "Mocks/UserDefaultsMock.swift",
        "ServicesTests/ConfigServiceTests.swift",
        "ServicesTests/LoginServiceTests.swift",
        "ServicesTests/UpdateServiceTests.swift",
        "Specs/FeedbackSpecs.swift",
        "Specs/ForceUpdateSpecs.swift",
        "Specs/OTAUpdateSpecs.swift",
        "Specs/RequestSpecs.swift",
        "Specs/StartSpecs.swift",
        "Utils/EnvironmentsTests.swift"
      ],
      "target_dependencies" : [
        "Applivery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Applivery",
      "module_type" : "SwiftTarget",
      "name" : "Applivery",
      "path" : "AppliverySDK",
      "product_memberships" : [
        "Applivery",
        "AppliveryDynamic"
      ],
      "sources" : [
        "API/APIClient.swift",
        "API/APIError.swift",
        "API/APIErrorResponse.swift",
        "API/AppliveryEndpoint.swift",
        "API/Endpoint.swift",
        "API/HTTPMethod.swift",
        "Applivery/AppliverySDK.swift",
        "Applivery/AppliveryService.swift",
        "Core/Extensions/TimeInterval+Extensions.swift",
        "Core/UserDefaults+keys.swift",
        "Core/Views/OptionsListView.swift",
        "Data/Persisters/ConfigPersister.swift",
        "Data/Persisters/Keychain.swift",
        "Data/Persisters/SessionPersister.swift",
        "Interactors/StartInteractor.swift",
        "Managers/AppliverySafariManager.swift",
        "Managers/ErrorManager.swift",
        "Managers/ImageManager.swift",
        "Managers/LoginManager.swift",
        "Managers/WindowManager.swift",
        "Model/AccessToken.swift",
        "Model/Config.swift",
        "Model/ConfigurationUpdate.swift",
        "Model/CustomLogin.swift",
        "Model/Feedback.swift",
        "Model/FeedbackData.swift",
        "Model/Palette.swift",
        "Model/Public/TextLiterals.swift",
        "Model/TokenData.swift",
        "Model/UpdateConfigResponse.swift",
        "Model/User.swift",
        "Model/VideoFile.swift",
        "Modules/ForceUpdateScreen.swift",
        "Modules/ScreenshotReport/Screens/ScreenshootPreviewScreen.swift",
        "Modules/ScreenshotReport/ViewModel/ScreenshootViewModel.swift",
        "Modules/ScreenshotReport/Views/EditScreenshotView.swift",
        "Modules/ScreenshotReport/Views/EmailTextFieldView.swift",
        "Modules/ScreenshotReport/Views/MultilineTextView.swift",
        "Modules/ScreenshotReport/Views/ReportTypeView.swift",
        "Modules/ScreenshotReport/Views/Rows/ScreenShootRowView.swift",
        "Modules/VideoReport/RecordingViewController.swift",
        "Modules/VideoReport/VideoPreviewRow.swift",
        "Modules/VideoReport/VideoPreviewScreen.swift",
        "Modules/VideoReport/ViedeoPlayerView.swift",
        "Repositories/LoginRepository.swift",
        "Resources/LocalizableConstants.swift",
        "SDKConfig/Colors.swift",
        "SDKConfig/ErrorCodes/ErrorCodes.swift",
        "SDKConfig/GlobalConfig.swift",
        "Services/ConfigService.swift",
        "Services/DownloadService.swift",
        "Services/FeedbackService.swift",
        "Services/LoginService.swift",
        "Services/UpdateService.swift",
        "Utils/Background.swift",
        "Utils/DateExtension.swift",
        "Utils/DiskStatus.swift",
        "Utils/Environments.swift",
        "Utils/GeometryExtensions.swift",
        "Utils/Json.swift",
        "Utils/Layout.swift",
        "Utils/ListHelper.swift",
        "Utils/Localize.swift",
        "Utils/Log.swift",
        "Utils/NSBundle+Applivery.swift",
        "Utils/NSError+Applivery.swift",
        "Utils/Ram.swift",
        "Utils/Result.swift",
        "Utils/Storyboard+Applivery.swift",
        "Utils/UIDevice+ModelName.swift",
        "Utils/UIImageExtension.swift",
        "Utils/UserDefaultsExtension.swift",
        "Utils/Wifi.swift",
        "Views/AppliveryWindow.swift",
        "Wrappers/App.swift",
        "Wrappers/AppliveryNavigationController.swift",
        "Wrappers/Device.swift",
        "Wrappers/EventDetector.swift",
        "Wrappers/Keyboard.swift",
        "Wrappers/ScreenRecorderManager.swift",
        "Wrappers/Screenshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "AppliverySDK",
    "schemes" : [
      "Applivery",
      "AppliveryBehaviorTests"
    ],
    "targets" : [
      "Applivery",
      "AppliveryBehaviorTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Applivery",
      "Applivery-Package",
      "AppliveryDynamic"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Applivery-Package -destination platform=macOS,arch=arm64 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
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Applivery-Package -destination platform=macOS,arch=arm64 "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 settings from command line:
    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
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Resolved source packages:
  OHHTTPStubs: https://github.com/AliSoftware/OHHTTPStubs.git @ 9.1.0
  Applivery: /Users/admin/builder/spi-builder-workspace
  Quick: https://github.com/Quick/Quick.git @ 4.0.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'AppliveryDynamic' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery_Applivery' in project 'Applivery' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: 32581273f3d1c35b187228ff545688c7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/32581273f3d1c35b187228ff545688c7.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Resources Versions/Current/Resources (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/empty-Applivery_Applivery.plist (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/empty-Applivery_Applivery.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/empty-AppliveryDynamic.plist (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/empty-AppliveryDynamic.plist
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/AppliveryDynamic Versions/Current/AppliveryDynamic (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/AppliveryDynamic /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/AppliveryDynamic
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/AppliveryDynamic.DependencyStaticMetadataFileList (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/AppliveryDynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/AppliveryDynamic.DependencyMetadataFileList (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/AppliveryDynamic.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/Current A (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery_Applivery.DependencyStaticMetadataFileList (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery_Applivery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery_Applivery.DependencyMetadataFileList (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery_Applivery.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/A/Resources (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/A/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/Objects-normal/arm64/AppliveryDynamic.LinkFileList (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/AppliveryDynamic\ product.build/Objects-normal/arm64/AppliveryDynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.SwiftFileList (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery_const_extract_protocols.json (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.SwiftConstValuesFileList (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.LinkFileList (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery-OutputFileMap.json (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Objects-normal/arm64/Applivery-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.modulemap (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.DependencyStaticMetadataFileList (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/DerivedSources/resource_bundle_accessor.swift (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.DependencyMetadataFileList (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle/Contents (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle/Contents/Resources (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle/Contents/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Applivery_Applivery.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/A (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework (in target 'AppliveryDynamic' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks/AppliveryDynamic.framework
CompileStoryboard /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Applivery_Applivery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery-SBPartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard --compilation-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard: error: iOS storyboards do not support target device type "mac".
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Applivery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.modulemap (in target 'Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery.build/Applivery.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileStoryboard /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard (in target 'Applivery_Applivery' from project 'Applivery')
	Building workspace spi-builder-workspace with scheme Applivery-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Resolved source packages:
  OHHTTPStubs: https://github.com/AliSoftware/OHHTTPStubs.git @ 9.1.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Applivery: /Users/admin/builder/spi-builder-workspace
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Quick: https://github.com/Quick/Quick.git @ 4.0.0
resolved source packages: OHHTTPStubs, CwlCatchException, Applivery, Nimble, CwlPreconditionTesting, Quick
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "ohhttpstubs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AliSoftware/OHHTTPStubs.git"
    }
  ],
  "manifest_display_name" : "Applivery",
  "name" : "Applivery",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Applivery",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AppliveryDynamic",
      "targets" : [
        "Applivery"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AppliveryBehaviorTests",
      "module_type" : "SwiftTarget",
      "name" : "AppliveryBehaviorTests",
      "path" : "AppliveryBehaviorTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "OHHTTPStubs",
        "OHHTTPStubsSwift"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/Images/test_images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/config_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_4002.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5003.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/error_5004.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/feedback_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/invalid_credentials.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/ko.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/login_success.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Mocks/JSON/request_token_ok_no_token.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EnvironmentTests.swift",
        "EventDetectorTests.swift",
        "Fakes/UserDefaults.swift",
        "Helpers/StubResponseHelper.swift",
        "MockData/ConfigMockData.swift",
        "Mockits/MockAPIClient.swift",
        "Mocks/AppMock.swift",
        "Mocks/ConfigPersisterMock.swift",
        "Mocks/ConfigServiceMock.swift",
        "Mocks/DeviceMock.swift",
        "Mocks/DownloadServiceMock.swift",
        "Mocks/EventDetectorMock.swift",
        "Mocks/FeedbackServiceMock.swift",
        "Mocks/ImageManagerMock.swift",
        "Mocks/LoginRepositoryMock.swift",
        "Mocks/MockEnvironments.swift",
        "Mocks/MockEventDetector.swift",
        "Mocks/MockKeychainManager.swift",
        "Mocks/MockSessionPersister.swift",
        "Mocks/MockUpdateService.swift",
        "Mocks/StartInteractorOutputMock.swift",
        "Mocks/UpdateInteractoMock.swift",
        "Mocks/UserDefaultsMock.swift",
        "ServicesTests/ConfigServiceTests.swift",
        "ServicesTests/LoginServiceTests.swift",
        "ServicesTests/UpdateServiceTests.swift",
        "Specs/FeedbackSpecs.swift",
        "Specs/ForceUpdateSpecs.swift",
        "Specs/OTAUpdateSpecs.swift",
        "Specs/RequestSpecs.swift",
        "Specs/StartSpecs.swift",
        "Utils/EnvironmentsTests.swift"
      ],
      "target_dependencies" : [
        "Applivery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Applivery",
      "module_type" : "SwiftTarget",
      "name" : "Applivery",
      "path" : "AppliverySDK",
      "product_memberships" : [
        "Applivery",
        "AppliveryDynamic"
      ],
      "sources" : [
        "API/APIClient.swift",
        "API/APIError.swift",
        "API/APIErrorResponse.swift",
        "API/AppliveryEndpoint.swift",
        "API/Endpoint.swift",
        "API/HTTPMethod.swift",
        "Applivery/AppliverySDK.swift",
        "Applivery/AppliveryService.swift",
        "Core/Extensions/TimeInterval+Extensions.swift",
        "Core/UserDefaults+keys.swift",
        "Core/Views/OptionsListView.swift",
        "Data/Persisters/ConfigPersister.swift",
        "Data/Persisters/Keychain.swift",
        "Data/Persisters/SessionPersister.swift",
        "Interactors/StartInteractor.swift",
        "Managers/AppliverySafariManager.swift",
        "Managers/ErrorManager.swift",
        "Managers/ImageManager.swift",
        "Managers/LoginManager.swift",
        "Managers/WindowManager.swift",
        "Model/AccessToken.swift",
        "Model/Config.swift",
        "Model/ConfigurationUpdate.swift",
        "Model/CustomLogin.swift",
        "Model/Feedback.swift",
        "Model/FeedbackData.swift",
        "Model/Palette.swift",
        "Model/Public/TextLiterals.swift",
        "Model/TokenData.swift",
        "Model/UpdateConfigResponse.swift",
        "Model/User.swift",
        "Model/VideoFile.swift",
        "Modules/ForceUpdateScreen.swift",
        "Modules/ScreenshotReport/Screens/ScreenshootPreviewScreen.swift",
        "Modules/ScreenshotReport/ViewModel/ScreenshootViewModel.swift",
        "Modules/ScreenshotReport/Views/EditScreenshotView.swift",
        "Modules/ScreenshotReport/Views/EmailTextFieldView.swift",
        "Modules/ScreenshotReport/Views/MultilineTextView.swift",
        "Modules/ScreenshotReport/Views/ReportTypeView.swift",
        "Modules/ScreenshotReport/Views/Rows/ScreenShootRowView.swift",
        "Modules/VideoReport/RecordingViewController.swift",
        "Modules/VideoReport/VideoPreviewRow.swift",
        "Modules/VideoReport/VideoPreviewScreen.swift",
        "Modules/VideoReport/ViedeoPlayerView.swift",
        "Repositories/LoginRepository.swift",
        "Resources/LocalizableConstants.swift",
        "SDKConfig/Colors.swift",
        "SDKConfig/ErrorCodes/ErrorCodes.swift",
        "SDKConfig/GlobalConfig.swift",
        "Services/ConfigService.swift",
        "Services/DownloadService.swift",
        "Services/FeedbackService.swift",
        "Services/LoginService.swift",
        "Services/UpdateService.swift",
        "Utils/Background.swift",
        "Utils/DateExtension.swift",
        "Utils/DiskStatus.swift",
        "Utils/Environments.swift",
        "Utils/GeometryExtensions.swift",
        "Utils/Json.swift",
        "Utils/Layout.swift",
        "Utils/ListHelper.swift",
        "Utils/Localize.swift",
        "Utils/Log.swift",
        "Utils/NSBundle+Applivery.swift",
        "Utils/NSError+Applivery.swift",
        "Utils/Ram.swift",
        "Utils/Result.swift",
        "Utils/Storyboard+Applivery.swift",
        "Utils/UIDevice+ModelName.swift",
        "Utils/UIImageExtension.swift",
        "Utils/UserDefaultsExtension.swift",
        "Utils/Wifi.swift",
        "Views/AppliveryWindow.swift",
        "Wrappers/App.swift",
        "Wrappers/AppliveryNavigationController.swift",
        "Wrappers/Device.swift",
        "Wrappers/EventDetector.swift",
        "Wrappers/Keyboard.swift",
        "Wrappers/ScreenRecorderManager.swift",
        "Wrappers/Screenshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Applivery",
      "Applivery-Package",
      "AppliveryDynamic"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Applivery-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Applivery-Package -destination platform=macOS,arch=arm64
Resolve Package Graph
Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliverySDK/exclude': File not found.Invalid Exclude '/Users/admin/builder/spi-builder-workspace/AppliveryBehaviorTests/Info.plist': File not found.
Resolved source packages:
  Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
  OHHTTPStubs: https://github.com/AliSoftware/OHHTTPStubs.git @ 9.1.0
  Applivery: /Users/admin/builder/spi-builder-workspace
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Quick: https://github.com/Quick/Quick.git @ 4.0.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'AppliveryDynamic' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery' in project 'Applivery'
        ➜ Explicit dependency on target 'Applivery_Applivery' in project 'Applivery'
    Target 'Applivery_Applivery' in project 'Applivery' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: 51fae08be22001d3110852e3a6b396ed
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/51fae08be22001d3110852e3a6b396ed.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CompileStoryboard /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard (in target 'Applivery_Applivery' from project 'Applivery')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Applivery_Applivery --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build/Applivery-SBPartialInfo.plist --auto-activate-custom-fonts --target-device mac --minimum-deployment-target 10.13 --output-format human-readable-text /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard --compilation-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Applivery.build/Debug/Applivery_Applivery.build
/* com.apple.ibtool.errors */
/Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard: error: iOS storyboards do not support target device type "mac".
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:cbc32d686b753a38cd2e609fc28364408ae456cd, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	CompileStoryboard /Users/admin/builder/spi-builder-workspace/AppliverySDK/Views/Applivery.storyboard (in target 'Applivery_Applivery' from project 'Applivery')
	Building workspace spi-builder-workspace with scheme Applivery-Package
(2 failures)
BUILD FAILURE 6.1 macosXcodebuild