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 dev (9be161), with Swift 6.1 for Linux on 24 May 2025 15:34:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: dev
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
 * branch            dev        -> FETCH_HEAD
 * [new branch]      dev        -> origin/dev
HEAD is now at 9be161f Bump github.com/pointfreeco/swift-snapshot-testing from 1.18.3 to 1.18.4 (#114)
Cloned https://github.com/space-code/flare.git
Revision (git rev-parse @):
9be161fe72f6af3965d18973df9f9476f4319a8d
SUCCESS checkout https://github.com/space-code/flare.git at dev
========================================
Build
========================================
Selected platform:         linux
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.4"
        ]
      },
      "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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/space-code/atomic.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/space-code/concurrency.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/space-code/log.git
[1/227] Fetching atomic
[228/2276] Fetching atomic, swift-docc-plugin
[454/2431] Fetching atomic, swift-docc-plugin, concurrency
[609/2688] Fetching atomic, swift-docc-plugin, concurrency, log
Fetched https://github.com/space-code/atomic.git from cache (0.25s)
[679/2461] Fetching swift-docc-plugin, concurrency, log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
[1/13182] Fetching swift-snapshot-testing
Fetched https://github.com/space-code/concurrency.git from cache (2.39s)
Fetched https://github.com/space-code/log.git from cache (2.39s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.64s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.29s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75022] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.26s)
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 (5.76s)
Computing version for https://github.com/space-code/log.git
Computed https://github.com/space-code/log.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.33s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3387] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/space-code/concurrency.git
Computed https://github.com/space-code/concurrency.git at 0.2.0 (1.00s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.75s)
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.75s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.36s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.49s)
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/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/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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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/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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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.4
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/swiftgen.yml
    /host/spi-builder-workspace/Sources/Flare/Makefile
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/Makefile
    /host/spi-builder-workspace/Sources/FlareUI/swiftgen.yml
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/17] Write sources
[2/17] Copying Localizable.strings
[2/17] Write sources
[3/17] Copying Localizable.strings
[5/17] Copying Info.plist
[6/17] Copying Localizable.strings
[12/17] Write sources
[12/17] Copying Info.plist
[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 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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/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
[33/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
[34/46] Compiling Concurrency IDispatchQueueFactory.swift
[35/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/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
[37/46] Compiling Atomic ILock.swift
[38/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
[39/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
[40/46] Compiling Concurrency IDispatchQueue.swift
[41/46] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
[42/46] Emitting module Concurrency
[43/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 | }
[44/46] Compiling Concurrency DispatchQueueFactory.swift
[45/47] 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
[46/47] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsHidden-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNotNil-macOS.1.png
    /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__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsHidden-macOS.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_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__/ProductViewSnapshotTests/test_productView_customStyle_product-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_loading-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNotNil-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_error-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products_withRestoreButtons-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__/ProductViewSnapshotTests/test_productView_error-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsVisible-tvOS.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_loading-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__/ProductInfoViewSnapshotTests/test_productInfoView_largeStyle_whenIconIsNil-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_error-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsHidden-tvOS.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_largeStyle_whenIconIsHidden-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_product-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_defaultStyle-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_products-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_whenIconIsHidden-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_whenIconIsVisible-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductPlaceholderViewSnapshotTests/test_productPlaceholderView_compactStyle_whenIconIsVisible-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_loading-macOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductsViewSnapshotTests/test_productsView_error-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductInfoViewSnapshotTests/test_productInfoView_largeStyle_whenIconIsNotNil-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_whenIconIsNil-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__/ProductInfoViewSnapshotTests/test_productInfoView_compactStyle_whenIconIsNil-tvOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/ProductViewSnapshotTests/test_productView_product-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__/SubscriptionsViewSnapshotTests/test_subscriptionsView_customStyle-iOS.1.png
    /host/spi-builder-workspace/Tests/SnapshotTests/__Snapshots__/SubscriptionsViewSnapshotTests/test_subscriptionsView_customStyle-tvOS.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-macOS.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/swiftgen.yml
    /host/spi-builder-workspace/Sources/Flare/Makefile
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/Makefile
    /host/spi-builder-workspace/Sources/FlareUI/swiftgen.yml
[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
[4/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 | }
[5/30] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
[6/30] Compiling Concurrency DispatchQueueFactory.swift
[7/30] Emitting module Concurrency
[8/30] 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
[9/30] 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
[10/30] 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
[11/30] 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
[12/32] Compiling Atomic ILock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/32] 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
[14/32] 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
[15/32] 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
[16/32] 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
[17/32] 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
[18/32] 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
[19/32] 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
[20/32] 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
[21/32] 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
[22/32] 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
[23/32] 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
[24/32] 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
[25/32] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/32] 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
[27/32] Compiling Concurrency IDispatchQueue.swift
[28/32] Compiling Concurrency ITaskFactory.swift
[29/32] Compiling Concurrency IDispatchQueueFactory.swift
[30/32] Compiling Concurrency TaskFactory.swift
[32/33] 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
[33/33] 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
BUILD FAILURE 6.1 linux