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 Everything, reference main (f9e84d), with Swift 6.1 for Android on 31 Oct 2025 03:26:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/schwa/Everything.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/schwa/Everything
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f9e84dc Merge pull request #6 from schwa/jwight/ultraviolence-imports
Cloned https://github.com/schwa/Everything.git
Revision (git rev-parse @):
f9e84dcf1041a9e574296d6a10a36e0bfde6ad95
SUCCESS checkout https://github.com/schwa/Everything.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/schwa/Everything.git
https://github.com/schwa/Everything.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    }
  ],
  "manifest_display_name" : "Everything",
  "name" : "Everything",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Everything",
      "targets" : [
        "Everything"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EverythingUnsafeConformances",
      "targets" : [
        "EverythingUnsafeConformances"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "EverythingUnsafeConformances",
      "module_type" : "SwiftTarget",
      "name" : "EverythingUnsafeConformances",
      "path" : "Sources/EverythingUnsafeConformances",
      "product_memberships" : [
        "EverythingUnsafeConformances"
      ],
      "sources" : [
        "EverythingUnsafeConformances.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EverythingTests",
      "module_type" : "SwiftTarget",
      "name" : "EverythingTests",
      "path" : "Tests/EverythingTests",
      "sources" : [
        "BitRange_Tests.swift",
        "BitsTests.swift",
        "CSVTests.swift",
        "CollectionScannerTests.swift",
        "CombineTests.swift",
        "ComparisonTests.swift",
        "HeapTests.swift",
        "IdentifiableSetTests.swift",
        "ParsingTests/CharacterSetTests.swift",
        "PathTests.swift",
        "ProcessTest.swift",
        "RandomTests.swift",
        "SIMDTests.swift",
        "TaggedTests.swift",
        "Utilities.swift",
        "VersionTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Everything"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Everything",
      "module_type" : "SwiftTarget",
      "name" : "Everything",
      "path" : "Sources/Everything",
      "product_dependencies" : [
        "Algorithms"
      ],
      "product_memberships" : [
        "Everything"
      ],
      "sources" : [
        "Algorithms/AStarSearch.swift",
        "Algorithms/BloomFilter.swift",
        "Algorithms/CRC16.swift",
        "Algorithms/Comparison.swift",
        "Algorithms/DamerauLevenshtein.swift",
        "Algorithms/ExponentialMovingAverageIrregular.swift",
        "Algorithms/Heap.swift",
        "Algorithms/PriorityQueue.swift",
        "Algorithms/Search.swift",
        "Algorithms/Visitor.swift",
        "AppKit/AppKit+Extensions.swift",
        "CSV/CSVDecoder.swift",
        "CSV/CSVFormatter.swift",
        "Coding/AnyDecodable.swift",
        "Coding/BinaryEncoding.swift",
        "Coding/FormEncoder.swift",
        "Coding/Streams.swift",
        "Color/CGColor+More.swift",
        "Color/ColorConvertible.swift",
        "Color/ColorParser.swift",
        "Color/SystemColorPalette.swift",
        "Combine/Combine.swift",
        "Combine/ConcreteSubscription.swift",
        "Combine/DisplayLinkPublisher.swift",
        "Combine/FSEventPublisher.swift",
        "Concurrency/Atomic.swift",
        "Concurrency/Concurrency.swift",
        "Concurrency/Threading.swift",
        "CoreLocation/CoreLocation+Extensions.swift",
        "CoreLocation/CoreLocation+Extensions2.swift",
        "DataFormatting/Converters.swift",
        "DataStructures/IdentifiableSet.swift",
        "FileSystem/FSPath+Extensions.swift",
        "FileSystem/FSPath.swift",
        "FileSystem/FileBookmarks.swift",
        "FileSystem/FileSystem.swift",
        "FormatStyle.swift",
        "Foundation/AnyCodingKey.swift",
        "Foundation/BlockValueTransformer.swift",
        "Foundation/Casts.swift",
        "Foundation/CharacterSet+Extensions.swift",
        "Foundation/Collections+Extensions.swift",
        "Foundation/Date+Extensions.swift",
        "Foundation/Errors.swift",
        "Foundation/FileManager+xattr.swift",
        "Foundation/Foundation+Misc.swift",
        "Foundation/NSXML+Extensions.swift",
        "Foundation/NumberFormatter+Extensions.swift",
        "Foundation/Optional+Extensions.swift",
        "Foundation/Padding.swift",
        "Foundation/Process+Extensions.swift",
        "Foundation/Scanner+Extensions.swift",
        "Foundation/Shlex.swift",
        "Foundation/String+Escaping.swift",
        "Foundation/String+Extensions.swift",
        "Foundation/URL+Extensions.swift",
        "Foundation/UnsafeBufferPointer+Extensions.swift",
        "Foundation/printColumnar.swift",
        "Functional/Functional.swift",
        "HID/VirtualKeyCode.swift",
        "Math/Clamp.swift",
        "Math/Fuzzy.swift",
        "Math/Lerp.swift",
        "Math/Math.swift",
        "Math/signExtend.swift",
        "Memory/Align.swift",
        "Memory/BitRange.swift",
        "Memory/BitSet.swift",
        "Memory/Bits.swift",
        "Memory/Endianness.swift",
        "Memory/Memory.swift",
        "Misc/Benchmark.swift",
        "Misc/BinaryCoding.swift",
        "Misc/Box.swift",
        "Misc/Cache.swift",
        "Misc/CompositeHash.swift",
        "Misc/CustomTupleConvertable.swift",
        "Misc/Errno.swift",
        "Misc/Hashing.swift",
        "Misc/Identified.swift",
        "Misc/Logging.swift",
        "Misc/LolUID.swift",
        "Misc/MachTime.swift",
        "Misc/Misc.swift",
        "Misc/Named.swift",
        "Misc/OutputStream.swift",
        "Misc/Random.swift",
        "Misc/Tagged+Radians.swift",
        "Misc/Tagged.swift",
        "Misc/Timestamp.swift",
        "Misc/TrivialID.swift",
        "Misc/Version.swift",
        "Parsing/CollectionScanner.swift",
        "Parsing/YACharacterSet.swift",
        "PropertyWrappers/PropertyWrappers.swift",
        "RadixedIntegerFormatStyle.swift",
        "Scratch/Scratch.swift",
        "SwiftUI/Binding+Extensions.swift",
        "SwiftUI/Image+Extensions.swift",
        "SwiftUI/InigoColorPalette.swift",
        "SwiftUI/Styles.swift",
        "SwiftUI/SuperImportHelper.swift",
        "SwiftUI/SuperImportWell.swift",
        "SwiftUI/SuperImportWidget.swift",
        "SwiftUI/SwiftUI+Extensions.swift",
        "SwiftUI/ViewAdapter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-algorithms
[1/5999] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.73s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (4.35s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.86s)
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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Everything/SwiftUI/Styles.swift.gyb
Building for debugging...
[0/6] Write sources
[4/6] Compiling _NumericsShims _NumericsShims.c
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling RealModule RealFunctions.swift
[8/20] Emitting module RealModule
[9/20] Compiling RealModule Real.swift
[10/20] Compiling RealModule RelaxedArithmetic.swift
[11/20] Compiling RealModule Float80+Real.swift
[12/20] Compiling RealModule AlgebraicField.swift
[13/20] Compiling RealModule ApproximateEquality.swift
[14/20] Compiling RealModule ElementaryFunctions.swift
[15/20] Compiling RealModule Float+Real.swift
[16/20] Compiling RealModule Float16+Real.swift
[17/20] Compiling RealModule AugmentedArithmetic.swift
[18/20] Compiling RealModule Double+Real.swift
[20/46] Compiling Algorithms Compacted.swift
[21/46] Compiling Algorithms Cycle.swift
[22/46] Compiling Algorithms EitherSequence.swift
[23/46] Compiling Algorithms FirstNonNil.swift
[24/49] Compiling Algorithms Split.swift
[25/49] Compiling Algorithms Stride.swift
[26/49] Compiling Algorithms Suffix.swift
[27/49] Compiling Algorithms RandomSample.swift
[28/49] Compiling Algorithms Reductions.swift
[29/49] Compiling Algorithms Rotate.swift
[30/49] Compiling Algorithms Joined.swift
[31/49] Compiling Algorithms Keyed.swift
[32/49] Compiling Algorithms MinMax.swift
[33/49] Compiling Algorithms Partition.swift
[34/49] Compiling Algorithms Permutations.swift
[35/49] Compiling Algorithms Product.swift
[36/49] Compiling Algorithms FlattenCollection.swift
[37/49] Compiling Algorithms Grouped.swift
[38/49] Compiling Algorithms Indexed.swift
[39/49] Compiling Algorithms Intersperse.swift
[40/49] Compiling Algorithms Trim.swift
[41/49] Compiling Algorithms Unique.swift
[42/49] Compiling Algorithms Windows.swift
[43/49] Compiling Algorithms AdjacentPairs.swift
[44/49] Compiling Algorithms Chain.swift
[45/49] Compiling Algorithms Chunked.swift
[46/49] Compiling Algorithms Combinations.swift
[47/49] Compiling EverythingUnsafeConformances EverythingUnsafeConformances.swift
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
  1 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import MultipeerConnectivity
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/49] Emitting module EverythingUnsafeConformances
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
  1 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import MultipeerConnectivity
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Everything/SwiftUI/Styles.swift.gyb
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/14] Compiling RealModule RealFunctions.swift
[3/14] Compiling RealModule Float80+Real.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/15] Emitting module EverythingUnsafeConformances
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
  1 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import MultipeerConnectivity
[5/15] Compiling EverythingUnsafeConformances EverythingUnsafeConformances.swift
/host/spi-builder-workspace/Sources/EverythingUnsafeConformances/EverythingUnsafeConformances.swift:1:8: error: no such module 'CoreGraphics'
  1 | import CoreGraphics
    |        `- error: no such module 'CoreGraphics'
  2 | import Foundation
  3 | import MultipeerConnectivity
BUILD FAILURE 6.1 android