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 SpeziViews, reference main (bf7cc7), with Swift 6.1 for Android on 7 Dec 2025 00:18:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziViews.git
Reference: main
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/StanfordSpezi/SpeziViews
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bf7cc78 small ManagedNavigationStack API improvement (#83)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
bf7cc7830a4b81bed381fba7f5d96c5d2050fb09
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziViews.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziViews.git
https://github.com/StanfordSpezi/SpeziViews.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-markdown-ui",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.4.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gonzalezreal/swift-markdown-ui.git"
    },
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.17.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
    }
  ],
  "manifest_display_name" : "SpeziViews",
  "name" : "SpeziViews",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziViews",
      "targets" : [
        "SpeziViews"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziPersonalInfo",
      "targets" : [
        "SpeziPersonalInfo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziValidation",
      "targets" : [
        "SpeziValidation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziViewsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziViewsTests",
      "path" : "Tests/SpeziViewsTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "ManagedNavigationStackStepIdentifierTests.swift",
        "SnapshotTests+Buttons.swift",
        "SnapshotTests+Controls.swift",
        "SnapshotTests+Lists.swift",
        "SnapshotTests+Markdown.swift",
        "SnapshotTests+Texts.swift",
        "SnapshotTests+Tiles.swift",
        "SnapshotTests.swift",
        "SpeziValidationTests.swift"
      ],
      "target_dependencies" : [
        "SpeziViews",
        "SpeziValidation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziViews",
      "module_type" : "SwiftTarget",
      "name" : "SpeziViews",
      "path" : "Sources/SpeziViews",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation",
        "SpeziLocalization",
        "MarkdownUI"
      ],
      "product_memberships" : [
        "SpeziViews",
        "SpeziPersonalInfo",
        "SpeziValidation"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Environment/DefaultErrorDescription.swift",
        "Environment/ProcessingDebounceDuration.swift",
        "Exports.swift",
        "Model/ImageReference.swift",
        "Model/OperationState.swift",
        "Model/ViewState.swift",
        "Modules/ConfigureTipKit.swift",
        "Properties/ManagedViewUpdate.swift",
        "Styles/LiquidGlass.swift",
        "Styles/ReverseLabelStyle.swift",
        "Utilities/AnyLocalizedError.swift",
        "Utilities/Binding+Negate.swift",
        "Utilities/TextContentType.swift",
        "ViewModifier/ConditionalModifier.swift",
        "ViewModifier/DeviceOrientationModifier.swift",
        "ViewModifier/FocusOnTapModifier.swift",
        "ViewModifier/ProcessingOverlay.swift",
        "ViewModifier/ShimmerModifier.swift",
        "ViewModifier/SkeletonLoadingModifier.swift",
        "ViewModifier/ViewState/OperationStateAlert.swift",
        "ViewModifier/ViewState/ViewStateAlert.swift",
        "ViewModifier/ViewState/ViewStateMapper.swift",
        "Views/Button/AsyncButton.swift",
        "Views/Button/AsyncButtonProcessingStyle.swift",
        "Views/Button/DismissButton.swift",
        "Views/Button/InfoButton.swift",
        "Views/Controls/CaseIterablePicker.swift",
        "Views/Controls/OptionSetPicker.swift",
        "Views/Controls/PickerValue.swift",
        "Views/Drawing/CanvasView.swift",
        "Views/Layout/DescriptionGridRow.swift",
        "Views/Layout/DynamicHStack.swift",
        "Views/Layout/HorizontalGeometryReader.swift",
        "Views/Layout/ResizeToFit.swift",
        "Views/List/LabeledContent+Init.swift",
        "Views/List/ListHeader.swift",
        "Views/List/ListRow.swift",
        "Views/ManagedNavigationStack/IllegalNavigationStepView.swift",
        "Views/ManagedNavigationStack/ManagedNavigationStack+Path.swift",
        "Views/ManagedNavigationStack/ManagedNavigationStack.swift",
        "Views/ManagedNavigationStack/NavigationStepIdentifier.swift",
        "Views/ManagedNavigationStack/NavigationStepIdentifying.swift",
        "Views/ManagedNavigationStack/NavigationStepsBuilder.swift",
        "Views/ManagedNavigationStack/NavigationStepsCollection.swift",
        "Views/Sharing/ShareSheet.swift",
        "Views/Sharing/ShareSheetInput.swift",
        "Views/Sharing/ShareableRepresentation.swift",
        "Views/Text/Label.swift",
        "Views/Text/LazyText.swift",
        "Views/Text/MarkdownView+ImageProviders.swift",
        "Views/Text/MarkdownView.swift",
        "Views/Text/TextContent.swift",
        "Views/Tiles/CompletedTileHeader.swift",
        "Views/Tiles/SimpleTile.swift",
        "Views/Tiles/TileHeader.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziValidation",
      "module_type" : "SwiftTarget",
      "name" : "SpeziValidation",
      "path" : "Sources/SpeziValidation",
      "product_dependencies" : [
        "SpeziFoundation",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "SpeziValidation"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Configuration/ValidationDebounceDuration.swift",
        "Configuration/ValidationEngine+Configuration.swift",
        "ValidationEngine.swift",
        "ValidationModifier.swift",
        "ValidationRule+Defaults.swift",
        "ValidationRule.swift",
        "ValidationState/CapturedValidationState.swift",
        "ValidationState/FailedValidationResult.swift",
        "ValidationState/ReceiveValidationModifier.swift",
        "ValidationState/ValidationContext.swift",
        "ValidationState/ValidationState.swift",
        "Views/ValidationResultsView.swift",
        "Views/VerifiableTextField.swift"
      ],
      "target_dependencies" : [
        "SpeziViews"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziPersonalInfo",
      "module_type" : "SwiftTarget",
      "name" : "SpeziPersonalInfo",
      "path" : "Sources/SpeziPersonalInfo",
      "product_memberships" : [
        "SpeziPersonalInfo"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Fields/NameFieldRow.swift",
        "Fields/NameTextField.swift",
        "UserProfileView.swift"
      ],
      "target_dependencies" : [
        "SpeziViews"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/2458] Fetching spezifoundation
[1058/12571] Fetching spezifoundation, spezi
[12572/30935] Fetching spezifoundation, spezi, swift-collections
[18816/38466] Fetching spezifoundation, spezi, swift-collections, swift-markdown-ui
[20404/54099] Fetching spezifoundation, spezi, swift-collections, swift-markdown-ui, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (4.09s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (4.09s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (4.10s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (4.39s)
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (4.39s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (7.66s)
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/swiftlang/swift-cmark
[1/1064] Fetching networkimage
[757/19318] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.43s)
[5842/18254] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark from cache (12.19s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (14.30s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.2 (1.52s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-atomics.git
[1/6041] Fetching swift-algorithms
[304/7861] Fetching swift-algorithms, swift-atomics
[801/13579] Fetching swift-algorithms, swift-atomics, swift-log
[1426/14314] Fetching swift-algorithms, swift-atomics, swift-log, xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.49s)
[5377/13579] Fetching swift-algorithms, swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-log from cache (0.97s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (2.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.10s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.71s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (1.12s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.18s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (1.44s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.7.1 (1.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.48s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (1.04s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.59s)
[1/73024] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (8.87s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (10.03s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.34s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (0.58s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.7.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Building for debugging...
[0/65] Write sources
[7/65] Compiling cmark-gfm-extensions strikethrough.c
[8/65] Compiling cmark-gfm-extensions core-extensions.c
[9/65] Compiling cmark-gfm-extensions ext_scanners.c
[10/65] Compiling cmark-gfm-extensions tasklist.c
[11/65] Compiling cmark-gfm-extensions autolink.c
[12/65] Compiling cmark-gfm xml.c
[13/65] Compiling cmark-gfm syntax_extension.c
[14/65] Compiling cmark-gfm-extensions table.c
[15/65] Compiling cmark-gfm render.c
[16/65] Compiling cmark-gfm references.c
[17/65] Compiling cmark-gfm plugin.c
[18/65] Compiling cmark-gfm registry.c
[19/65] Compiling cmark-gfm-extensions tagfilter.c
[20/65] Write swift-version-24593BA9C3E375BF.txt
[21/65] Compiling cmark-gfm man.c
[22/65] Compiling cmark-gfm utf8.c
[23/65] Compiling cmark-gfm map.c
[24/65] Compiling cmark-gfm linked_list.c
[25/65] Compiling cmark-gfm plaintext.c
[26/65] Compiling cmark-gfm node.c
[27/65] Compiling cmark-gfm latex.c
[28/65] Compiling cmark-gfm iterator.c
[29/65] Compiling cmark-gfm houdini_html_e.c
[30/65] Compiling cmark-gfm houdini_href_e.c
[31/65] Compiling cmark-gfm footnotes.c
[32/65] Compiling cmark-gfm html.c
[33/65] Compiling cmark-gfm cmark_ctype.c
[34/65] Compiling cmark-gfm inlines.c
[35/65] Compiling cmark-gfm houdini_html_u.c
[36/65] Compiling cmark-gfm commonmark.c
[37/65] Copying Localizable.xcstrings.license
[37/65] Copying Localizable.xcstrings
[37/65] Copying Info.plist
[37/65] Copying Localizable.xcstrings.license
[37/65] Copying Localizable.xcstrings
[37/65] Copying Info.plist
[37/65] Copying Localizable.xcstrings.license
[37/65] Copying Localizable.xcstrings
[37/65] Copying Info.plist
[37/65] Copying Localizable.xcstrings.license
[37/65] Copying Localizable.xcstrings
[37/65] Copying Info.plist
[49/65] Compiling cmark-gfm scanners.c
[50/65] Write sources
[51/65] Compiling cmark-gfm cmark.c
[52/65] Write sources
[54/65] Compiling _AtomicsShims.c
[55/65] Write sources
[58/65] Compiling _NumericsShims _NumericsShims.c
[59/65] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[60/65] Compiling cmark-gfm buffer.c
[60/65] Write sources
[63/65] Compiling cmark-gfm arena.c
[64/65] Compiling cmark-gfm blocks.c
[66/133] Emitting module InternalCollectionsUtilities
[67/135] Emitting module Atomics
[68/137] Compiling InternalCollectionsUtilities Debugging.swift
[69/137] Compiling InternalCollectionsUtilities Descriptions.swift
[70/137] Compiling RealModule RealFunctions.swift
[71/138] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/138] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/138] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/138] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[75/138] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[76/138] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/138] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/138] Compiling InternalCollectionsUtilities Integer rank.swift
[79/138] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[80/138] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/138] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/138] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/138] Compiling RealModule Float16+Real.swift
[86/138] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/138] Emitting module RealModule
[89/138] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/138] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/138] Compiling RealModule Float80+Real.swift
[92/138] Compiling RealModule Real.swift
[93/138] Compiling RealModule RelaxedArithmetic.swift
[98/138] Compiling Atomics IntegerOperations.swift
[99/138] Compiling Atomics Unmanaged extensions.swift
[119/221] Compiling NetworkImage NetworkImageState.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[120/222] Compiling RuntimeAssertions Assert.swift
[121/223] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[122/223] Emitting module RuntimeAssertions
[123/223] Compiling NetworkImage NetworkImageModel.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[124/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[125/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[126/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[127/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[128/223] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[129/223] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[130/223] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[131/230] Compiling OrderedCollections OrderedDictionary.swift
[132/230] Compiling OrderedCollections OrderedSet+Codable.swift
[133/230] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[134/230] Compiling OrderedCollections OrderedSet+Descriptions.swift
[135/230] Compiling OrderedCollections OrderedSet+Diffing.swift
[136/230] Compiling OrderedCollections OrderedSet+Equatable.swift
[137/230] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[138/230] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/230] Compiling OrderedCollections OrderedSet+Initializers.swift
[140/230] Compiling OrderedCollections OrderedSet+Insertions.swift
[141/230] Compiling OrderedCollections OrderedSet+Invariants.swift
[142/230] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[143/230] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[145/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[146/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[147/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/230] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/230] Compiling Algorithms RandomSample.swift
[155/230] Compiling Algorithms Reductions.swift
[156/230] Compiling Algorithms Rotate.swift
[157/230] Compiling Algorithms Split.swift
[158/230] Compiling Algorithms Stride.swift
[159/230] Compiling Algorithms Suffix.swift
[160/233] Compiling Algorithms Compacted.swift
[161/233] Compiling Algorithms Cycle.swift
[162/233] Compiling Algorithms EitherSequence.swift
[163/233] Compiling Algorithms FirstNonNil.swift
[164/233] Compiling Algorithms FlattenCollection.swift
[165/233] Compiling Algorithms Grouped.swift
[166/233] Compiling Algorithms Indexed.swift
[167/233] Compiling Algorithms Intersperse.swift
[173/233] Compiling Algorithms Partition.swift
[174/233] Compiling Algorithms Permutations.swift
[175/233] Compiling Algorithms Product.swift
[179/233] Emitting module Logging
[180/233] Compiling Logging MetadataProvider.swift
[181/233] Compiling Logging LogHandler.swift
[182/233] Compiling Logging Locks.swift
[183/233] Compiling Logging Logging.swift
[185/234] Compiling Algorithms AdjacentPairs.swift
[186/234] Compiling Algorithms Chain.swift
[187/234] Compiling Algorithms Chunked.swift
[188/234] Compiling Algorithms Combinations.swift
[189/234] Compiling Algorithms Joined.swift
[190/234] Compiling Algorithms Keyed.swift
[191/234] Compiling Algorithms MinMax.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[199/234] Compiling RuntimeAssertions RuntimePrecondition.swift
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:41:5: error: cannot find 'usleep' in scope
39 |     // `wait(for: [expectation], timeout: timeout)`
40 |     // here as we need to make the method independent of XCTestCase to also use it in our TestApp UITest target which fails if you import XCTest.
41 |     usleep(useconds_t(1_000_000 * timeout))
   |     `- error: cannot find 'usleep' in scope
42 |     expressionWorkItem.cancel()
43 | }
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:67:5: error: cannot find 'usleep' in scope
65 |     // `wait(for: [expectation], timeout: timeout)`
66 |     // here as we need to make the method independent of XCTestCase to also use it in our TestApp UITest target which fails if you import XCTest.
67 |     usleep(useconds_t(1_000_000 * timeout))
   |     `- error: cannot find 'usleep' in scope
68 |     task.cancel()
69 | }
[200/234] Compiling Algorithms Trim.swift
[201/234] Compiling Algorithms Unique.swift
[202/234] Compiling Algorithms Windows.swift
[203/234] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[204/234] Compiling NetworkImage TaskModifier.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[205/234] Compiling NetworkImage NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[206/234] Compiling RuntimeAssertions RuntimeAssertion.swift
[207/234] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[208/234] Compiling RuntimeAssertions Precondition.swift
[209/234] Compiling RuntimeAssertions NeverReturn.swift
[210/234] Compiling RuntimeAssertions Counter.swift
[211/234] Compiling RuntimeAssertions DebugOnly.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[212/234] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 36 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listRow.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/caseIterablePicker.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/labeledContent.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.trailing.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.center.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listHeader.list-header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/simpleTile.leading.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.center.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listRow.iphone-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.leading-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/completedTileHeader.header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/ListSnapshotTests/listRow.iphone-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/lazyText.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.center-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker-inline.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/markdownView.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-info.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-dismiss.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header-instructions.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/dynamicHStack.header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Texts/reverseLabelStyle.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.leading.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/imageReference.iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/descriptionGridRow.header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Lists/listHeader.list-header.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/listRow.ipad-XA3.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Controls/optionSetPicker.option-picker.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/reverseLabelStyle.ipad-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Buttons/allButtons-_.button-async.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Tiles/tileHeaderLayout.trailing.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests+Markdown/markdownView2.trailing-iphone-regular.png
    /host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/skeletonLoading.skeleton-loading.png
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling NetworkImage TaskModifier.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/70] Emitting module NetworkImage
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[4/70] Compiling NetworkImage View+NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[5/70] Compiling RealModule RealFunctions.swift
[6/71] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[8/73] Compiling NetworkImage URLSession+NetworkImage.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[9/73] Compiling NetworkImage NetworkImageState.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[10/73] Compiling RuntimeAssertions DebugOnly.swift
[11/73] Compiling RealModule Float80+Real.swift
[12/73] Compiling RealModule Real.swift
[13/74] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[15/74] Compiling Logging MetadataProvider.swift
[16/74] Compiling RuntimeAssertions Counter.swift
[17/76] Compiling RuntimeAssertions NeverReturn.swift
[18/76] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/76] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/76] Compiling InternalCollectionsUtilities Debugging.swift
[21/76] Compiling InternalCollectionsUtilities Descriptions.swift
[22/76] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[23/76] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[24/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/76] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[27/76] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/76] Compiling RealModule Float16+Real.swift
[31/76] Compiling InternalCollectionsUtilities Integer rank.swift
[32/76] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/76] Compiling RealModule RelaxedArithmetic.swift
[34/76] Emitting module InternalCollectionsUtilities
[35/76] Compiling RuntimeAssertions RuntimeAssertionInjection.swift
[36/76] Compiling RuntimeAssertions RuntimeAssertion.swift
[37/76] Compiling RuntimeAssertions Precondition.swift
[38/76] Compiling RuntimeAssertions Assert.swift
[39/76] Emitting module RuntimeAssertions
[48/76] Emitting module RealModule
[49/77] Compiling Atomics IntegerOperations.swift
[50/77] Compiling Atomics Unmanaged extensions.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[54/77] Compiling NetworkImage NetworkImageModel.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[55/77] Compiling NetworkImage NetworkImageLoader.swift
/host/spi-builder-workspace/.build/checkouts/NetworkImage/Sources/NetworkImage/Deprecations.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | // MARK: - Deprecated after 5.0.0:
[56/77] Compiling RuntimeAssertions RuntimePrecondition.swift
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:41:5: error: cannot find 'usleep' in scope
39 |     // `wait(for: [expectation], timeout: timeout)`
40 |     // here as we need to make the method independent of XCTestCase to also use it in our TestApp UITest target which fails if you import XCTest.
41 |     usleep(useconds_t(1_000_000 * timeout))
   |     `- error: cannot find 'usleep' in scope
42 |     expressionWorkItem.cancel()
43 | }
/host/spi-builder-workspace/.build/checkouts/XCTRuntimeAssertions/Sources/RuntimeAssertions/RuntimePrecondition.swift:67:5: error: cannot find 'usleep' in scope
65 |     // `wait(for: [expectation], timeout: timeout)`
66 |     // here as we need to make the method independent of XCTestCase to also use it in our TestApp UITest target which fails if you import XCTest.
67 |     usleep(useconds_t(1_000_000 * timeout))
   |     `- error: cannot find 'usleep' in scope
68 |     task.cancel()
69 | }
[57/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/77] Compiling Logging Locks.swift
[63/77] Emitting module Logging
[64/102] Compiling Algorithms RandomSample.swift
[65/102] Compiling Algorithms Reductions.swift
[66/102] Compiling Algorithms Rotate.swift
[67/102] Compiling Algorithms Joined.swift
[68/102] Compiling Algorithms Keyed.swift
[69/102] Compiling Algorithms MinMax.swift
[70/105] Compiling Algorithms Split.swift
[71/105] Compiling Algorithms Stride.swift
[72/105] Compiling Algorithms Suffix.swift
[73/105] Compiling Algorithms Partition.swift
[74/105] Compiling Algorithms Permutations.swift
[75/105] Compiling Algorithms Product.swift
[76/105] Compiling Algorithms FlattenCollection.swift
[77/105] Compiling Algorithms Grouped.swift
[78/105] Compiling Algorithms Indexed.swift
[79/105] Compiling Algorithms Intersperse.swift
[80/105] Compiling Algorithms Trim.swift
[81/105] Compiling Algorithms Unique.swift
[82/105] Compiling Algorithms Windows.swift
[83/105] Compiling Algorithms Compacted.swift
[84/105] Compiling Algorithms Cycle.swift
[85/105] Compiling Algorithms EitherSequence.swift
[86/105] Compiling Algorithms FirstNonNil.swift
[87/105] Compiling Algorithms AdjacentPairs.swift
[88/105] Compiling Algorithms Chain.swift
[89/105] Compiling Algorithms Chunked.swift
[90/105] Compiling Algorithms Combinations.swift
[91/105] Emitting module Algorithms
BUILD FAILURE 6.1 android