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 AdaptiveCardUI, reference 0.1.3 (7bfdcf), with Swift 6.1 for Linux on 26 Apr 2025 08:06:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/AdaptiveCardUI.git
Reference: 0.1.3
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/gonzalezreal/AdaptiveCardUI
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 7bfdcfa Fix iOS and watchOS build (#18)
Cloned https://github.com/gonzalezreal/AdaptiveCardUI.git
Revision (git rev-parse @):
7bfdcfa965c42ef2194c511f51ca66cc7f6e5240
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/AdaptiveCardUI.git at 0.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/gonzalezreal/AdaptiveCardUI.git
https://github.com/gonzalezreal/AdaptiveCardUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "defaultcodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/DefaultCodable"
    },
    {
      "identity" : "anyvalue",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/AnyValue"
    },
    {
      "identity" : "networkimage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/NetworkImage"
    },
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "AdaptiveCardUI",
  "name" : "AdaptiveCardUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "AdaptiveCardUI",
      "targets" : [
        "AdaptiveCardUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AdaptiveCardUITests",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveCardUITests",
      "path" : "Tests/AdaptiveCardUITests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Configuration/ActionSetConfigurationTests.swift",
        "Configuration/FontConfigurationTests.swift",
        "Configuration/ImageSizeConfigurationTests.swift",
        "Configuration/ShowCardConfigurationTests.swift",
        "Configuration/SpacingConfigurationTests.swift",
        "Logic/AdaptiveCardDuplicateIdentifiersTests.swift",
        "Logic/AdaptiveCardFeatureAdaptableTests.swift",
        "Logic/AdaptiveCardImageURLsTests.swift",
        "Logic/AdaptiveCardStoreTests.swift",
        "Logic/AdaptiveCardToggleVisibilityTests.swift",
        "Model/ActionTests.swift",
        "Model/BackgroundImageTests.swift",
        "Model/BlockElementHeightTests.swift",
        "Model/CardElementTests.swift",
        "Model/ColumnSetElementTests.swift",
        "Model/ColumnWidthTests.swift",
        "Model/PixelDimensionTests.swift",
        "Model/SemanticVersionTests.swift",
        "Model/TargetElementTests.swift",
        "Model/TextRunTests.swift",
        "UI/ActionRenderingTests.swift",
        "UI/AdaptiveCardConfiguration+Test.swift",
        "UI/ColorTests.swift",
        "UI/ColumnSetRenderingTests.swift",
        "UI/ContainerRenderingTests.swift",
        "UI/CustomCardElementRenderingTests.swift",
        "UI/CustomCardElements/RepoLanguage.swift",
        "UI/CustomCardElements/RepoLanguageView.swift",
        "UI/CustomCardElements/StarCount.swift",
        "UI/CustomCardElements/StarCountView.swift",
        "UI/FactSetRenderingTests.swift",
        "UI/ImageRenderingTests.swift",
        "UI/ImageSetRenderingTests.swift",
        "UI/RichTextBlockRenderingTests.swift",
        "UI/TestHelpers.swift",
        "UI/TextBlockRenderingTests.swift",
        "UI/TextElementTests.swift"
      ],
      "target_dependencies" : [
        "AdaptiveCardUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AdaptiveCardUI",
      "module_type" : "SwiftTarget",
      "name" : "AdaptiveCardUI",
      "path" : "Sources/AdaptiveCardUI",
      "product_dependencies" : [
        "DefaultCodable",
        "AnyValue",
        "NetworkImage",
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "AdaptiveCardUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AdaptiveCardUI/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ActionSetConfiguration.swift",
        "Configuration/AdaptiveCardConfiguration.swift",
        "Configuration/Color+Configuration.swift",
        "Configuration/ContainerConfiguration.swift",
        "Configuration/ContainerStyleConfiguration.swift",
        "Configuration/EnvironmentValues+Configuration.swift",
        "Configuration/FactSetConfiguration.swift",
        "Configuration/FontConfiguration.swift",
        "Configuration/FontTypeConfiguration.swift",
        "Configuration/ImageSizeConfiguration.swift",
        "Configuration/ShowCardConfiguration.swift",
        "Configuration/SpacingConfiguration.swift",
        "Configuration/TextBlockConfiguration.swift",
        "Configuration/TextColorConfiguration.swift",
        "Configuration/TextColorPair.swift",
        "Configuration/View+Configuration.swift",
        "Logic/FeatureAdaptation/Action+FeatureAdaptable.swift",
        "Logic/FeatureAdaptation/AdaptiveCard+FeatureAdaptable.swift",
        "Logic/FeatureAdaptation/CardElement+FeatureAdaptable.swift",
        "Logic/FeatureAdaptation/ColumnSetElement+FeatureAdaptable.swift",
        "Logic/FeatureAdaptation/Fallback+FeatureAdaptable.swift",
        "Logic/FeatureAdaptation/FeatureAdaptable.swift",
        "Logic/Store/AdaptiveCard+DuplicateIdentifiers.swift",
        "Logic/Store/AdaptiveCard+ImageURLs.swift",
        "Logic/Store/AdaptiveCardCache.swift",
        "Logic/Store/AdaptiveCardDownloader.swift",
        "Logic/Store/AdaptiveCardStore.swift",
        "Logic/Store/ImmediateAdaptiveCardCache.swift",
        "Logic/ToggleVisibility/AdaptiveCard+Toggleable.swift",
        "Logic/ToggleVisibility/CardElement+Toggleable.swift",
        "Logic/ToggleVisibility/ColumnSetElement+Toggleable.swift",
        "Logic/ToggleVisibility/Image+Toggleable.swift",
        "Logic/ToggleVisibility/Toggleable.swift",
        "Model/Actions/Action.swift",
        "Model/Actions/ActionProtocol.swift",
        "Model/Actions/ActionStyle.swift",
        "Model/Actions/OpenURLAction.swift",
        "Model/Actions/ShowCardAction.swift",
        "Model/Actions/SubmitAction.swift",
        "Model/Actions/TargetElement.swift",
        "Model/Actions/ToggleVisibilityAction.swift",
        "Model/Actions/UnknownAction.swift",
        "Model/AdaptiveCard.swift",
        "Model/Common/BackgroundImage.swift",
        "Model/Common/BlockElementHeight.swift",
        "Model/Common/ContainerStyle.swift",
        "Model/Common/FontSize.swift",
        "Model/Common/FontType.swift",
        "Model/Common/FontWeight.swift",
        "Model/Common/HAlignment.swift",
        "Model/Common/ImageFillMode.swift",
        "Model/Common/ImageSize.swift",
        "Model/Common/ImageStyle.swift",
        "Model/Common/ItemIdentifier.swift",
        "Model/Common/PixelDimension.swift",
        "Model/Common/SemanticVersion.swift",
        "Model/Common/Spacing.swift",
        "Model/Common/TextColor.swift",
        "Model/Common/VAlignment.swift",
        "Model/Containers/ActionSet.swift",
        "Model/Containers/ColumnSet.swift",
        "Model/Containers/Container.swift",
        "Model/Containers/Fact.swift",
        "Model/Containers/FactSet.swift",
        "Model/Containers/ImageSet.swift",
        "Model/Elements/CardElement.swift",
        "Model/Elements/CardElementProtocol.swift",
        "Model/Elements/Column.swift",
        "Model/Elements/ColumnSetElement.swift",
        "Model/Elements/ColumnSetElementProtocol.swift",
        "Model/Elements/ColumnWidth.swift",
        "Model/Elements/CustomCardElement.swift",
        "Model/Elements/Fallback.swift",
        "Model/Elements/Image.swift",
        "Model/Elements/RichTextBlock.swift",
        "Model/Elements/TextBlock.swift",
        "Model/Elements/TextRun.swift",
        "Model/Elements/UnknownCardElement.swift",
        "Model/Elements/UnknownColumnSetElement.swift",
        "UI/ActionSet/ActionSetView.swift",
        "UI/ActionSet/ActionView.swift",
        "UI/ActionSet/CapsuleButtonModifier.swift",
        "UI/ActionSet/CapsuleButtonStyle.swift",
        "UI/AdaptiveCard/AdaptiveCardFeatures.swift",
        "UI/AdaptiveCard/AdaptiveCardSourceView.swift",
        "UI/AdaptiveCard/AdaptiveCardView.swift",
        "UI/AdaptiveCard/ErrorView.swift",
        "UI/AdaptiveCard/PrimitiveCardView.swift",
        "UI/BackgroundImage/BackgroundImageStyle.swift",
        "UI/BackgroundImage/BackgroundImageView.swift",
        "UI/BackgroundImage/CoverImageView.swift",
        "UI/BackgroundImage/RepeatHorizontallyImageView.swift",
        "UI/BackgroundImage/RepeatVerticallyImageView.swift",
        "UI/CardElement/CardElementList.swift",
        "UI/CardElement/CardElementView.swift",
        "UI/CardElement/CustomCardElementView.swift",
        "UI/CardElement/SpacingCardElementView.swift",
        "UI/Color/Color+ARGBHex.swift",
        "UI/ColumnSet/ColumnSetView.swift",
        "UI/ColumnSet/ColumnView.swift",
        "UI/ColumnSet/SpacingColumnView.swift",
        "UI/Container/ContainerView.swift",
        "UI/Container/EnvironmentValues+ContainerStyle.swift",
        "UI/FactSet/FactSetView.swift",
        "UI/Helpers/Alignment+VAlignment.swift",
        "UI/Helpers/BlockElementHeight+CGFloat.swift",
        "UI/Helpers/CollectSizeModifier.swift",
        "UI/Helpers/FlowLayout.swift",
        "UI/Helpers/HAlign.swift",
        "UI/Helpers/HAlignment+Offset.swift",
        "UI/Helpers/Padded.swift",
        "UI/Helpers/PixelDimension+CGFloat.swift",
        "UI/Helpers/SelectActionModifier.swift",
        "UI/Helpers/VAlignment+Offset.swift",
        "UI/Image/AutoImageView.swift",
        "UI/Image/ContentSizeKey.swift",
        "UI/Image/CustomImageStyle.swift",
        "UI/Image/FixedSizeImageView.swift",
        "UI/Image/ImageSetView.swift",
        "UI/Image/ImageSizeImageView.swift",
        "UI/Image/ImageStyleView.swift",
        "UI/Image/ImageView.swift",
        "UI/Image/PrimitiveImageStyle.swift",
        "UI/Text/Font.Design+FontType.swift",
        "UI/Text/Font.Weight+FontWeight.swift",
        "UI/Text/RichTextBlockView.swift",
        "UI/Text/Text+Parsing.swift",
        "UI/Text/TextAlignment+HAlignment.swift",
        "UI/Text/TextBlockView.swift",
        "UI/Text/TextElement.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/gonzalezreal/AnyValue
Fetching https://github.com/gonzalezreal/DefaultCodable
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1040] Fetching networkimage
[126/3450] Fetching networkimage, combine-schedulers
[898/3479] Fetching networkimage, combine-schedulers, anyvalue
[2710/3571] Fetching networkimage, combine-schedulers, anyvalue, defaultcodable
Fetched https://github.com/gonzalezreal/DefaultCodable from cache (0.24s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.24s)
[778/1069] Fetching networkimage, anyvalue
Fetched https://github.com/gonzalezreal/AnyValue from cache (0.31s)
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.32s)
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.78s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 1.1.1 (2.37s)
Computing version for https://github.com/gonzalezreal/AnyValue
Computed https://github.com/gonzalezreal/AnyValue at 1.0.0 (0.56s)
Computing version for https://github.com/gonzalezreal/DefaultCodable
Computed https://github.com/gonzalezreal/DefaultCodable at 1.2.1 (0.56s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.56s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
[853/6240] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.59s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.60s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.16s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.57s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.54s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/74813] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (4.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.26s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.00s)
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.00s)
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.7 (0.57s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.75s)
Creating working copy for https://github.com/gonzalezreal/AnyValue
Working copy of https://github.com/gonzalezreal/AnyValue resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.7
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/gonzalezreal/DefaultCodable
Working copy of https://github.com/gonzalezreal/DefaultCodable resolved at 1.2.1
Building for debugging...
[0/10] Write sources
[1/10] Copying Localizable.strings
[1/10] Copying Info.plist
[7/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/31] Emitting module ConcurrencyExtras
[12/32] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[13/33] Compiling ConcurrencyExtras UncheckedSendable.swift
[14/33] Compiling ConcurrencyExtras Task.swift
[15/33] Compiling ConcurrencyExtras Locking.swift
[16/33] Compiling ConcurrencyExtras ActorIsolated.swift
[17/33] Compiling ConcurrencyExtras AsyncStream.swift
[18/33] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[19/33] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[20/33] Compiling AnyValue AnyValue.swift
[21/33] Emitting module AnyValue
[22/33] Compiling XCTestDynamicOverlay XCTFail.swift
[23/33] Compiling XCTestDynamicOverlay Unimplemented.swift
[24/34] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[25/34] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[26/34] Compiling XCTestDynamicOverlay Deprecations.swift
[27/34] Emitting module XCTestDynamicOverlay
[28/34] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[29/35] Compiling ConcurrencyExtras MainSerialExecutor.swift
[31/35] Compiling ConcurrencyExtras LockIsolated.swift
[32/36] Emitting module DefaultCodable
[33/36] Compiling DefaultCodable DefaultValueProvider.swift
[34/36] Compiling DefaultCodable Default.swift
[38/49] Compiling CombineSchedulers Timer.swift
[39/49] Compiling CombineSchedulers SwiftUI.swift
[40/49] Compiling CombineSchedulers TestScheduler.swift
[41/50] Compiling CombineSchedulers UIScheduler.swift
[42/50] Compiling CombineSchedulers UIKit.swift
[43/50] Compiling CombineSchedulers ImmediateScheduler.swift
[44/50] Compiling CombineSchedulers Deprecations.swift
[45/50] Emitting module CombineSchedulers
[46/50] Compiling CombineSchedulers AnyScheduler.swift
[47/50] Compiling CombineSchedulers Concurrency.swift
[48/50] Compiling CombineSchedulers Lock.swift
[49/50] Compiling CombineSchedulers NSRecursiveLock.swift
[50/50] Compiling CombineSchedulers UnimplementedScheduler.swift
[52/65] Compiling NetworkImage Image+OSImage.swift
[53/65] Compiling NetworkImage NetworkImage.swift
[54/65] Compiling NetworkImage ResizableNetworkImageStyle.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/66] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[56/66] Compiling NetworkImage NetworkImageState.swift
[57/66] Compiling NetworkImage NetworkImageStyle.swift
[58/66] Compiling NetworkImage ImageDownloader.swift
[59/66] Compiling NetworkImage ImagePrefetcher.swift
[60/66] Compiling NetworkImage ImmediateImageCache.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[61/66] Compiling NetworkImage NetworkImageError.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[62/66] Compiling NetworkImage ImageCache.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[63/66] Compiling NetworkImage ImageDecoding.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[64/66] Compiling NetworkImage NetworkImageStore.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[65/66] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[66/66] Compiling NetworkImage NetworkImageView.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling AnyValue AnyValue.swift
[3/22] Emitting module AnyValue
[4/23] Compiling ConcurrencyExtras MainSerialExecutor.swift
[5/23] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[7/24] Compiling ConcurrencyExtras AsyncStream.swift
[8/24] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[9/25] Compiling XCTestDynamicOverlay XCTFail.swift
[10/25] Compiling DefaultCodable DefaultValueProvider.swift
[11/25] Compiling DefaultCodable Default.swift
[12/25] Emitting module DefaultCodable
[13/26] Compiling ConcurrencyExtras Locking.swift
[14/26] Compiling ConcurrencyExtras ActorIsolated.swift
[15/26] Compiling ConcurrencyExtras LockIsolated.swift
[16/26] Emitting module ConcurrencyExtras
[17/26] Compiling ConcurrencyExtras Task.swift
[18/26] Emitting module XCTestDynamicOverlay
[20/26] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[21/26] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/26] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[24/27] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[25/27] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[26/27] Compiling XCTestDynamicOverlay Unimplemented.swift
[27/27] Compiling XCTestDynamicOverlay Deprecations.swift
[29/40] Emitting module CombineSchedulers
[30/41] Compiling CombineSchedulers UIKit.swift
[31/41] Compiling CombineSchedulers SwiftUI.swift
[32/41] Compiling CombineSchedulers TestScheduler.swift
[33/41] Compiling CombineSchedulers Timer.swift
[34/41] Compiling CombineSchedulers ImmediateScheduler.swift
[35/41] Compiling CombineSchedulers Deprecations.swift
[36/41] Compiling CombineSchedulers Lock.swift
[37/41] Compiling CombineSchedulers NSRecursiveLock.swift
[38/41] Compiling CombineSchedulers AnyScheduler.swift
[39/41] Compiling CombineSchedulers Concurrency.swift
[40/41] Compiling CombineSchedulers UIScheduler.swift
[41/41] Compiling CombineSchedulers UnimplementedScheduler.swift
[43/56] Compiling NetworkImage NetworkImageState.swift
[44/56] Compiling NetworkImage NetworkImageStyle.swift
[45/56] Compiling NetworkImage ResizableNetworkImageStyle.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/57] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[47/57] Compiling NetworkImage ImageCache.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[48/57] Compiling NetworkImage ImageDecoding.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[49/57] Compiling NetworkImage ImageDownloader.swift
[50/57] Compiling NetworkImage ImagePrefetcher.swift
[51/57] Compiling NetworkImage Image+OSImage.swift
[52/57] Compiling NetworkImage NetworkImage.swift
[53/57] Compiling NetworkImage ImmediateImageCache.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[54/57] Compiling NetworkImage NetworkImageError.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:5:40: error: cannot find type 'OSImage' in scope
 3 | /// An in-memory `ImageCache`.
 4 | public final class ImmediateImageCache: ImageCache {
 5 |     private let cache = NSCache<NSURL, OSImage>()
   |                                        `- error: cannot find type 'OSImage' in scope
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:7:40: error: cannot find type 'OSImage' in scope
 5 |     private let cache = NSCache<NSURL, OSImage>()
 6 |
 7 |     public func image(for url: URL) -> OSImage? {
   |                                        `- error: cannot find type 'OSImage' in scope
 8 |         cache.object(forKey: url as NSURL)
 9 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImmediateImageCache.swift:11:35: error: cannot find type 'OSImage' in scope
 9 |     }
10 |
11 |     public func setImage(_ image: OSImage, for url: URL) {
   |                                   `- error: cannot find type 'OSImage' in scope
12 |         cache.setObject(image, forKey: url as NSURL)
13 |     }
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:8:33: error: cannot find type 'OSImage' in scope
 6 | public protocol ImageCache: AnyObject {
 7 |     /// Returns the image associated with a given URL.
 8 |     func image(for url: URL) -> OSImage?
   |                                 `- error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/ImageCache.swift:11:28: error: cannot find type 'OSImage' in scope
 9 |
10 |     /// Stores the image in the cache, associated with the specified URL.
11 |     func setImage(_ image: OSImage, for url: URL)
   |                            `- error: cannot find type 'OSImage' in scope
12 | }
13 |
[55/57] Compiling NetworkImage NetworkImageStore.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[56/57] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Core/URLSession+NetworkImage.swift:3:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 1 | import Foundation
 2 |
 3 | extension URLSession {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
 4 |     private enum Constants {
 5 |         static let memoryCapacity = 10 * 1024 * 1024
[57/57] Compiling NetworkImage NetworkImageView.swift
BUILD FAILURE 6.1 linux