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 Flare, reference 3.1.0 (c416e1), with Swift 6.1 for Wasm on 30 May 2025 17:58:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/flare.git
Reference: 3.1.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/space-code/flare
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at c416e18 Release `3.1.0` (#108)
Cloned https://github.com/space-code/flare.git
Revision (git rev-parse @):
c416e18567e7e50b743ebbea2f3d0a02a8c97f7d
SUCCESS checkout https://github.com/space-code/flare.git at 3.1.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/space-code/flare.git
https://github.com/space-code/flare.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "concurrency",
      "requirement" : {
        "exact" : [
          "0.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/space-code/concurrency.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "exact" : [
          "1.4.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "log",
      "requirement" : {
        "exact" : [
          "1.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/space-code/log.git"
    },
    {
      "identity" : "atomic",
      "requirement" : {
        "exact" : [
          "1.1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/space-code/atomic.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "exact" : [
          "1.18.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "Flare",
  "name" : "Flare",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Flare",
      "targets" : [
        "Flare"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FlareUI",
      "targets" : [
        "FlareUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SnapshotTests",
      "module_type" : "SwiftTarget",
      "name" : "SnapshotTests",
      "path" : "Tests/SnapshotTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Helpers/SnapshotTestCase.swift",
        "Helpers/ThemableView.swift",
        "ProductInfoViewSnapshotTests.swift",
        "ProductPlaceholderViewSnapshotTests.swift",
        "ProductViewSnapshotTests.swift",
        "ProductsViewSnapshotTests.swift",
        "SubscriptionsViewSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "Flare",
        "FlareUIMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlareUITests",
      "module_type" : "SwiftTarget",
      "name" : "FlareUITests",
      "path" : "Tests/FlareUITests",
      "sources" : [
        "UnitTests/Core/Extensions/ArrayExtensionsTests.swift",
        "UnitTests/Core/SubscriptionPriceViewModelFactoryTests.swift",
        "UnitTests/Fakes/SubscriptionView.ViewModel+Fake.swift",
        "UnitTests/Helpers/XCTestCase+.swift",
        "UnitTests/Helpers/XCTestCase+Wait.swift",
        "UnitTests/Mocks/DateComponentsFormatterMock.swift",
        "UnitTests/Mocks/ProductFetcherMock.swift",
        "UnitTests/Mocks/ProductPurchaseServiceMock.swift",
        "UnitTests/Mocks/SubscriptionDateComponentsFactoryMock.swift",
        "UnitTests/Mocks/SubscriptionPriceViewModelFactoryMock.swift",
        "UnitTests/Mocks/SubscriptionsViewModelViewFactoryMock.swift",
        "UnitTests/Presentation/Product/ProductPresenterTests.swift",
        "UnitTests/Presentation/Product/ProductStrategyTests.swift",
        "UnitTests/Presentation/Product/ProductViewModelFactoryTests.swift",
        "UnitTests/Presentation/Product/SubscriptionDateComponentsFactoryTests.swift",
        "UnitTests/Presentation/Products/ProductsPresenterTests.swift",
        "UnitTests/Presentation/StoreButton/StoreButtonPresenterTests.swift",
        "UnitTests/Presentation/Subscriptions/SubscriptionsPresenterTests.swift"
      ],
      "target_dependencies" : [
        "FlareUI",
        "FlareMock",
        "FlareUIMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlareUIMock",
      "module_type" : "SwiftTarget",
      "name" : "FlareUIMock",
      "path" : "Sources/FlareUIMock",
      "sources" : [
        "Mocks/FlareMock.swift",
        "Mocks/ProductPresenterMock.swift",
        "Mocks/ProductViewAssemblyMock.swift",
        "Mocks/ProductsPresenterMock.swift",
        "Mocks/StoreButtonAssemblyMock.swift",
        "Mocks/StoreButtonsAssemblyMock.swift",
        "Mocks/SubscriptionsPresenterMock.swift"
      ],
      "target_dependencies" : [
        "FlareMock",
        "FlareUI"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlareUI",
      "module_type" : "SwiftTarget",
      "name" : "FlareUI",
      "path" : "Sources/FlareUI",
      "product_memberships" : [
        "FlareUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FlareUI/Resources/Assets/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FlareUI/Resources/Assets/Media.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FlareUI/Resources/Localization/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FlareUI/Resources/Localization/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "Classes/Core/EnvironmentKey/AnyProductStyle.swift",
        "Classes/Core/EnvironmentKey/AnySubscriptionControlStyle.swift",
        "Classes/Core/EnvironmentKey/Assemblies/ProductAssemblyKey.swift",
        "Classes/Core/EnvironmentKey/Assemblies/StoreButtonsAssemblyKey.swift",
        "Classes/Core/EnvironmentKey/BlurEffectStyleKey.swift",
        "Classes/Core/EnvironmentKey/PoliciesButtonStyleKey.swift",
        "Classes/Core/EnvironmentKey/ProductStyleKey.swift",
        "Classes/Core/EnvironmentKey/PurchaseCompletionKey.swift",
        "Classes/Core/EnvironmentKey/PurchaseOptionKey.swift",
        "Classes/Core/EnvironmentKey/StoreButtonKey.swift",
        "Classes/Core/EnvironmentKey/StoreButtonViewFontWeightKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionBackgroundKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionControlStyleKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionHeaderContentBackgroundKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionMarketingContentKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionPickerItemBackgroundKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionPrivacyPolicyDestinationKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionPrivacyPolicyURLKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionStoreButtonLabelKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionTermsOfServiceDestinationKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionTermsOfServiceURLKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionViewTintKey.swift",
        "Classes/Core/EnvironmentKey/SubscriptionsWrapperViewStyleKey.swift",
        "Classes/Core/EnvironmentKey/TintColorKey.swift",
        "Classes/Core/Extensions/Array+RemoveDuplicates.swift",
        "Classes/Core/Extensions/String+SubSequence.swift",
        "Classes/Core/Extensions/StringProtocol+Words.swift",
        "Classes/Core/Extensions/View+EraseToAnyView.swift",
        "Classes/Core/Formatters/DateComponentsFormatter+Full.swift",
        "Classes/Core/Formatters/IDateComponentsFormatter.swift",
        "Classes/Core/Helpers/Array+StoreProduct.swift",
        "Classes/Core/Helpers/Color+UIColor.swift",
        "Classes/Core/Helpers/Error+IAP.swift",
        "Classes/Core/Helpers/Value.swift",
        "Classes/Core/Models/Internal/PriceDisplayFormat.swift",
        "Classes/Core/Models/Internal/ProductStyle.swift",
        "Classes/Core/Models/PaywallType.swift",
        "Classes/Core/Models/PurchaseOptions.swift",
        "Classes/Core/Models/SubscriptionStatusVerifierType.swift",
        "Classes/Core/Models/SubscriptionStoreButtonLabel.swift",
        "Classes/Core/Models/UIConfiguration.swift",
        "Classes/Core/Providers/ConfigurationProvider/ConfigurationProvider.swift",
        "Classes/Core/Providers/ConfigurationProvider/IConfigurationProvider.swift",
        "Classes/Core/Providers/SubscriptionStatusProvider/ISubscriptionStatusVerifierProvider.swift",
        "Classes/Core/Providers/SubscriptionStatusProvider/SubscriptionStatusVerifierProvider.swift",
        "Classes/Core/Providers/SubscriptionStatusVerifier/ISubscriptionStatusVerifier.swift",
        "Classes/Core/Providers/SubscriptionStatusVerifier/SubscriptionStatusVerifier.swift",
        "Classes/Core/Resolvers/SubscriptionStatusVerifierTypeResolver/ISubscriptionStatusVerifierTypeResolver.swift",
        "Classes/Core/Resolvers/SubscriptionStatusVerifierTypeResolver/SubscriptionStatusVerifierTypeResolver.swift",
        "Classes/DI/Dependencies/FlareDependencies.swift",
        "Classes/DI/Dependencies/IFlareDependencies.swift",
        "Classes/DI/PresentationAssembly/IPresentationAssembly.swift",
        "Classes/DI/PresentationAssembly/PresentationAssembly.swift",
        "Classes/FlareUI.swift",
        "Classes/Generated/Colors.swift",
        "Classes/Generated/Media.swift",
        "Classes/Generated/Strings.swift",
        "Classes/IFlareUI.swift",
        "Classes/Presentation/Components/Controllers/BaseHostingController/BaseHostingController.swift",
        "Classes/Presentation/Components/Controllers/Helpers/ColorRepresentation.swift",
        "Classes/Presentation/Components/Controllers/Helpers/SUIViewWrapper.swift",
        "Classes/Presentation/Components/Controllers/ProductViewController/ProductViewController.swift",
        "Classes/Presentation/Components/Controllers/ProductViewController/ProductViewControllerViewModel.swift",
        "Classes/Presentation/Components/Controllers/ProductsViewController/ProductsViewController.swift",
        "Classes/Presentation/Components/Controllers/ProductsViewController/ProductsViewControllerViewModel.swift",
        "Classes/Presentation/Components/Controllers/SubscriptionsViewController/SubscriptionsViewController.swift",
        "Classes/Presentation/Components/Controllers/SubscriptionsViewController/SubscriptionsViewControllerViewModel.swift",
        "Classes/Presentation/Components/Controllers/ViewController/HostingController.swift",
        "Classes/Presentation/Components/Controllers/ViewController/ViewController.swift",
        "Classes/Presentation/Components/Core/Constants/Palette.swift",
        "Classes/Presentation/Components/Core/Constants/UIConstants.swift",
        "Classes/Presentation/Components/Core/Models/StoreButtonType.swift",
        "Classes/Presentation/Components/Core/Models/StoreButtonVisibility.swift",
        "Classes/Presentation/Components/Core/Protocols/IModel.swift",
        "Classes/Presentation/Components/Core/Protocols/IPresenter.swift",
        "Classes/Presentation/Components/Factories/ISubscriptionPriceViewModelFactory.swift",
        "Classes/Presentation/Components/Factories/SubscriptionPriceViewModelFactory.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+Contrast.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+Paywall.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+ProductViewStyle.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+PurchaseCompletion.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+PurchaseOption.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+StoreButton.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+StoreButtonViewFontWeight.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionBackground.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionControlStyle.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionHeaderContentBackground.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionMarketingContent.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionPickerItemBackground.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionPrivacyPolicyDestination.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionPrivacyPolicyURL.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionStoreButtonLabel.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionTermsOfServiceDestination.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionTermsOfServiceURL.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+SubscriptionViewTint.swift",
        "Classes/Presentation/Components/Helpers/SUI/View+TintColor.swift",
        "Classes/Presentation/Components/Helpers/UIKit/ViewController+Child.swift",
        "Classes/Presentation/Components/Styles/BorderedButtonStyle.swift",
        "Classes/Presentation/Components/Styles/PrimaryButtonStyle.swift",
        "Classes/Presentation/Components/Styles/Product/CompactProductStyle.swift",
        "Classes/Presentation/Components/Styles/Product/Configuration/ProductStyleConfiguration.swift",
        "Classes/Presentation/Components/Styles/Product/LargeProductStyle.swift",
        "Classes/Presentation/Components/Styles/Product/Protocols/IProductStyle+Compact.swift",
        "Classes/Presentation/Components/Styles/Product/Protocols/IProductStyle+Large.swift",
        "Classes/Presentation/Components/Styles/Product/Protocols/IProductStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/Configuration/SubscriptionStoreControlStyleConfiguration.swift",
        "Classes/Presentation/Components/Styles/Subscription/Extensions/ISubscriptionControlStyle+Bordered.swift",
        "Classes/Presentation/Components/Styles/Subscription/Extensions/ISubscriptionControlStyle+PickerSubscriptionStoreControlStyle+PickerSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/Extensions/ISubscriptionControlStyle+ProminentPickerSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/Protocols/ISubscriptionControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/AutomaticSubscriptionControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/BorderedSubscriptionStoreControlStyle/BorderedSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/BorderedSubscriptionStoreControlStyle/BorderedSubscriptionStoreControlStyleView.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/ButtonSubscriptionStoreControlStyle/ButtonSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/CardButtonSubscriptionStoreControlStyle/CardButtonSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/CardButtonSubscriptionStoreControlStyle/CardButtonSubscriptionStoreControlView.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/PickerSubscriptionStoreControlStyle/PickerSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/PickerSubscriptionStoreControlStyle/PickerSubscriptionStoreControlStyleView.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/ProminentPickerSubscriptionStoreControlStyle/ProminentPickerSubscriptionStoreControlStyle.swift",
        "Classes/Presentation/Components/Styles/Subscription/SubscriptionStoreControlStyle/ProminentPickerSubscriptionStoreControlStyle/ProminentPickerSubscriptionStoreControlStyleView.swift",
        "Classes/Presentation/Components/ViewModifiers/ActivityIndicatorModifier.swift",
        "Classes/Presentation/Components/ViewModifiers/BlurEffectModifier.swift",
        "Classes/Presentation/Components/ViewModifiers/ErrorAlertViewModifier.swift",
        "Classes/Presentation/Components/ViewModifiers/LoadViewModifier.swift",
        "Classes/Presentation/Components/ViewModifiers/PaywallViewModifier.swift",
        "Classes/Presentation/Components/Views/ActivityIndicator/ActivityIndicatorView.swift",
        "Classes/Presentation/Components/Views/BlurVisualEffectView/BlurVisualEffectView.swift",
        "Classes/Presentation/Components/Views/ImageView/ImageView.swift",
        "Classes/Presentation/Components/Views/ProductPlaceholderView/ProductPlaceholderView.swift",
        "Classes/Presentation/Components/Views/SafariWebView/SafariWebView.swift",
        "Classes/Presentation/Helpers/ViewWrapper.swift",
        "Classes/Presentation/Helpers/WrapperViewModel.swift",
        "Classes/Presentation/Views/PaywallView/PaywallView.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/PoliciesButtonAssembly.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/PoliciesButtonView.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/AnyPoliciesButtonStyle.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/AutomaticPoliciesButtonStyle/AutomaticPoliciesButtonStyle.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/Configuration/PoliciesButtonStyleConfiguration.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/DefaultPoliciesButtonStyle/DefaultPoliciesButtonStyle.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/DefaultPoliciesButtonStyle/DefaultPoliciesButtonStyleView.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/IPoliciesButtonStyle.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Styles/TVPoliciesButtonStyle/TVPoliciesButtonStyle.swift",
        "Classes/Presentation/Views/PoliciesButtonAssembly/Views/PoliciesUnavailableView.swift",
        "Classes/Presentation/Views/ProductView/ProductPresenter.swift",
        "Classes/Presentation/Views/ProductView/ProductPurchaseService.swift",
        "Classes/Presentation/Views/ProductView/ProductView.swift",
        "Classes/Presentation/Views/ProductView/ProductViewAssembly.swift",
        "Classes/Presentation/Views/ProductView/ProductViewModel.swift",
        "Classes/Presentation/Views/ProductView/ProductViewModelFactory.swift",
        "Classes/Presentation/Views/ProductView/ProductViewType.swift",
        "Classes/Presentation/Views/ProductView/ProductWrapperView.swift",
        "Classes/Presentation/Views/ProductView/Strategies/ProductStrategy.swift",
        "Classes/Presentation/Views/ProductView/SubscriptionDateComponentsFactory.swift",
        "Classes/Presentation/Views/ProductView/Views/ProductInfoView/ProductInfoView.swift",
        "Classes/Presentation/Views/ProductsView/ProductsPresenter.swift",
        "Classes/Presentation/Views/ProductsView/ProductsView.swift",
        "Classes/Presentation/Views/ProductsView/ProductsViewAssembly.swift",
        "Classes/Presentation/Views/ProductsView/ProductsViewModel.swift",
        "Classes/Presentation/Views/ProductsView/ProductsWrapperView.swift",
        "Classes/Presentation/Views/ProductsView/Views/StoreUnavaliableView.swift",
        "Classes/Presentation/Views/StoreButtonView/StoreButton.swift",
        "Classes/Presentation/Views/StoreButtonView/StoreButtonAssembly.swift",
        "Classes/Presentation/Views/StoreButtonView/StoreButtonPresenter.swift",
        "Classes/Presentation/Views/StoreButtonView/StoreButtonView.swift",
        "Classes/Presentation/Views/StoreButtonView/StoreButtonViewModel.swift",
        "Classes/Presentation/Views/StoreButtonsView/StoreButtonsAssembly.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/AnySubscriptionsWrapperViewStyle.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Configuration/SubscriptionsWrapperViewStyleConfiguration.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/ISubscriptionsWrapperViewStyle.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Styles/Automatic/AutomaticSubscriptionsWrapperViewStyle.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Styles/Compact/CompactSubscriptionWrapperView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Styles/Compact/CompactSubscriptionWrapperViewStyle.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Styles/Full/FullSubscriptionsWrapperView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Styles/SubscriptionsWrapperViewStyle/Styles/Full/FullSubscriptionsWrapperViewStyle.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsAssembly.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsPresenter.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsView.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsViewModel.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsViewModelViewFactory.swift",
        "Classes/Presentation/Views/SubscriptionsView/SubscriptionsWrapperView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Views/LoadingView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Views/SubscriptionHeaderView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Views/SubscriptionToolbarView.swift",
        "Classes/Presentation/Views/SubscriptionsView/Views/SubscriptionView.swift"
      ],
      "target_dependencies" : [
        "Flare"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FlareTests",
      "module_type" : "SwiftTarget",
      "name" : "FlareTests",
      "path" : "Tests/FlareTests",
      "product_dependencies" : [
        "TestConcurrency"
      ],
      "sources" : [
        "UnitTests/Factories/ReceiptRefreshFactoryTests.swift",
        "UnitTests/FlareTests.swift",
        "UnitTests/Helpers/ProcessInfoTests.swift",
        "UnitTests/Models/IAPErrorTests.swift",
        "UnitTests/Models/PaymentTransactionTests.swift",
        "UnitTests/Models/PromotionalOfferTests.swift",
        "UnitTests/Models/SKProductTests.swift",
        "UnitTests/Providers/CachingProductsProviderDecoratorTests.swift",
        "UnitTests/Providers/ConfigurationProviderTests.swift",
        "UnitTests/Providers/IAPProviderTests.swift",
        "UnitTests/Providers/PaymentProviderTests.swift",
        "UnitTests/Providers/ProductProviderTests.swift",
        "UnitTests/Providers/PurchaseProviderTests.swift",
        "UnitTests/Providers/ReceiptRefreshProviderTests.swift",
        "UnitTests/Providers/RefundProviderTests.swift",
        "UnitTests/Providers/RefundRequestProviderTests.swift",
        "UnitTests/Providers/SortingProductsProviderDecoratorTests.swift",
        "UnitTests/Providers/SystemInfoProviderTests.swift",
        "UnitTests/TestHelpers/Extensions/Result+.swift",
        "UnitTests/TestHelpers/Extensions/String+Data.swift",
        "UnitTests/TestHelpers/Extensions/XCTestCase+.swift",
        "UnitTests/TestHelpers/Fakes/Configuration+Fake.swift",
        "UnitTests/TestHelpers/Fakes/SKProduct+Fake.swift",
        "UnitTests/TestHelpers/Fakes/StoreTransactionFake.swift",
        "UnitTests/TestHelpers/Helpers/AvailabilityChecker.swift",
        "UnitTests/TestHelpers/Helpers/PurchaseManagerTestHelper.swift",
        "UnitTests/TestHelpers/Helpers/WindowSceneFactory.swift",
        "UnitTests/TestHelpers/Mocks/AppStoreReceiptProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/CacheProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/CacheProviderTests.swift",
        "UnitTests/TestHelpers/Mocks/ConfigurationProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/EligibilityProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/FileManagerMock.swift",
        "UnitTests/TestHelpers/Mocks/FlareDependenciesMock.swift",
        "UnitTests/TestHelpers/Mocks/IAPProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/PaymentProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/PaymentQueueMock.swift",
        "UnitTests/TestHelpers/Mocks/ProductProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/ProductResponseMock.swift",
        "UnitTests/TestHelpers/Mocks/ProductsRequestMock.swift",
        "UnitTests/TestHelpers/Mocks/PurchaseProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/ReceiptRefreshProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/ReceiptRefreshRequestFactory.swift",
        "UnitTests/TestHelpers/Mocks/ReceiptRefreshRequestMock.swift",
        "UnitTests/TestHelpers/Mocks/RedeemCodeProvider.swift",
        "UnitTests/TestHelpers/Mocks/RefundProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/RefundRequestProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/SKProductMock.swift",
        "UnitTests/TestHelpers/Mocks/ScenesHolderMock.swift",
        "UnitTests/TestHelpers/Mocks/StoreTransactionMock.swift",
        "UnitTests/TestHelpers/Mocks/SystemInfoProviderMock.swift",
        "UnitTests/TestHelpers/Mocks/UserDefaultsMock.swift",
        "UnitTests/TestHelpers/Stubs/StoreTransactionStub.swift"
      ],
      "target_dependencies" : [
        "Flare",
        "FlareMock"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlareMock",
      "module_type" : "SwiftTarget",
      "name" : "FlareMock",
      "path" : "Sources/FlareMock",
      "sources" : [
        "Fakes/StoreProduct+Fake.swift",
        "Fakes/StoreTransaction+Fake.swift",
        "Mocks/PaymentTransactionMock.swift",
        "Mocks/ProductMock.swift"
      ],
      "target_dependencies" : [
        "Flare"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Flare",
      "module_type" : "SwiftTarget",
      "name" : "Flare",
      "path" : "Sources/Flare",
      "product_dependencies" : [
        "Atomic",
        "Concurrency",
        "Log"
      ],
      "product_memberships" : [
        "Flare",
        "FlareUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Flare/Resources/Localizable.strings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/Common/Logger.swift",
        "Classes/Common/Types.swift",
        "Classes/DI/FlareDependencies.swift",
        "Classes/DI/IFlareDependencies.swift",
        "Classes/Extensions/Bundle+IAppStoreReceiptProvider.swift",
        "Classes/Extensions/FileManager+IFileManager.swift",
        "Classes/Extensions/Formatters/NumberFormatter+.swift",
        "Classes/Extensions/Locale/Locale+CurrencyCode.swift",
        "Classes/Extensions/Product.SubscriptionInfo.Status+ISubscriptionInfoStatus.swift",
        "Classes/Extensions/ProductType+.swift",
        "Classes/Extensions/SKProduct+.swift",
        "Classes/Extensions/SKRequest+IReceiptRefreshRequest.swift",
        "Classes/Extensions/SKRequest+Identifier.swift",
        "Classes/Flare.swift",
        "Classes/Foundation/UserDefaults/IUserDefaults.swift",
        "Classes/Foundation/UserDefaults/UserDefaults.swift",
        "Classes/Generated/Strings.swift",
        "Classes/Helpers/Async/AsyncHandler.swift",
        "Classes/Helpers/FileManager/IFileManager.swift",
        "Classes/Helpers/PaymentQueue/PaymentQueue.swift",
        "Classes/Helpers/PaymentQueue/SKPaymentQueue+PaymentQueue.swift",
        "Classes/Helpers/PaymentTransaction/PaymentTransaction.swift",
        "Classes/Helpers/ProcessInfo/ProcessInfo+.swift",
        "Classes/Helpers/ScenesHolder/IScenesHolder.swift",
        "Classes/IFlare.swift",
        "Classes/Listeners/TransactionListener/ITransactionListener.swift",
        "Classes/Listeners/TransactionListener/TransactionListener.swift",
        "Classes/Listeners/TransactionListener/TransactionListenerDelegate.swift",
        "Classes/Models/Configuration.swift",
        "Classes/Models/DiscountType.swift",
        "Classes/Models/ExpirationReason.swift",
        "Classes/Models/FetchCachePolicy.swift",
        "Classes/Models/IAPError.swift",
        "Classes/Models/Internal/ProductsRequest.swift",
        "Classes/Models/Internal/Protocols/IRenewalInfo.swift",
        "Classes/Models/Internal/Protocols/ISKProduct.swift",
        "Classes/Models/Internal/Protocols/ISKRequest.swift",
        "Classes/Models/Internal/Protocols/IStorePayment.swift",
        "Classes/Models/Internal/Protocols/IStoreProductDiscount.swift",
        "Classes/Models/Internal/Protocols/IStoreTransaction.swift",
        "Classes/Models/Internal/Protocols/ISubscriptionInfo.swift",
        "Classes/Models/Internal/Protocols/ISubscriptionInfoStatus.swift",
        "Classes/Models/Internal/SK1StorePayment.swift",
        "Classes/Models/Internal/SK1StoreProduct.swift",
        "Classes/Models/Internal/SK1StoreProductDiscount.swift",
        "Classes/Models/Internal/SK1StoreTransaction.swift",
        "Classes/Models/Internal/SK2RenewalInfo.swift",
        "Classes/Models/Internal/SK2StoreProduct.swift",
        "Classes/Models/Internal/SK2StoreProductDiscount.swift",
        "Classes/Models/Internal/SK2StoreTransaction.swift",
        "Classes/Models/Internal/SK2SubscriptionInfo.swift",
        "Classes/Models/Internal/SK2SubscriptionInfoStatus.swift",
        "Classes/Models/Internal/StoreEnvironment.swift",
        "Classes/Models/PaymentMode.swift",
        "Classes/Models/PriceIncreaseStatus.swift",
        "Classes/Models/ProductCategory.swift",
        "Classes/Models/ProductType.swift",
        "Classes/Models/PromotionalOffer.swift",
        "Classes/Models/RefundError.swift",
        "Classes/Models/RefundRequestStatus.swift",
        "Classes/Models/RenewalInfo.swift",
        "Classes/Models/RenewalState.swift",
        "Classes/Models/StoreProduct.swift",
        "Classes/Models/StoreProductDiscount.swift",
        "Classes/Models/StoreTransaction.swift",
        "Classes/Models/SubscriptionEligibility.swift",
        "Classes/Models/SubscriptionInfo.swift",
        "Classes/Models/SubscriptionInfoStatus.swift",
        "Classes/Models/SubscriptionPeriod.swift",
        "Classes/Models/VerificationError.swift",
        "Classes/Models/VerificationResult.swift",
        "Classes/Providers/AppStoreReceiptProvider/IAppStoreReceiptProvider.swift",
        "Classes/Providers/CacheProvider/CacheProvider.swift",
        "Classes/Providers/CacheProvider/ICacheProvider.swift",
        "Classes/Providers/ConfigurationProvider/ConfigurationProvider.swift",
        "Classes/Providers/ConfigurationProvider/IConfigurationProvider.swift",
        "Classes/Providers/EligibilityProvider/EligibilityProvider.swift",
        "Classes/Providers/EligibilityProvider/IEligibilityProvider.swift",
        "Classes/Providers/IAPProvider/IAPProvider.swift",
        "Classes/Providers/IAPProvider/IIAPProvider.swift",
        "Classes/Providers/PaymentProvider/IPaymentProvider.swift",
        "Classes/Providers/PaymentProvider/PaymentProvider.swift",
        "Classes/Providers/ProductProvider/Decorators/CachingProductsProviderDecorator/CachingProductsProviderDecorator.swift",
        "Classes/Providers/ProductProvider/Decorators/CachingProductsProviderDecorator/ICachingProductsProviderDecorator.swift",
        "Classes/Providers/ProductProvider/Decorators/SortingProductsProviderDecorator/ISortingProductsProviderDecorator.swift",
        "Classes/Providers/ProductProvider/Decorators/SortingProductsProviderDecorator/SortingProductsProviderDecorator.swift",
        "Classes/Providers/ProductProvider/IProductProvider.swift",
        "Classes/Providers/ProductProvider/ProductProvider.swift",
        "Classes/Providers/PurchaseProvider/IPurchaseProvider.swift",
        "Classes/Providers/PurchaseProvider/PurchaseProvider.swift",
        "Classes/Providers/ReceiptRefreshProvider/Factories/IReceiptRefreshRequest.swift",
        "Classes/Providers/ReceiptRefreshProvider/Factories/ReceiptRefreshRequestFactory/IReceiptRefreshRequestFactory.swift",
        "Classes/Providers/ReceiptRefreshProvider/Factories/ReceiptRefreshRequestFactory/ReceiptRefreshRequestFactory.swift",
        "Classes/Providers/ReceiptRefreshProvider/IReceiptRefreshProvider.swift",
        "Classes/Providers/ReceiptRefreshProvider/ReceiptRefreshProvider.swift",
        "Classes/Providers/RedeemCodeProvider/IRedeemCodeProvider.swift",
        "Classes/Providers/RedeemCodeProvider/RedeemCodeProvider.swift",
        "Classes/Providers/RefundProvider/IRefundProvider.swift",
        "Classes/Providers/RefundProvider/RefundProvider.swift",
        "Classes/Providers/RefundRequestProvider/IRefundRequestProvider.swift",
        "Classes/Providers/RefundRequestProvider/RefundRequestProvider.swift",
        "Classes/Providers/SystemInfoProvider/ISystemInfoProvider.swift",
        "Classes/Providers/SystemInfoProvider/SystemInfoProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/space-code/atomic.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/space-code/log.git
Fetching https://github.com/space-code/concurrency.git
[1/227] Fetching atomic
[228/2276] Fetching atomic, swift-docc-plugin
[2277/2431] Fetching atomic, swift-docc-plugin, concurrency
[2432/2688] Fetching atomic, swift-docc-plugin, concurrency, log
Fetched https://github.com/space-code/concurrency.git from cache (0.80s)
Fetched https://github.com/space-code/log.git from cache (0.82s)
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/space-code/atomic.git from cache (2.35s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.36s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.41s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.99s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
[4582/75103] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.03s)
Computing version for https://github.com/space-code/atomic.git
warning: 'atomic': /Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
13 |         .visionOS(.v1),
14 |     ],
Computed https://github.com/space-code/atomic.git at 1.1.0 (4.88s)
Computing version for https://github.com/space-code/log.git
Computed https://github.com/space-code/log.git at 1.2.0 (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.74s)
Computing version for https://github.com/space-code/concurrency.git
Computed https://github.com/space-code/concurrency.git at 0.2.0 (1.70s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.95s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.99s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.01s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.08s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.79s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/space-code/atomic.git
Working copy of https://github.com/space-code/atomic.git resolved at 1.1.0
Creating working copy for https://github.com/space-code/concurrency.git
Working copy of https://github.com/space-code/concurrency.git resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/space-code/log.git
Working copy of https://github.com/space-code/log.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: 'atomic': /host/spi-builder-workspace/.build/checkouts/atomic/Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
13 |         .visionOS(.v1),
14 |     ],
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Flare/Makefile
    /host/spi-builder-workspace/Sources/Flare/swiftgen.yml
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FlareUI/swiftgen.yml
    /host/spi-builder-workspace/Sources/FlareUI/Makefile
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/17] Write sources
[4/17] Copying Localizable.strings
[6/17] Copying Info.plist
[7/17] Copying Localizable.strings
[8/17] Copying Info.plist
[9/17] Write sources
[10/17] Copying Localizable.strings
[14/17] Copying Assets.xcassets
[15/17] Copying Media.xcassets
[16/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/44] Emitting module Log
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[19/46] Compiling Concurrency TaskFactory.swift
[20/46] Compiling Concurrency ITaskFactory.swift
[21/46] Compiling Log IOSWriter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[22/46] Compiling Log OSWriter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[23/46] Compiling Concurrency IDispatchQueueFactory.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:21: error: extra arguments at positions #2, #3, #4, #5 in call
27 |
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
   |          `- note: 'privateQueue(label:)' declared here
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                     `- error: extra arguments at positions #2, #3, #4, #5 in call
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:42: error: cannot infer contextual base in reference to member 'unspecified'
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                          `- error: cannot infer contextual base in reference to member 'unspecified'
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:94: error: cannot infer contextual base in reference to member 'inherit'
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                                                                              `- error: cannot infer contextual base in reference to member 'inherit'
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:111: error: 'nil' requires a contextual type
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                                                                                               `- error: 'nil' requires a contextual type
31 |     }
32 | }
[24/46] Compiling Atomic ILock.swift
[25/46] Compiling Atomic UnfairLock.swift
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:21:23: error: cannot infer contextual base in reference to member 'allocate'
19 |     /// Initializes an UnfairLock instance.
20 |     init() {
21 |         unfairLock = .allocate(capacity: 1)
   |                       `- error: cannot infer contextual base in reference to member 'allocate'
22 |         unfairLock.initialize(to: os_unfair_lock())
23 |     }
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:22:35: error: cannot find 'os_unfair_lock' in scope
20 |     init() {
21 |         unfairLock = .allocate(capacity: 1)
22 |         unfairLock.initialize(to: os_unfair_lock())
   |                                   `- error: cannot find 'os_unfair_lock' in scope
23 |     }
24 |
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:35:9: error: cannot find 'os_unfair_lock_lock' in scope
33 | extension UnfairLock: ILock {
34 |     func lock() {
35 |         os_unfair_lock_lock(unfairLock)
   |         `- error: cannot find 'os_unfair_lock_lock' in scope
36 |     }
37 |
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:39:9: error: cannot find 'os_unfair_lock_unlock' in scope
37 |
38 |     func unlock() {
39 |         os_unfair_lock_unlock(unfairLock)
   |         `- error: cannot find 'os_unfair_lock_unlock' in scope
40 |     }
41 | }
[26/46] Compiling Log IOSWriterStrategy.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[27/46] Compiling Log LogLevel.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[28/46] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:8:11: error: cannot find type 'DispatchQueue' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchQueue: IDispatchQueue {
   |           `- error: cannot find type 'DispatchQueue' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:11:18: error: cannot find type 'DispatchQoS' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
11 |             qos: DispatchQoS,
   |                  `- error: cannot find type 'DispatchQoS' in scope
12 |             flags: DispatchWorkItemFlags,
13 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:12:20: error: cannot find type 'DispatchWorkItemFlags' in scope
10 |         public func async(
11 |             qos: DispatchQoS,
12 |             flags: DispatchWorkItemFlags,
   |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
13 |             execute work: @escaping @Sendable @convention(block) () -> Void
14 |         ) {
[29/46] Compiling Log OSPrinter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[30/46] Compiling Log Atomic.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/46] Compiling Log ILogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[32/46] Compiling Log PrefixLogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[33/46] Emitting module Concurrency
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:8:11: error: cannot find type 'DispatchQueue' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchQueue: IDispatchQueue {
   |           `- error: cannot find type 'DispatchQueue' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:122:23: error: cannot find type 'DispatchTime' in scope
120 |     #if swift(>=5.9)
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:123:18: error: cannot find type 'DispatchQoS' in scope
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
    |                  `- error: cannot find type 'DispatchQoS' in scope
124 |             flags: DispatchWorkItemFlags = [],
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:124:20: error: cannot find type 'DispatchWorkItemFlags' in scope
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
126 |         ) {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:19:29: error: cannot find type 'DispatchQoS' in scope
17 |     }
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
   |                             `- error: cannot find type 'DispatchQoS' in scope
20 |         DispatchQueue.global(qos: qos)
21 |     }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:25:14: error: cannot find type 'DispatchQoS' in scope
23 |     public func privateQueue(
24 |         label: String,
25 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:26:21: error: cannot find type 'DispatchQueue' in scope
24 |         label: String,
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:27:31: error: cannot find type 'DispatchQueue' in scope
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:28:17: error: cannot find type 'DispatchQueue' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
[34/46] Compiling Log TimestampLogFormatter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[35/46] Compiling Log ILogger.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[36/46] Compiling Log Logger.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[37/46] Compiling Concurrency IDispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:122:23: error: cannot find type 'DispatchTime' in scope
120 |     #if swift(>=5.9)
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:123:18: error: cannot find type 'DispatchQoS' in scope
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
    |                  `- error: cannot find type 'DispatchQoS' in scope
124 |             flags: DispatchWorkItemFlags = [],
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:124:20: error: cannot find type 'DispatchWorkItemFlags' in scope
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
126 |         ) {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:142:18: error: extra arguments at positions #1, #2 in call
139 |
140 |     #if swift(>=5.9)
141 |         func async(execute work: @escaping @Sendable @convention(block) () -> Void) {
    |              `- note: 'async(execute:)' declared here
142 |             async(qos: .unspecified, flags: [], execute: work)
    |                  `- error: extra arguments at positions #1, #2 in call
143 |         }
144 |     #else
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:142:25: error: cannot infer contextual base in reference to member 'unspecified'
140 |     #if swift(>=5.9)
141 |         func async(execute work: @escaping @Sendable @convention(block) () -> Void) {
142 |             async(qos: .unspecified, flags: [], execute: work)
    |                         `- error: cannot infer contextual base in reference to member 'unspecified'
143 |         }
144 |     #else
[38/46] Compiling Log IPrinterStrategy.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[39/46] Compiling Log IStyleLogStrategy.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[40/46] Compiling Log ConsoleWriter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[41/46] Compiling Log IConsoleWriter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[42/46] Compiling Log ConsolePrinter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[43/46] Compiling Log IPrinter.swift
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
[44/46] Compiling Concurrency DispatchQueueFactory.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:19:29: error: cannot find type 'DispatchQoS' in scope
17 |     }
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
   |                             `- error: cannot find type 'DispatchQoS' in scope
20 |         DispatchQueue.global(qos: qos)
21 |     }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:25:14: error: cannot find type 'DispatchQoS' in scope
23 |     public func privateQueue(
24 |         label: String,
25 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:26:21: error: cannot find type 'DispatchQueue' in scope
24 |         label: String,
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:27:31: error: cannot find type 'DispatchQueue' in scope
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:28:17: error: cannot find type 'DispatchQueue' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:16:9: error: cannot find 'DispatchQueue' in scope
14 |
15 |     public func main() -> IDispatchQueue {
16 |         DispatchQueue.main
   |         `- error: cannot find 'DispatchQueue' in scope
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:20:9: error: cannot find 'DispatchQueue' in scope
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
20 |         DispatchQueue.global(qos: qos)
   |         `- error: cannot find 'DispatchQueue' in scope
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:30:9: error: cannot find 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
   |         `- error: cannot find 'DispatchQueue' in scope
31 |     }
32 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/46] Emitting module Atomic
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
[46/46] Compiling Atomic Atomic.swift
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'atomic': /host/spi-builder-workspace/.build/checkouts/atomic/Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
13 |         .visionOS(.v1),
14 |     ],
warning: 'spi-builder-workspace': found 45 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_product-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNil-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNotNil-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsHidden-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_loading-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_loading-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products_withRestoreButtons-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_error-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_loading-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_customStyle-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsHidden-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsVisible-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsVisible-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsVisible-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_error-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products_withRestoreButtons-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_error-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products_withRestoreButtons-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_customStyle-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNil-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_largeStyle_whenIconIsVisible-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_error-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNotNil-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNil-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_customStyle_product-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_product-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsHidden-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_largeStyle_whenIconIsNil-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_customStyle_product-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_error-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsHidden-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsHidden-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsVisible-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_defaultStyle-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_defaultStyle-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_product-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsVisible-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNotNil-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_largeStyle_whenIconIsNotNil-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_customStyle_product-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_error-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_largeStyle_whenIconIsHidden-iOS.1.png
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Flare/Makefile
    /host/spi-builder-workspace/Sources/Flare/swiftgen.yml
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FlareUI/swiftgen.yml
    /host/spi-builder-workspace/Sources/FlareUI/Makefile
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/30] Emitting module Atomic
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
[5/30] Compiling Concurrency DispatchQueueFactory.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:19:29: error: cannot find type 'DispatchQoS' in scope
17 |     }
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
   |                             `- error: cannot find type 'DispatchQoS' in scope
20 |         DispatchQueue.global(qos: qos)
21 |     }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:25:14: error: cannot find type 'DispatchQoS' in scope
23 |     public func privateQueue(
24 |         label: String,
25 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:26:21: error: cannot find type 'DispatchQueue' in scope
24 |         label: String,
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:27:31: error: cannot find type 'DispatchQueue' in scope
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:28:17: error: cannot find type 'DispatchQueue' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:16:9: error: cannot find 'DispatchQueue' in scope
14 |
15 |     public func main() -> IDispatchQueue {
16 |         DispatchQueue.main
   |         `- error: cannot find 'DispatchQueue' in scope
17 |     }
18 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:20:9: error: cannot find 'DispatchQueue' in scope
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
20 |         DispatchQueue.global(qos: qos)
   |         `- error: cannot find 'DispatchQueue' in scope
21 |     }
22 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:30:9: error: cannot find 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
   |         `- error: cannot find 'DispatchQueue' in scope
31 |     }
32 | }
[6/30] Compiling Concurrency IDispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:122:23: error: cannot find type 'DispatchTime' in scope
120 |     #if swift(>=5.9)
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:123:18: error: cannot find type 'DispatchQoS' in scope
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
    |                  `- error: cannot find type 'DispatchQoS' in scope
124 |             flags: DispatchWorkItemFlags = [],
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:124:20: error: cannot find type 'DispatchWorkItemFlags' in scope
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
126 |         ) {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:142:18: error: extra arguments at positions #1, #2 in call
139 |
140 |     #if swift(>=5.9)
141 |         func async(execute work: @escaping @Sendable @convention(block) () -> Void) {
    |              `- note: 'async(execute:)' declared here
142 |             async(qos: .unspecified, flags: [], execute: work)
    |                  `- error: extra arguments at positions #1, #2 in call
143 |         }
144 |     #else
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:142:25: error: cannot infer contextual base in reference to member 'unspecified'
140 |     #if swift(>=5.9)
141 |         func async(execute work: @escaping @Sendable @convention(block) () -> Void) {
142 |             async(qos: .unspecified, flags: [], execute: work)
    |                         `- error: cannot infer contextual base in reference to member 'unspecified'
143 |         }
144 |     #else
[7/30] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:8:11: error: cannot find type 'DispatchQueue' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchQueue: IDispatchQueue {
   |           `- error: cannot find type 'DispatchQueue' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:11:18: error: cannot find type 'DispatchQoS' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
11 |             qos: DispatchQoS,
   |                  `- error: cannot find type 'DispatchQoS' in scope
12 |             flags: DispatchWorkItemFlags,
13 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:12:20: error: cannot find type 'DispatchWorkItemFlags' in scope
10 |         public func async(
11 |             qos: DispatchQoS,
12 |             flags: DispatchWorkItemFlags,
   |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
13 |             execute work: @escaping @Sendable @convention(block) () -> Void
14 |         ) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/30] Emitting module Concurrency
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/DispatchQueue+IDispatchQueue.swift:8:11: error: cannot find type 'DispatchQueue' in scope
 6 | import Foundation
 7 |
 8 | extension DispatchQueue: IDispatchQueue {
   |           `- error: cannot find type 'DispatchQueue' in scope
 9 |     #if swift(>=5.9)
10 |         public func async(
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:122:23: error: cannot find type 'DispatchTime' in scope
120 |     #if swift(>=5.9)
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:123:18: error: cannot find type 'DispatchQoS' in scope
121 |         func asyncAfter(
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
    |                  `- error: cannot find type 'DispatchQoS' in scope
124 |             flags: DispatchWorkItemFlags = [],
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:124:20: error: cannot find type 'DispatchWorkItemFlags' in scope
122 |             deadline: DispatchTime,
123 |             qos: DispatchQoS = .unspecified,
124 |             flags: DispatchWorkItemFlags = [],
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
125 |             execute work: @escaping @Sendable @convention(block) () -> Void
126 |         ) {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:19:29: error: cannot find type 'DispatchQoS' in scope
17 |     }
18 |
19 |     public func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue {
   |                             `- error: cannot find type 'DispatchQoS' in scope
20 |         DispatchQueue.global(qos: qos)
21 |     }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:25:14: error: cannot find type 'DispatchQoS' in scope
23 |     public func privateQueue(
24 |         label: String,
25 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:26:21: error: cannot find type 'DispatchQueue' in scope
24 |         label: String,
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:27:31: error: cannot find type 'DispatchQueue' in scope
25 |         qos: DispatchQoS,
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
28 |         target: DispatchQueue?
29 |     ) -> IDispatchQueue {
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/DispatchQueueFactory.swift:28:17: error: cannot find type 'DispatchQueue' in scope
26 |         attributes: DispatchQueue.Attributes,
27 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
28 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
29 |     ) -> IDispatchQueue {
30 |         DispatchQueue(label: label, qos: qos, attributes: attributes, autoreleaseFrequency: autoreleaseFrequency, target: target)
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
[9/30] Compiling Concurrency IDispatchQueueFactory.swift
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:30:23: error: cannot find type 'DispatchTime' in scope
 28 |     #if swift(>=5.9)
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
    |                       `- error: cannot find type 'DispatchTime' in scope
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:31:18: error: cannot find type 'DispatchQoS' in scope
 29 |         func asyncAfter(
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 32 |             flags: DispatchWorkItemFlags,
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:32:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 30 |             deadline: DispatchTime,
 31 |             qos: DispatchQoS,
 32 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 33 |             execute work: @escaping @Sendable @convention(block) () -> Void
 34 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:60:18: error: cannot find type 'DispatchQoS' in scope
 58 |     #if swift(>=5.9)
 59 |         func async(
 60 |             qos: DispatchQoS,
    |                  `- error: cannot find type 'DispatchQoS' in scope
 61 |             flags: DispatchWorkItemFlags,
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:61:20: error: cannot find type 'DispatchWorkItemFlags' in scope
 59 |         func async(
 60 |             qos: DispatchQoS,
 61 |             flags: DispatchWorkItemFlags,
    |                    `- error: cannot find type 'DispatchWorkItemFlags' in scope
 62 |             execute work: @escaping @Sendable @convention(block) () -> Void
 63 |         )
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:99:34: error: cannot find type 'DispatchWorkItem' in scope
 97 |     /// - Parameter execute: The work item containing the task to execute.
 98 |     /// For information on how to create this work item.
 99 |     func async(execute workItem: DispatchWorkItem)
    |                                  `- error: cannot find type 'DispatchWorkItem' in scope
100 |
101 |     /// Submits a block for synchronous execution on this queue.
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:104:33: error: cannot find type 'DispatchWorkItem' in scope
102 |     ///
103 |     /// - Parameter workItem: The work item to be invoked on the queue.
104 |     func sync(execute workItem: DispatchWorkItem)
    |                                 `- error: cannot find type 'DispatchWorkItem' in scope
105 |
106 |     ///
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:31: error: cannot find type 'DispatchTime' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                               `- error: cannot find type 'DispatchTime' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueue/IDispatchQueue.swift:116:54: error: cannot find type 'DispatchWorkItem' in scope
114 |     /// - SeeAlso: `DispatchTime`
115 |     ///
116 |     func asyncAfter(deadline: DispatchTime, execute: DispatchWorkItem)
    |                                                      `- error: cannot find type 'DispatchWorkItem' in scope
117 | }
118 |
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:15:22: error: cannot find type 'DispatchQoS' in scope
13 |
14 |     /// Returns the global system queue with the specified quality-of-service class.
15 |     func global(qos: DispatchQoS.QoSClass) -> IDispatchQueue
   |                      `- error: cannot find type 'DispatchQoS' in scope
16 |
17 |     /// An object that manages the execution of tasks serially or concurrently on your
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:21:14: error: cannot find type 'DispatchQoS' in scope
19 |     func privateQueue(
20 |         label: String,
21 |         qos: DispatchQoS,
   |              `- error: cannot find type 'DispatchQoS' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:22:21: error: cannot find type 'DispatchQueue' in scope
20 |         label: String,
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
   |                     `- error: cannot find type 'DispatchQueue' in scope
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:23:31: error: cannot find type 'DispatchQueue' in scope
21 |         qos: DispatchQoS,
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
   |                               `- error: cannot find type 'DispatchQueue' in scope
24 |         target: DispatchQueue?
25 |     ) -> IDispatchQueue
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:24:17: error: cannot find type 'DispatchQueue' in scope
22 |         attributes: DispatchQueue.Attributes,
23 |         autoreleaseFrequency: DispatchQueue.AutoreleaseFrequency,
24 |         target: DispatchQueue?
   |                 `- error: cannot find type 'DispatchQueue' in scope
25 |     ) -> IDispatchQueue
26 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:21: error: extra arguments at positions #2, #3, #4, #5 in call
27 |
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
   |          `- note: 'privateQueue(label:)' declared here
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                     `- error: extra arguments at positions #2, #3, #4, #5 in call
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:42: error: cannot infer contextual base in reference to member 'unspecified'
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                          `- error: cannot infer contextual base in reference to member 'unspecified'
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:94: error: cannot infer contextual base in reference to member 'inherit'
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                                                                              `- error: cannot infer contextual base in reference to member 'inherit'
31 |     }
32 | }
/host/spi-builder-workspace/.build/checkouts/concurrency/Sources/Concurrency/DispatchQueueFactory/IDispatchQueueFactory.swift:30:111: error: 'nil' requires a contextual type
28 | public extension IDispatchQueueFactory {
29 |     func privateQueue(label: String) -> IDispatchQueue {
30 |         privateQueue(label: label, qos: .unspecified, attributes: [], autoreleaseFrequency: .inherit, target: nil)
   |                                                                                                               `- error: 'nil' requires a contextual type
31 |     }
32 | }
[10/30] Compiling Concurrency TaskFactory.swift
[11/30] Compiling Concurrency ITaskFactory.swift
[12/30] Compiling Atomic ILock.swift
[13/30] Compiling Atomic Atomic.swift
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
[14/30] Compiling Atomic UnfairLock.swift
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:15:29: error: cannot find type 'os_unfair_lock_t' in scope
13 |
14 |     /// The underlying `os_unfair_lock` used for synchronization.
15 |     private let unfairLock: os_unfair_lock_t
   |                             `- error: cannot find type 'os_unfair_lock_t' in scope
16 |
17 |     // MARK: Initialization
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:21:23: error: cannot infer contextual base in reference to member 'allocate'
19 |     /// Initializes an UnfairLock instance.
20 |     init() {
21 |         unfairLock = .allocate(capacity: 1)
   |                       `- error: cannot infer contextual base in reference to member 'allocate'
22 |         unfairLock.initialize(to: os_unfair_lock())
23 |     }
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:22:35: error: cannot find 'os_unfair_lock' in scope
20 |     init() {
21 |         unfairLock = .allocate(capacity: 1)
22 |         unfairLock.initialize(to: os_unfair_lock())
   |                                   `- error: cannot find 'os_unfair_lock' in scope
23 |     }
24 |
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:35:9: error: cannot find 'os_unfair_lock_lock' in scope
33 | extension UnfairLock: ILock {
34 |     func lock() {
35 |         os_unfair_lock_lock(unfairLock)
   |         `- error: cannot find 'os_unfair_lock_lock' in scope
36 |     }
37 |
/host/spi-builder-workspace/.build/checkouts/atomic/Sources/Atomic/Classes/Helpers/Lock/UnfairLock.swift:39:9: error: cannot find 'os_unfair_lock_unlock' in scope
37 |
38 |     func unlock() {
39 |         os_unfair_lock_unlock(unfairLock)
   |         `- error: cannot find 'os_unfair_lock_unlock' in scope
40 |     }
41 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/30] Emitting module Log
/host/spi-builder-workspace/.build/checkouts/log/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
 5 |
 6 | import Foundation
 7 | import OSLog
   |        `- error: no such module 'OSLog'
 8 |
 9 | // MARK: - OSPrinter
BUILD FAILURE 6.1 wasm