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

Failed to build Parra, reference main (a89e88), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 4 Nov 2024 22:54:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Parra-Inc/parra-mobile-sdks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Parra-Inc/parra-mobile-sdks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a89e88c Released version 0.14.3 [skip ci]
Cloned https://github.com/Parra-Inc/parra-mobile-sdks.git
Revision (git rev-parse @):
a89e88c34b7932028119fc50eafe987bd7415bc9
SUCCESS checkout https://github.com/Parra-Inc/parra-mobile-sdks.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Parra-Inc/parra-mobile-sdks.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/scinfu/SwiftSoup.git
Fetching from https://github.com/Shopify/checkout-sheet-kit-swift
Fetching from https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown
Fetching from https://github.com/Shopify/mobile-buy-sdk-ios.git
Creating working copy of package ‘SwiftSoup’
Checking out 2.7.5 of package ‘SwiftSoup’
Creating working copy of package ‘mobile-buy-sdk-ios’
Checking out 13.1.0 of package ‘mobile-buy-sdk-ios’
Creating working copy of package ‘SwiftHTMLToMarkdown’
Checking out 1.1.1 of package ‘SwiftHTMLToMarkdown’
Creating working copy of package ‘checkout-sheet-kit-swift’
Checking out 3.0.4 of package ‘checkout-sheet-kit-swift’
Resolved source packages:
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.7.5
  Mobile Buy SDK: https://github.com/Shopify/mobile-buy-sdk-ios.git @ 13.1.0
  SwiftHTMLtoMarkdown: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown @ 1.1.1
  Parra: /Users/admin/builder/spi-builder-workspace
  ShopifyCheckoutSheetKit: https://github.com/Shopify/checkout-sheet-kit-swift @ 3.0.4
resolved source packages: SwiftSoup, Mobile Buy SDK, SwiftHTMLtoMarkdown, Parra, ShopifyCheckoutSheetKit
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "mobile-buy-sdk-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.1.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Shopify/mobile-buy-sdk-ios"
    },
    {
      "identity" : "checkout-sheet-kit-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Shopify/checkout-sheet-kit-swift"
    },
    {
      "identity" : "swifthtmltomarkdown",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown"
    }
  ],
  "manifest_display_name" : "Parra",
  "name" : "Parra",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Parra",
      "targets" : [
        "Parra"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ParraStorefront",
      "targets" : [
        "ParraStorefront"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5.10"
  ],
  "targets" : [
    {
      "c99name" : "ParraTests",
      "module_type" : "SwiftTarget",
      "name" : "ParraTests",
      "path" : "ios/Tests/ParraTests",
      "sources" : [
        "Extensions/Data.swift",
        "Extensions/ParraEndpoint+CaseIterable.swift",
        "Extensions/XCTestCase.swift",
        "Managers/ApiResourceServerTests.swift",
        "Managers/AuthServerTests.swift",
        "Managers/DataManagerTests.swift",
        "Managers/FileManagerTests.swift",
        "Managers/ParraSyncManagerTests.swift",
        "Managers/SessionManagerTests.swift",
        "Managers/SessionReaderTests.swift",
        "Mocks/MockParra.swift",
        "Mocks/MockedParraTestCase.swift",
        "Mocks/Network/MockResourceServer.swift",
        "Mocks/Network/MockURLSession.swift",
        "Mocks/Network/URLSessionDataTaskType.swift",
        "Mocks/ParraAuthenticationProviderType+mockPublicKey.swift",
        "Mocks/ParraBaseMock.swift",
        "ParraLoggerTests.swift",
        "PersistentStorage/CredentialStorageTests.swift",
        "PersistentStorage/ParraStorageModuleTests.swift",
        "PersistentStorage/PersistentStorageMedium/FileSystemStorageTests.swift",
        "PersistentStorage/PersistentStorageMedium/UserDefaultsStorageTests.swift",
        "SignpostTestObserver.swift",
        "TestHelpers/PersistentStorageTestHelpers.swift",
        "Types/GeneratedTypes+Swift.swift",
        "Types/ParraCredentialTests.swift",
        "Util/CryptoUtilsTests.swift",
        "Util/LoggerHelpersTests.swift"
      ],
      "target_dependencies" : [
        "Parra"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ParraStorefront",
      "module_type" : "SwiftTarget",
      "name" : "ParraStorefront",
      "path" : "ios/Sources/ParraStorefront",
      "product_dependencies" : [
        "Buy",
        "ShopifyCheckoutSheetKit",
        "SwiftHTMLtoMarkdown"
      ],
      "product_memberships" : [
        "ParraStorefront"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/Sources/ParraStorefront/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Content Observer/Inputs/Storefront+createCartInputs.swift",
        "Content Observer/Queries/Storefront+cartMutationQueries.swift",
        "Content Observer/Queries/Storefront+productQueries.swift",
        "Content Observer/State/StorefrontWidget+ContentObserver+CartState.swift",
        "Content Observer/StorefrontWidget+ContentObserver+CheckoutDelegate.swift",
        "Content Observer/StorefrontWidget+ContentObserver+Content.swift",
        "Content Observer/StorefrontWidget+ContentObserver+InitialParams.swift",
        "Content Observer/StorefrontWidget+ContentObserver+cartPersistence.swift",
        "Content Observer/StorefrontWidget+ContentObserver.swift",
        "Extensions/Text+contrast.swift",
        "ParraStorefront.swift",
        "ParraStorefrontError.swift",
        "ParraStorefrontWidget.swift",
        "ParraStorefrontWidgetConfig.swift",
        "ParraStorefrontWidgetDelegate.swift",
        "ParraViewDataLoader+Storefront.swift",
        "Product Models/ParraCartCost.swift",
        "Product Models/ParraCartLineItem+ParraFixture.swift",
        "Product Models/ParraCartLineItem.swift",
        "Product Models/ParraOrderDetails.swift",
        "Product Models/ParraProduct+ParraFixture.swift",
        "Product Models/ParraProduct.swift",
        "Product Models/ParraProductCost.swift",
        "Product Models/ParraProductImage.swift",
        "Product Models/ParraProductPrice.swift",
        "Product Models/ParraProductPriceRange.swift",
        "Product Models/ParraProductResponse.swift",
        "Product Models/ParraProductVariant.swift",
        "ShopifyService.swift",
        "StorefrontAnalytics.swift",
        "StorefrontWidget.swift",
        "View+Storefront.swift",
        "Views/Cart/CartLineItemView.swift",
        "Views/Cart/CartView.swift",
        "Views/CartButton.swift",
        "Views/DiscountablePriceLabelView.swift",
        "Views/Grid/GridLayout.swift",
        "Views/Grid/GridLayoutControl.swift",
        "Views/Grid/ProductGridView.swift",
        "Views/PriceLabelView.swift",
        "Views/ProductCell.swift",
        "Views/ProductCellButtonStyle.swift",
        "Views/ProductDetailOptionsView.swift",
        "Views/ProductDetailView.swift",
        "Views/Quantity Stepper/DebouncedProductQuantityStepper.swift",
        "Views/Quantity Stepper/ProductQuantityStepper.swift"
      ],
      "target_dependencies" : [
        "Parra"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Parra",
      "module_type" : "SwiftTarget",
      "name" : "Parra",
      "path" : "ios/Sources/Parra",
      "product_memberships" : [
        "Parra",
        "ParraStorefront"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ios/Sources/Parra/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Containers/Loaders/ParraViewDataLoader.swift",
        "Containers/Loaders/Sheet Presentation/ParraSheetDismissType.swift",
        "Containers/Loaders/Sheet Presentation/Sheet.swift",
        "Containers/Loaders/Sheet Presentation/SheetLoadState.swift",
        "Containers/Loaders/Sheet Presentation/SheetWithLoader.swift",
        "Containers/Loaders/Sheet Presentation/View+Sheet.swift",
        "Containers/Loaders/Sheet Presentation/View+SheetWithLoader.swift",
        "Containers/Loaders/ViewDataLoader+Changelog.swift",
        "Containers/Loaders/ViewDataLoader+Feed.swift",
        "Containers/Loaders/ViewDataLoader+FeedbackForms.swift",
        "Containers/Loaders/ViewDataLoader+Release.swift",
        "Containers/Loaders/ViewDataLoader+Roadmap.swift",
        "Containers/Loaders/ViewDataLoader+Settings.swift",
        "Containers/State/FieldState.swift",
        "Containers/Views/Badges/ParraBadgeComponent.swift",
        "Containers/Views/Badges/ParraBadgeSize.swift",
        "Containers/Views/Badges/ParraBadgeVariant.swift",
        "Containers/Views/CachedAsyncImage.swift",
        "Containers/Views/Camera/Camera.swift",
        "Containers/Views/Camera/CameraDataModel.swift",
        "Containers/Views/Camera/CameraPermissionDeniedView.swift",
        "Containers/Views/Camera/CameraView.swift",
        "Containers/Views/Camera/ViewfinderView.swift",
        "Containers/Views/Environment/EnvironmentValues+defaultSafeAreaInsets.swift",
        "Containers/Views/Environment/EnvironmentValues+parra.swift",
        "Containers/Views/Environment/EnvironmentValues+parraAppInfo.swift",
        "Containers/Views/Environment/EnvironmentValues+parraAuthState.swift",
        "Containers/Views/Environment/EnvironmentValues+parraComponentFactory.swift",
        "Containers/Views/Environment/EnvironmentValues+parraConfiguration.swift",
        "Containers/Views/Environment/EnvironmentValues+parraPreferredAppearance.swift",
        "Containers/Views/Environment/EnvironmentValues+parraTheme.swift",
        "Containers/Views/Environment/EnvironmentValues+parraUserProperties.swift",
        "Containers/Views/Environment/EnvironmentValues+parraUserSettings.swift",
        "Containers/Views/Extensions/Color+AutoAppearance.swift",
        "Containers/Views/Extensions/Color+Luminosity.swift",
        "Containers/Views/Extensions/Color+hex.swift",
        "Containers/Views/Extensions/View+border.swift",
        "Containers/Views/Extensions/View+emptyPlaceholder.swift",
        "Containers/Views/Extensions/View+errorPlaceholder.swift",
        "Containers/Views/Extensions/View+focusNextField.swift",
        "Containers/Views/Extensions/View+padding.swift",
        "Containers/Views/Extensions/View+redacted.swift",
        "Containers/Views/Extensions/View+shakeGesture.swift",
        "Containers/Views/Fixtures/FeedbackFormField+Fixtures.swift",
        "Containers/Views/Fixtures/ParraCardItem+Fixtures.swift",
        "Containers/Views/Fixtures/ParraFixture.swift",
        "Containers/Views/LegalInfoView.swift",
        "Containers/Views/Logo/ParraLogo.swift",
        "Containers/Views/Logo/ParraLogoButton.swift",
        "Containers/Views/Logo/ParraLogoType.swift",
        "Containers/Views/Logo/PoweredByParraButton.swift",
        "Containers/Views/ParraDismissButton.swift",
        "Containers/Views/PhotoWell/PhotoWell+WellState.swift",
        "Containers/Views/PhotoWell/PhotoWell.swift",
        "Containers/Views/PreferenceKeys/SizePreferenceKey.swift",
        "Containers/Views/PreferenceKeys/ViewOffsetKey.swift",
        "Containers/Views/ProductQuantityStepper.swift",
        "Containers/Views/ScrollToTopView.swift",
        "Containers/Views/WebView.swift",
        "Containers/Views/WidgetFooter.swift",
        "Containers/Widgets/Auth/Fixtures/LegalInfo+ParraFixtures.swift",
        "Containers/Widgets/Auth/Fixtures/ParraAppAuthInfo+ParraFixtures.swift",
        "Containers/Widgets/Auth/Fixtures/PasswordConfig+ParraFixture.swift",
        "Containers/Widgets/Auth/View+ChangePassword.swift",
        "Containers/Widgets/Auth/View+SignIn.swift",
        "Containers/Widgets/Changelog/AppReleaseContent.swift",
        "Containers/Widgets/Changelog/AppReleaseSectionContent.swift",
        "Containers/Widgets/Changelog/ChangelogWidget+ContentObserver+Content.swift",
        "Containers/Widgets/Changelog/ChangelogWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Changelog/ChangelogWidget+ContentObserver.swift",
        "Containers/Widgets/Changelog/Fixtures/AppRelease+Fixtures.swift",
        "Containers/Widgets/Changelog/Fixtures/AppReleaseCollectionResponse+Fixtures.swift",
        "Containers/Widgets/Changelog/Fixtures/AppReleaseSection+Fixtures.swift",
        "Containers/Widgets/Changelog/Fixtures/AppReleaseStub+Fixtures.swift",
        "Containers/Widgets/Changelog/Public/ParraChangelogWidgetConfig.swift",
        "Containers/Widgets/Changelog/Public/View+Changelog.swift",
        "Containers/Widgets/Changelog/ReleaseHeaderContent.swift",
        "Containers/Widgets/Changelog/ReleaseType+userFacingString.swift",
        "Containers/Widgets/Changelog/TicketStubContent.swift",
        "Containers/Widgets/Changelog/Views/ChangelogItemInfoView.swift",
        "Containers/Widgets/Changelog/Views/ChangelogListItem.swift",
        "Containers/Widgets/Changelog/Views/ChangelogWidget.swift",
        "Containers/Widgets/Feed/FeedWidget+ContentObserver+Content.swift",
        "Containers/Widgets/Feed/FeedWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Feed/FeedWidget+ContentObserver.swift",
        "Containers/Widgets/Feed/Fixtures/ContentCard+Fixtures.swift",
        "Containers/Widgets/Feed/Fixtures/FeedItem+Fixtures.swift",
        "Containers/Widgets/Feed/Fixtures/FeedItemCollectionResponse+Fixtures.swift",
        "Containers/Widgets/Feed/Fixtures/FeedItemYoutubeVideoData+Fixtures.swift",
        "Containers/Widgets/Feed/Fixtures/ParraCreatorUpdateAppStub+Fixtures.swift",
        "Containers/Widgets/Feed/Fixtures/ParraCreatorUpdateAttachmentStub+Fixtures.swift",
        "Containers/Widgets/Feed/Public/ParraFeedConfiguration.swift",
        "Containers/Widgets/Feed/Public/ParraFeedListView.swift",
        "Containers/Widgets/Feed/Public/ParraFeedWidget.swift",
        "Containers/Widgets/Feed/Public/View+Feed.swift",
        "Containers/Widgets/Feed/Views/ContentCardButtonStyle.swift",
        "Containers/Widgets/Feed/Views/CreatorUpdateAttachmentsView.swift",
        "Containers/Widgets/Feed/Views/FeedContentCardView.swift",
        "Containers/Widgets/Feed/Views/FeedCreatorUpdateView.swift",
        "Containers/Widgets/Feed/Views/FeedWidget.swift",
        "Containers/Widgets/Feed/Views/FeedYouTubeVideoDetailView.swift",
        "Containers/Widgets/Feed/Views/FeedYouTubeVideoView.swift",
        "Containers/Widgets/Feed/Views/FullScreenGalleryView.swift",
        "Containers/Widgets/Feed/Views/YouTubeThumbnailView.swift",
        "Containers/Widgets/Feedback Forms/FeedbackFormWidget+ContentObserver+Content.swift",
        "Containers/Widgets/Feedback Forms/FeedbackFormWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Feedback Forms/FeedbackFormWidget+ContentObserver.swift",
        "Containers/Widgets/Feedback Forms/ParraFeedbackFormWidgetConfig.swift",
        "Containers/Widgets/Feedback Forms/State/FeedbackFormSubmissionType.swift",
        "Containers/Widgets/Feedback Forms/State/FormFieldWithState.swift",
        "Containers/Widgets/Feedback Forms/View+FeedbackForm.swift",
        "Containers/Widgets/Feedback Forms/View+InternalFeedbackForm.swift",
        "Containers/Widgets/Feedback Forms/Views/FeedbackFormWidget.swift",
        "Containers/Widgets/Feedback/Card Views/FeedbackCardView.swift",
        "Containers/Widgets/Feedback/Card Views/FeedbackQuestionCard.swift",
        "Containers/Widgets/Feedback/Card Views/FeedbackQuestionViewKind.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/FeedbackBooleanQuestionCard.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/FeedbackCheckboxQuestionCard.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/FeedbackChoiceQuestionCard.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/FeedbackRatingQuestionCard.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/Utils/FeedbackQuestionViewKind+MultiOptionAnswer.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/Utils/FeedbackQuestionViewKind+SingleOptionAnswer.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/Utils/FeedbackQuestionViewKind+currentAnswer.swift",
        "Containers/Widgets/Feedback/Card Views/Question Kinds/Views/SegmentView.swift",
        "Containers/Widgets/Feedback/FeedbackCardViewDelegate.swift",
        "Containers/Widgets/Feedback/FeedbackCardWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Feedback/FeedbackCardWidget+ContentObserver.swift",
        "Containers/Widgets/Feedback/FeedbackCardWidget+Navigation.swift",
        "Containers/Widgets/Feedback/FeedbackCardWidget.swift",
        "Containers/Widgets/Feedback/Fixtures/ParraFeedbackForm+Fixtures.swift",
        "Containers/Widgets/Feedback/ParraCardModalType.swift",
        "Containers/Widgets/Feedback/ParraCardModalViewedEvent.swift",
        "Containers/Widgets/Feedback/Public/ParraFeedbackCardWidgetConfig.swift",
        "Containers/Widgets/Feedback/Public/ParraFeedbackView.swift",
        "Containers/Widgets/Feedback/View+FeedbackCards.swift",
        "Containers/Widgets/Profile/Public/ParraLegalDocumentView.swift",
        "Containers/Widgets/Profile/Public/ParraLegalInfoView.swift",
        "Containers/Widgets/Profile/Public/ParraProfilePhotoWell.swift",
        "Containers/Widgets/Release/Fixtures/AppInfo+Fixtures.swift",
        "Containers/Widgets/Release/ReleaseChangelogSectionView.swift",
        "Containers/Widgets/Release/ReleaseContentObserver+InitialParams.swift",
        "Containers/Widgets/Release/ReleaseContentObserver+ReleaseContentType.swift",
        "Containers/Widgets/Release/ReleaseContentObserver.swift",
        "Containers/Widgets/Release/ReleaseWidget.swift",
        "Containers/Widgets/Release/View+Release.swift",
        "Containers/Widgets/Roadmap/Extensions/TicketDisplayStatus+badgeAttributes.swift",
        "Containers/Widgets/Roadmap/Extensions/TicketType+badgeAttributes.swift",
        "Containers/Widgets/Roadmap/Fixtures/AppRoadmapConfiguration+Fixtures.swift",
        "Containers/Widgets/Roadmap/Fixtures/UserTicket+Fixtures.swift",
        "Containers/Widgets/Roadmap/Fixtures/UserTicketCollectionResponse+Fixtures.swift",
        "Containers/Widgets/Roadmap/Public/ParraReleases.swift",
        "Containers/Widgets/Roadmap/Public/ParraRoadmapWidgetConfig.swift",
        "Containers/Widgets/Roadmap/Public/View+Roadmap.swift",
        "Containers/Widgets/Roadmap/RoadmapWidget+ContentObserver+Content.swift",
        "Containers/Widgets/Roadmap/RoadmapWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Roadmap/RoadmapWidget+ContentObserver+Voting.swift",
        "Containers/Widgets/Roadmap/RoadmapWidget+ContentObserver.swift",
        "Containers/Widgets/Roadmap/TicketUserContent.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapDetailView.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapListItem.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapTicketDisplayStatusBadge.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapTicketTypeBadge.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapTicketTypeIcon.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapVoteView.swift",
        "Containers/Widgets/Roadmap/Views/RoadmapWidget.swift",
        "Containers/Widgets/Settings/Fixtures/ParraUserSettingsGroup+Fixtures.swift",
        "Containers/Widgets/Settings/Fixtures/ParraUserSettingsItem+Fixtures.swift",
        "Containers/Widgets/Settings/Fixtures/ParraUserSettingsLayout+Fixtures.swift",
        "Containers/Widgets/Settings/ParraUserSettings.swift",
        "Containers/Widgets/Settings/ParraUserSettingsConfiguration.swift",
        "Containers/Widgets/Settings/Public/ParraUserSettingsView.swift",
        "Containers/Widgets/Settings/Public/ParraUserSettingsWidget.swift",
        "Containers/Widgets/Settings/Public/View+Settings.swift",
        "Containers/Widgets/Settings/UserSettingsWidget+ContentObserver+Content.swift",
        "Containers/Widgets/Settings/UserSettingsWidget+ContentObserver+InitialParams.swift",
        "Containers/Widgets/Settings/UserSettingsWidget+ContentObserver.swift",
        "Containers/Widgets/Settings/UserSettingsWidget.swift",
        "Containers/Widgets/Settings/Views/UserSettingsBoolItemView.swift",
        "Containers/Widgets/Settings/Views/UserSettingsGroupView.swift",
        "Containers/Widgets/Settings/Views/UserSettingsIntItemView.swift",
        "Containers/Widgets/Settings/Views/UserSettingsItemInfoView.swift",
        "Containers/Widgets/Settings/Views/UserSettingsItemView.swift",
        "Containers/Widgets/Settings/Views/UserSettingsStringItemView.swift",
        "Core/Alerts/AlertManager+Loading.swift",
        "Core/Alerts/AlertManager+Toasts.swift",
        "Core/Alerts/AlertManager.swift",
        "Core/Alerts/AlertPresenter.swift",
        "Core/App Delegate/NoTouchEventWindow.swift",
        "Core/App Delegate/ParraAppDelegate.swift",
        "Core/App Delegate/ParraOrientation.swift",
        "Core/App Delegate/ParraPreviewAppDelegate.swift",
        "Core/App Delegate/ParraSceneDelegate.swift",
        "Core/Debug Menu/DebugLogStore.swift",
        "Core/Debug Menu/LogView.swift",
        "Core/Debug Menu/RecentLogViewer.swift",
        "Core/Fixtures/ParraCredential+Fixtures.swift",
        "Core/Fixtures/ParraSessionsResponse+Fixtures.swift",
        "Core/Fixtures/ParraUser.Info+Fixtures.swift",
        "Core/Fixtures/UserInfoResponse+Fixtures.swift",
        "Core/Instance Config/ParraInstanceConfiguration.swift",
        "Core/Instance Config/ParraInstanceStorageConfiguration.swift",
        "Core/Internal/ParraInternal+Analytics.swift",
        "Core/Internal/ParraInternal+AppInfo.swift",
        "Core/Internal/ParraInternal+Constants.swift",
        "Core/Internal/ParraInternal+Factory.swift",
        "Core/Internal/ParraInternal+Links.swift",
        "Core/Internal/ParraInternal+ServerDelegate.swift",
        "Core/Internal/ParraInternal+SyncEvents.swift",
        "Core/Internal/ParraInternal+SyncManagerDelegate.swift",
        "Core/Internal/ParraInternal+SyncTarget.swift",
        "Core/Internal/ParraInternal+SyncTrigger.swift",
        "Core/Internal/ParraInternal.swift",
        "Core/Launch Screen/LaunchScreenStateManager.swift",
        "Core/Launch Screen/ParraDefaultLaunchScreen+Config.swift",
        "Core/Launch Screen/ParraDefaultLaunchScreen.swift",
        "Core/Launch Screen/ParraLaunchScreen+Config.swift",
        "Core/Launch Screen/ParraLaunchScreen.swift",
        "Core/Launch Screen/ParraLaunchScreenType.swift",
        "Core/Launch Screen/ParraStoryboardLaunchScreen+Config.swift",
        "Core/Launch Screen/ParraStoryboardLaunchScreen.swift",
        "Core/Managers/MetricManager+CrashInfo.swift",
        "Core/Managers/MetricManager.swift",
        "Core/Managers/ModalScreenManager.swift",
        "Core/Managers/ParraContainerRenderer.swift",
        "Core/Managers/ParraLinkManager.swift",
        "Core/Navigation/NavigationState.swift",
        "Core/Parra App/Auth/Flow/AuthenticationFlowManager.swift",
        "Core/Parra App/Auth/Flow/AuthenticationFlowManagerDelegate.swift",
        "Core/Parra App/Auth/Flow/ParraAuthenticationFlowConfig.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/ChallengeView.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/ParraAuthDefaultIdentityChallengeScreen+Params.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/ParraAuthDefaultIdentityChallengeScreen.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/PasswordStrengthView.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/SubmissionButton.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/SubmissionOptions+SubmissionOptionInfo.swift",
        "Core/Parra App/Auth/Flow/Screens/Challege/SubmissionOptions.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/ForgotPasswordStateManager+ScreenState.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/ForgotPasswordStateManager.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/ParraAuthDefaultForgotPasswordScreen+Params.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/ParraAuthDefaultForgotPasswordScreen.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/State Views/ForgotPasswordCodeSentStateView.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/State Views/ForgotPasswordCompleteView.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/State Views/ForgotPasswordInitialStateView.swift",
        "Core/Parra App/Auth/Flow/Screens/Forgot Password/State Views/ForgotPasswordNewPasswordStateView.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/ParraAuthDefaultIdentityInputScreen+Config.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/ParraAuthDefaultIdentityInputScreen+Params.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/ParraAuthDefaultIdentityInputScreen.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/PhoneNumberFormatter.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/PhoneOrEmailTextInputView+CountryCode.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/PhoneOrEmailTextInputView+Mode.swift",
        "Core/Parra App/Auth/Flow/Screens/Input/PhoneOrEmailTextInputView.swift",
        "Core/Parra App/Auth/Flow/Screens/Landing/ParraAuthDefaultLandingScreen+Config.swift",
        "Core/Parra App/Auth/Flow/Screens/Landing/ParraAuthDefaultLandingScreen+Params.swift",
        "Core/Parra App/Auth/Flow/Screens/Landing/ParraAuthDefaultLandingScreen.swift",
        "Core/Parra App/Auth/Flow/Screens/Verification/ChallengeVerificationView.swift",
        "Core/Parra App/Auth/Flow/Screens/Verification/CodeEntryView.swift",
        "Core/Parra App/Auth/Flow/Screens/Verification/ParraAuthDefaultIdentityVerificationScreen+Params.swift",
        "Core/Parra App/Auth/Flow/Screens/Verification/ParraAuthDefaultIdentityVerificationScreen.swift",
        "Core/Parra App/Auth/Flow/Types/ParraAuthenticationMethod.swift",
        "Core/Parra App/Auth/Flow/Types/ParraAuthenticationType.swift",
        "Core/Parra App/Auth/Flow/Types/ParraChallengeResponse.swift",
        "Core/Parra App/Auth/Flow/Types/ParraIdentityInputType.swift",
        "Core/Parra App/Auth/Flow/Types/Providers.swift",
        "Core/Parra App/Auth/LaunchScreenWindow.swift",
        "Core/Parra App/Auth/ParraAppContent.swift",
        "Core/Parra App/Auth/ParraAuthState.swift",
        "Core/Parra App/Auth/ParraAuthenticationFlow.swift",
        "Core/Parra App/Auth/ParraDefaultAuthenticationFlowView.swift",
        "Core/Parra App/Auth/ParraGuest.swift",
        "Core/Parra App/Auth/ParraOptionalAuthWindow.swift",
        "Core/Parra App/Auth/ParraRequiredAuthWindow.swift",
        "Core/Parra App/Auth/ParraUser+Credential+Token.swift",
        "Core/Parra App/Auth/ParraUser+Credential.swift",
        "Core/Parra App/Auth/ParraUser+Fixtures.swift",
        "Core/Parra App/Auth/ParraUser+Info.swift",
        "Core/Parra App/Auth/ParraUser.swift",
        "Core/Parra App/Auth/ParraUserManager.swift",
        "Core/Parra App/ParraApp.swift",
        "Core/Parra App/ParraAppViewTarget.swift",
        "Core/Parra App/ParraErrorBoundary.swift",
        "Core/Parra App/Previews/ParraAppPreview.swift",
        "Core/Parra App/Previews/ParraAuthenticationConfiguration+Preview.swift",
        "Core/Parra App/Previews/ParraCardViewPreview.swift",
        "Core/Parra App/Previews/ParraContainerPreview.swift",
        "Core/Parra App/Previews/ParraLaunchScreen.Config+Preview.swift",
        "Core/Parra App/Previews/ParraViewPreview.swift",
        "Core/Public/Parra+Analytics.swift",
        "Core/Public/Parra+AppInfo.swift",
        "Core/Public/Parra+Auth.swift",
        "Core/Public/Parra+Constants.swift",
        "Core/Public/Parra+ContainerRenderer.swift",
        "Core/Public/Parra+Notifications.swift",
        "Core/Public/Parra+Push.swift",
        "Core/Public/Parra+Sync.swift",
        "Core/Public/Parra+User.swift",
        "Core/Public/Parra.swift",
        "Core/Push/ParraPushManager.swift",
        "Core/User Data/ParraMetadata.swift",
        "Core/User Data/ParraReadableKeyValueStore.swift",
        "Core/User Data/ParraUserProperties+MergeConflict.swift",
        "Core/User Data/ParraUserProperties+setters.swift",
        "Core/User Data/ParraUserProperties.swift",
        "Design System/Components/Config/Button/ParraButtonSize.swift",
        "Design System/Components/Config/Button/ParraButtonState.swift",
        "Design System/Components/Config/Button/ParraButtonType.swift",
        "Design System/Components/Config/Button/ParraButtonVariant.swift",
        "Design System/Components/Config/Button/ParraImageButtonConfig.swift",
        "Design System/Components/Config/Button/ParraImageButtonSize.swift",
        "Design System/Components/Config/Button/ParraTextButtonConfig.swift",
        "Design System/Components/Config/ParraAlertLevel.swift",
        "Design System/Components/Config/ParraEmptyStateConfig.swift",
        "Design System/Components/Config/ParraImageConfig.swift",
        "Design System/Components/Config/ParraMenuConfig.swift",
        "Design System/Components/Config/ParraSegmentConfig.swift",
        "Design System/Components/Config/ParraTextEditorConfig.swift",
        "Design System/Components/Config/ParraTextInputConfig.swift",
        "Design System/Components/Content/Image/ParraAsyncImageContent.swift",
        "Design System/Components/Content/Image/ParraImageContent.swift",
        "Design System/Components/Content/ParraAlertContent.swift",
        "Design System/Components/Content/ParraBadgeContent.swift",
        "Design System/Components/Content/ParraEmptyStateContent.swift",
        "Design System/Components/Content/ParraImageButtonContent.swift",
        "Design System/Components/Content/ParraLabelContent.swift",
        "Design System/Components/Content/ParraLoadingIndicatorContent.swift",
        "Design System/Components/Content/ParraMenuContent.swift",
        "Design System/Components/Content/ParraSegmentContent.swift",
        "Design System/Components/Content/ParraTextButtonContent.swift",
        "Design System/Components/Content/ParraTextEditorContent.swift",
        "Design System/Components/Content/ParraTextInputContent.swift",
        "Design System/Components/Style/Attributes/FixedFrameAttributes.swift",
        "Design System/Components/Style/Attributes/FlexibleFrameAttributes.swift",
        "Design System/Components/Style/Attributes/FrameAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyAlertAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyButtonAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyEmptyStateAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyImageAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyLabelAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyMenuAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyTextAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyTextEditorAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyTextInputAttributes.swift",
        "Design System/Components/Style/Extensions/View+applyWidgetAttributes.swift",
        "Design System/Components/Style/Extensions/View+conditionalRender.swift",
        "Design System/Components/Style/ParraContainedButtonStyle.swift",
        "Design System/Components/Style/ParraImageButtonStyle.swift",
        "Design System/Components/Style/ParraOutlinedButtonStyle.swift",
        "Design System/Components/Style/ParraPlainButtonStyle.swift",
        "Design System/Components/View/Alert/ModalLoadingIndicatorContainer.swift",
        "Design System/Components/View/Alert/ParraInlineAlertComponent.swift",
        "Design System/Components/View/Alert/ParraLoadingIndicatorComponent.swift",
        "Design System/Components/View/Alert/ParraToastAlertComponent.swift",
        "Design System/Components/View/Buttons/Image Buttons/ImageButton+RenderStorybook.swift",
        "Design System/Components/View/Buttons/Image Buttons/ParraImageButtonComponent.swift",
        "Design System/Components/View/Buttons/Text Buttons/ParraContainedButtonComponent.swift",
        "Design System/Components/View/Buttons/Text Buttons/ParraOutlinedButtonComponent.swift",
        "Design System/Components/View/Buttons/Text Buttons/ParraPlainButtonComponent.swift",
        "Design System/Components/View/Buttons/Text Buttons/TextButton+RenderStorybook.swift",
        "Design System/Components/View/Images/ParraAsyncImageComponent.swift",
        "Design System/Components/View/Images/ParraImageComponent.swift",
        "Design System/Components/View/ParraEmptyStateComponent.swift",
        "Design System/Components/View/ParraLabelComponent.swift",
        "Design System/Components/View/ParraMenuComponent.swift",
        "Design System/Components/View/ParraSegmentComponent.swift",
        "Design System/Components/View/ParraTextEditorComponent.swift",
        "Design System/Components/View/ParraTextInputComponent.swift",
        "Design System/Containers/Config/ParraContainerConfig.swift",
        "Design System/Containers/Content/ParraContainerContent.swift",
        "Design System/Containers/Content/ParraContainerContentObserver.swift",
        "Design System/Containers/ParraContainer.swift",
        "Design System/Containers/ParraPublicContainer.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Alerts.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Badge.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Buttons.swift",
        "Design System/Factory/Component Factories/ComponentFactory+EmptyState.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Image.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Labels.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Menus.swift",
        "Design System/Factory/Component Factories/ComponentFactory+Segments.swift",
        "Design System/Factory/Component Factories/ComponentFactory+TextEditors.swift",
        "Design System/Factory/Component Factories/ComponentFactory+TextInputs.swift",
        "Design System/Factory/Component Factories/ParraComponentFactory.swift",
        "Design System/Factory/Global Component Attributes/ComponentAttributesProvider.swift",
        "Design System/Factory/Global Component Attributes/ParraAttributes.TextInput+fakeAttributes.swift",
        "Design System/Factory/Global Component Attributes/ParraGlobalComponentAttributes.swift",
        "Design System/Storybooks/ColorPaletteView.swift",
        "Design System/Storybooks/SwatchView.swift",
        "Design System/Theme/Attributes/ParraAttributes+Alert.swift",
        "Design System/Theme/Attributes/ParraAttributes+Border.swift",
        "Design System/Theme/Attributes/ParraAttributes+Button.swift",
        "Design System/Theme/Attributes/ParraAttributes+EmptyState.swift",
        "Design System/Theme/Attributes/ParraAttributes+Image.swift",
        "Design System/Theme/Attributes/ParraAttributes+Label.swift",
        "Design System/Theme/Attributes/ParraAttributes+LoadingIndicator.swift",
        "Design System/Theme/Attributes/ParraAttributes+Menu.swift",
        "Design System/Theme/Attributes/ParraAttributes+Segment.swift",
        "Design System/Theme/Attributes/ParraAttributes+Shadow.swift",
        "Design System/Theme/Attributes/ParraAttributes+Text.swift",
        "Design System/Theme/Attributes/ParraAttributes+TextEditor.swift",
        "Design System/Theme/Attributes/ParraAttributes+TextInput.swift",
        "Design System/Theme/Attributes/ParraAttributes+Widget.swift",
        "Design System/Theme/Attributes/ParraAttributes.swift",
        "Design System/Theme/Colors/ParraColor.swift",
        "Design System/Theme/Colors/ParraColorConvertible.swift",
        "Design System/Theme/Colors/ParraColorPalette.swift",
        "Design System/Theme/Corner Radius/ParraCornerRadiusConfig.swift",
        "Design System/Theme/Corner Radius/ParraCornerRadiusSize.swift",
        "Design System/Theme/Corner Radius/RectangleCornerRadii+shortcuts.swift",
        "Design System/Theme/Extensions/Int+ParraColorConvertible.swift",
        "Design System/Theme/Extensions/ParraColor+ParraColorConvertible.swift",
        "Design System/Theme/Extensions/ParraColor+ParraColorSwatchConvertible.swift",
        "Design System/Theme/Extensions/ParraColorSwatch+ParraColorConvertible.swift",
        "Design System/Theme/Extensions/ParraColorSwatch+ParraColorSwatchConvertible.swift",
        "Design System/Theme/Extensions/UIColor+ParraColorConvertible.swift",
        "Design System/Theme/Extensions/UIColor+ParraColorSwatchConvertible.swift",
        "Design System/Theme/Padding/ParraPaddingConfig.swift",
        "Design System/Theme/Padding/ParraPaddingSize.swift",
        "Design System/Theme/ParraThemeManager+themeChange.swift",
        "Design System/Theme/ParraThemeManager+userDefaults.swift",
        "Design System/Theme/ParraThemeManager.swift",
        "Design System/Theme/Swatches/ParraColorSwatch.swift",
        "Design System/Theme/Swatches/ParraColorSwatchConvertible.swift",
        "Design System/Theme/Typography/ParraTypography.swift",
        "Extensions/ASAuthorizationError+noCredential.swift",
        "Extensions/AttributedString+dataDetector.swift",
        "Extensions/Bundle+decode.swift",
        "Extensions/CharacterSet+allowedUrlChars.swift",
        "Extensions/Data+base64String.swift",
        "Extensions/Data+prettyJson.swift",
        "Extensions/Date+fromIso8601String.swift",
        "Extensions/Date+timeAgo.swift",
        "Extensions/Dictionary+queryItems.swift",
        "Extensions/EdgeInsets+inits.swift",
        "Extensions/EdgeInsets+zero.swift",
        "Extensions/FileManager+safePaths.swift",
        "Extensions/Font+toUIFont.swift",
        "Extensions/HTTPURLResponse+ParraDictionaryConvertible.swift",
        "Extensions/JSONDecoder.swift",
        "Extensions/JSONEncoder.swift",
        "Extensions/Models.swift",
        "Extensions/Publisher+asyncMap.swift",
        "Extensions/Sequence+asyncMap.swift",
        "Extensions/String+matchesPattern.swift",
        "Extensions/String+now.swift",
        "Extensions/String+prefixes.swift",
        "Extensions/String+randomEmoji.swift",
        "Extensions/String+uuid.swift",
        "Extensions/Task+sleep.swift",
        "Extensions/UIApplication+dismissKeyboard.swift",
        "Extensions/UIDevice++.swift",
        "Extensions/UIImage+resize.swift",
        "Extensions/UIViewController.swift",
        "Extensions/UIWindow+topViewController.swift",
        "Extensions/URL+helpers.swift",
        "Extensions/URL+safePaths.swift",
        "Extensions/URLRequest+ParraDictionaryConvertible.swift",
        "Extensions/URLRequest+headers.swift",
        "Extensions/URLRequest+safeQuery.swift",
        "Extensions/URLSession.swift",
        "Feedback/Answer Handler/ParraCardAnswerHandler.swift",
        "Feedback/Answer Handler/ParraQuestionHandlerDelegate.swift",
        "Feedback/Extensions/Array.swift",
        "Feedback/Extensions/CAShapeLayer.swift",
        "Feedback/Extensions/Int.swift",
        "Feedback/Extensions/NSAttributedString.swift",
        "Feedback/Extensions/UIColor.swift",
        "Feedback/Extensions/UIEdgeInsets.swift",
        "Feedback/Extensions/UIView.swift",
        "Feedback/ParraFeedback+Constants.swift",
        "Feedback/ParraFeedback+Notifications.swift",
        "Feedback/ParraFeedback+SyncTarget.swift",
        "Feedback/ParraFeedback.swift",
        "Feedback/ParraFeedbackDataManager+Keys.swift",
        "Feedback/ParraFeedbackDataManager.swift",
        "Feedback/Storage/CardStorage.swift",
        "Feedback/Storage/CompletedCardDataStorage.swift",
        "Feedback/Types/ParraFeedbackPopupState.swift",
        "Feedback/Utils/ParraTextValidatorRule.swift",
        "Feedback/Utils/TextValidator.swift",
        "GeneratedPackageInfo.swift",
        "Managers/App Info/AppInfoManager+AppStoreResponse+Fixtures.swift",
        "Managers/App Info/AppInfoManager+AppStoreResponse.swift",
        "Managers/App Info/AppInfoManager+presentationFlows.swift",
        "Managers/App Info/AppInfoManager.swift",
        "Managers/Data/DataManager+Keys.swift",
        "Managers/Data/DataManager.swift",
        "Managers/Device Info/ParraDeviceInfoManager+DeviceInfo.swift",
        "Managers/Device Info/ParraDeviceInfoManager.swift",
        "Managers/Sync/ParraSyncManager.swift",
        "Managers/Sync/ParraSyncMode.swift",
        "Managers/Sync/SyncManagerDelegate.swift",
        "Managers/Sync/SyncTarget.swift",
        "Networking/API/API+assets.swift",
        "Networking/API/API+feed.swift",
        "Networking/API/API+feedback.swift",
        "Networking/API/API+push.swift",
        "Networking/API/API+releases.swift",
        "Networking/API/API+roadmap.swift",
        "Networking/API/API+sessions.swift",
        "Networking/API/API+userProperties.swift",
        "Networking/API/API+userSettings.swift",
        "Networking/API/API+users.swift",
        "Networking/API/API.swift",
        "Networking/Servers/Auth/AuthServer+UrlSessionDelegate.swift",
        "Networking/Servers/Auth/AuthServer.swift",
        "Networking/Servers/Auth/AuthService+ASAuthorizationControllerDelegate.swift",
        "Networking/Servers/Auth/AuthService+PasskeyPresentationMode.swift",
        "Networking/Servers/Auth/AuthService+Passkeys.swift",
        "Networking/Servers/Auth/AuthService+Passwordless.swift",
        "Networking/Servers/Auth/AuthService.swift",
        "Networking/Servers/Auth/OAuth2Service+AuthType.swift",
        "Networking/Servers/Auth/OAuth2Service+ResponseTypes.swift",
        "Networking/Servers/Auth/OAuth2Service.swift",
        "Networking/Servers/Auth/ParraAuthType.swift",
        "Networking/Servers/Resources/ApiResourceServer+Assets.swift",
        "Networking/Servers/Resources/ApiResourceServer+UrlSessionDelegate.swift",
        "Networking/Servers/Resources/ApiResourceServer.swift",
        "Networking/Servers/Resources/ExternalResourceServer+UrlSessionDelegate.swift",
        "Networking/Servers/Resources/ExternalResourceServer.swift",
        "Networking/Servers/Server+decode.swift",
        "Networking/Servers/Server+headers.swift",
        "Networking/Servers/Server+logTaskMetrics.swift",
        "Networking/Servers/Server+performRequest.swift",
        "Networking/Servers/Server.swift",
        "Networking/Servers/ServerConfiguration.swift",
        "Networking/Servers/ServerDelegate.swift",
        "Networking/UrlSessionDelegate.swift",
        "Networking/UrlSessionDelegateProxy.swift",
        "PersistentStorage/CredentialStorage.swift",
        "PersistentStorage/DataStorageMedium.swift",
        "PersistentStorage/ItemStorage.swift",
        "PersistentStorage/ParraStorageModule.swift",
        "PersistentStorage/ParraUserDefaultsStorageModule.swift",
        "PersistentStorage/PersistentStorageMedium/EncryptedFileSystemStorage.swift",
        "PersistentStorage/PersistentStorageMedium/FileSystemStorage.swift",
        "PersistentStorage/PersistentStorageMedium/KeychainStorage.swift",
        "PersistentStorage/PersistentStorageMedium/PersistentStorageMedium.swift",
        "PersistentStorage/PersistentStorageMedium/UserDefaultsStorage.swift",
        "PersistentStorage/Sessions/FileHandleType.swift",
        "PersistentStorage/Sessions/Generators/ParraSessionGenerator.swift",
        "PersistentStorage/Sessions/Generators/ParraSessionGeneratorType.swift",
        "PersistentStorage/Sessions/Generators/ParraSessionUploadGenerator.swift",
        "PersistentStorage/Sessions/SessionReader.swift",
        "PersistentStorage/Sessions/SessionStorage.swift",
        "PersistentStorage/Sessions/SessionStorageContext.swift",
        "Sessions/Extensions/ParraDiskUsage+ParraSessionParamDictionaryConvertible.swift",
        "Sessions/Extensions/Thread.swift",
        "Sessions/Extensions/UIDevice+modelCode.swift",
        "Sessions/Extensions/URL+diskUsage.swift",
        "Sessions/Logger/CallStackParser/CallStackFrame.swift",
        "Sessions/Logger/CallStackParser/CallStackParser.swift",
        "Sessions/Logger/Extensions/ProcessInfoPowerState+ParraLogStringConvertible.swift",
        "Sessions/Logger/Extensions/ProcessInfoThermalState+ParraLogStringConvertible.swift",
        "Sessions/Logger/Extensions/QualityOfService+ParraLogDescription.swift",
        "Sessions/Logger/Extensions/UIApplicationState+ParraLogStringConvertible.swift",
        "Sessions/Logger/Extensions/UIDeviceBatteryState+ParraLogStringConvertible.swift",
        "Sessions/Logger/Extensions/UIDeviceOrientation+ParraLogStringConvertible.swift",
        "Sessions/Logger/Logger+Levels.swift",
        "Sessions/Logger/Logger+StaticLevels.swift",
        "Sessions/Logger/Logger+Timers.swift",
        "Sessions/Logger/Logger+scope.swift",
        "Sessions/Logger/Logger.swift",
        "Sessions/Logger/LoggerFormatters.swift",
        "Sessions/Logger/LoggerHelpers.swift",
        "Sessions/Logger/ParraLazyLogParam.swift",
        "Sessions/Logger/Types/Context/ParraLogContext.swift",
        "Sessions/Logger/Types/Context/ParraLoggerCallSiteContext.swift",
        "Sessions/Logger/Types/Context/ParraLoggerContext.swift",
        "Sessions/Logger/Types/Context/ParraLoggerScopeType.swift",
        "Sessions/Logger/Types/Level/ParraLogLevel+ConsoleOutput.swift",
        "Sessions/Logger/Types/Level/ParraLogLevel.swift",
        "Sessions/Logger/Types/Options/ParraLoggerCallSiteStyleOptions.swift",
        "Sessions/Logger/Types/Options/ParraLoggerConsoleFormatOption.swift",
        "Sessions/Logger/Types/Options/ParraLoggerExtraStyle.swift",
        "Sessions/Logger/Types/Options/ParraLoggerLevelStyle.swift",
        "Sessions/Logger/Types/Options/ParraLoggerTimestampStyle.swift",
        "Sessions/Logger/Types/ParraLogData.swift",
        "Sessions/Logger/Types/ParraLogMarker.swift",
        "Sessions/Logger/Types/ParraLogMarkerMeasurement.swift",
        "Sessions/Logger/Types/ParraLogMeasurementFormat.swift",
        "Sessions/Logger/Types/ParraLogProcessedData+ParraDictionaryConvertible.swift",
        "Sessions/Logger/Types/ParraLogProcessedData.swift",
        "Sessions/Logger/Types/ParraLogStringConvertible.swift",
        "Sessions/Logger/Types/ParraLoggerBackend.swift",
        "Sessions/Logger/Types/ParraLoggerContext+ParraDictionaryConvertible.swift",
        "Sessions/Logger/Types/ParraLoggerEnvironment.swift",
        "Sessions/Logger/Types/Threads/ParraLoggerStackSymbols.swift",
        "Sessions/Logger/Types/Threads/ParraLoggerThreadInfo+ParraDictionaryConvertible.swift",
        "Sessions/Logger/Types/Threads/ParraLoggerThreadInfo.swift",
        "Sessions/Logger/Types/Threads/QualityOfService+Codable.swift",
        "Sessions/Manager/ParraSessionEventTarget.swift",
        "Sessions/Manager/ParraSessionManager+LogFormatters.swift",
        "Sessions/Manager/ParraSessionManager+LogProcessors.swift",
        "Sessions/Manager/SessionManager.swift",
        "Sessions/Types/Events/ParraEvent.swift",
        "Sessions/Types/Events/ParraInternalEvent.swift",
        "Sessions/Types/Events/ParraLogEvent.swift",
        "Sessions/Types/Events/ParraSessionEvent/ParraSessionEvent.swift",
        "Sessions/Types/Events/ParraSessionEvent/ParraSessionEventContext.swift",
        "Sessions/Types/Events/ParraSessionEvent/ParraSessionEventSyncPriority.swift",
        "Sessions/Types/Events/ParraStandardEvent.swift",
        "Sessions/Types/Events/ParraWrappedEvent.swift",
        "Sessions/Types/ParraDataSanitizer.swift",
        "Sessions/Types/ParraDiskUsage.swift",
        "Sessions/Types/ParraSanitizedDictionary.swift",
        "Sessions/Types/ParraSanitizedDictionaryConvertible.swift",
        "Sessions/Types/ParraSession.swift",
        "Sessions/Types/ParraSessionUpload.swift",
        "Sessions/Types/StringManipulators.swift",
        "State/ParraAppState.swift",
        "State/ParraAuthStateManager.swift",
        "State/ParraCursorPaginator.swift",
        "State/ParraPaginator.swift",
        "State/ParraSyncState.swift",
        "Types/AnyCodable/ParraAnyCodable.swift",
        "Types/AnyCodable/ParraAnyDecodable.swift",
        "Types/AnyCodable/ParraAnyEncodable.swift",
        "Types/Card Completion/CompletedCard.swift",
        "Types/Card Completion/QuestionAnswer.swift",
        "Types/Configuration/Module Configs/ParraAppInfoOptions.swift",
        "Types/Configuration/Module Configs/ParraAppearance.swift",
        "Types/Configuration/Module Configs/ParraLoggerOptions.swift",
        "Types/Configuration/Module Configs/ParraPushNotificationOptions.swift",
        "Types/Configuration/Module Configs/ParraTheme.swift",
        "Types/Configuration/Module Configs/ParraWhatsNewOptions.swift",
        "Types/Configuration/ParraConfiguration.swift",
        "Types/Configuration/ParraConfigurationOption.swift",
        "Types/Configuration/ParraConfigurationOptionType.swift",
        "Types/FailableDecodable.swift",
        "Types/Generated Types/ApiKeys.swift",
        "Types/Generated Types/Feedback.swift",
        "Types/Generated Types/Feeds.swift",
        "Types/Generated Types/Notifications.swift",
        "Types/Generated Types/Releases.swift",
        "Types/Generated Types/Settings.swift",
        "Types/Generated Types/Tenants.swift",
        "Types/Generated Types/Users.swift",
        "Types/Network/AuthenticatedRequestAttributeOptions.swift",
        "Types/Network/AuthenticatedRequestResponseContext.swift",
        "Types/Network/AuthenticatedRequestResult.swift",
        "Types/Network/AuthorizationType.swift",
        "Types/Network/EmptyJsonObjects.swift",
        "Types/Network/Endpoints/ApiEndpoint.swift",
        "Types/Network/Endpoints/Endpoint+Mocks.swift",
        "Types/Network/Endpoints/Endpoint.swift",
        "Types/Network/Endpoints/EndpointResolver.swift",
        "Types/Network/Endpoints/IssuerEndpoint.swift",
        "Types/Network/HeaderFactory.swift",
        "Types/Network/HttpMethod.swift",
        "Types/Network/Mimetype.swift",
        "Types/Network/MultipartFormField.swift",
        "Types/Network/RequestConfig.swift",
        "Types/Network/TrackingHeader.swift",
        "Types/Network/URLRequestHeaderField.swift",
        "Types/Network/URLSessionType.swift",
        "Types/NotificationCenterType.swift",
        "Types/ParraError.swift",
        "Types/ParraErrorWithExtra.swift",
        "Types/ParraErrorWithUserInfo.swift",
        "Types/ParraNotificationCenter.swift",
        "Types/ParraQuestionAppArea.swift",
        "Types/ParraSessionsResponse.swift",
        "Types/ParraUnknownCaseCodable.swift",
        "Types/PartiallyDecodableArray.swift",
        "Utils/CryptoUtils.swift",
        "Utils/KeychainUtils.swift",
        "Utils/ParraAppEnvironment.swift",
        "Utils/PasswordEntropyCalculator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
{
  "workspace" : {
    "name" : "Parra",
    "schemes" : [
      "Parra",
      "ParraDev",
      "ParraStorefront",
      "ParraTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Parra",
      "Parra-Package",
      "ParraStorefront"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Parra-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-15.4.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 Parra-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  ShopifyCheckoutSheetKit: https://github.com/Shopify/checkout-sheet-kit-swift @ 3.0.4
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.7.5
  Parra: /Users/admin/builder/spi-builder-workspace
  SwiftHTMLtoMarkdown: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown @ 1.1.1
  Mobile Buy SDK: https://github.com/Shopify/mobile-buy-sdk-ios.git @ 13.1.0
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
    Target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
    Target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
    Target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
    Target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit' (no dependencies)
    Target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
    Target 'Buy' in project 'Mobile Buy SDK' (no dependencies)
    Target 'Parra_ParraStorefront' in project 'Parra' (no dependencies)
    Target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_Parra' in project 'Parra'
    Target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_Parra' in project 'Parra'
    Target 'Parra_Parra' in project 'Parra' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f5e0aec4873434e92b6d3c411213516d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f5e0aec4873434e92b6d3c411213516d.xcbuilddata
error: The package product 'Buy' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ParraStorefront' from project 'Parra')
error: The package product 'SwiftHTMLtoMarkdown' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.13 (in target 'ParraStorefront' from project 'Parra')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-15.4.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 Parra-Package -destination platform=macOS,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Parra: /Users/admin/builder/spi-builder-workspace
  SwiftHTMLtoMarkdown: https://github.com/ActuallyTaylor/SwiftHTMLToMarkdown @ 1.1.1
  SwiftSoup: https://github.com/scinfu/SwiftSoup.git @ 2.7.5
  Mobile Buy SDK: https://github.com/Shopify/mobile-buy-sdk-ios.git @ 13.1.0
  ShopifyCheckoutSheetKit: https://github.com/Shopify/checkout-sheet-kit-swift @ 3.0.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
    Target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
    Target 'ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_ParraStorefront' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
    Target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftHTMLtoMarkdown' in project 'SwiftHTMLtoMarkdown'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup' in project 'SwiftSoup'
        ➜ Explicit dependency on target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup'
    Target 'SwiftSoup_SwiftSoup' in project 'SwiftSoup' (no dependencies)
    Target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
    Target 'ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
        ➜ Explicit dependency on target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit'
    Target 'ShopifyCheckoutSheetKit_ShopifyCheckoutSheetKit' in project 'ShopifyCheckoutSheetKit' (no dependencies)
    Target 'Buy' in project 'Mobile Buy SDK'
        ➜ Explicit dependency on target 'Buy' in project 'Mobile Buy SDK'
    Target 'Buy' in project 'Mobile Buy SDK' (no dependencies)
    Target 'Parra_ParraStorefront' in project 'Parra' (no dependencies)
    Target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_Parra' in project 'Parra'
    Target 'Parra' in project 'Parra'
        ➜ Explicit dependency on target 'Parra_Parra' in project 'Parra'
    Target 'Parra_Parra' in project 'Parra' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f5e0aec4873434e92b6d3c411213516d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f5e0aec4873434e92b6d3c411213516d.xcbuilddata
error: The package product 'Buy' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 (in target 'ParraStorefront' from project 'Parra')
error: The package product 'SwiftHTMLtoMarkdown' requires minimum platform version 13.0 for the macOS platform, but this target supports 10.13 (in target 'ParraStorefront' from project 'Parra')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, name:My Mac }
** BUILD FAILED **
BUILD FAILURE 5.10 macosXcodebuild