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 1.2.2 (15e3b6), with Swift 6.1 for Android on 10 Jun 2025 17:00:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/Everything.git
Reference: 1.2.2
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
 * tag               1.2.2      -> FETCH_HEAD
HEAD is now at 15e3b60 Merge pull request #5 from schwa/jwight/develop
Cloned https://github.com/schwa/Everything.git
Revision (git rev-parse @):
15e3b60f56fd6488c7e910717317e781219ca35c
SUCCESS checkout https://github.com/schwa/Everything.git at 1.2.2
========================================
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/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" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.43s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5749] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.35s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/18] Compiling RealModule Float80+Real.swift
[8/19] Compiling RealModule Real.swift
[9/19] Compiling RealModule RealFunctions.swift
[10/19] Compiling RealModule Float16+Real.swift
[11/19] Emitting module RealModule
[12/19] Compiling RealModule AugmentedArithmetic.swift
[13/19] Compiling RealModule Double+Real.swift
[14/19] Compiling RealModule ElementaryFunctions.swift
[15/19] Compiling RealModule AlgebraicField.swift
[16/19] Compiling RealModule ApproximateEquality.swift
[17/19] Compiling RealModule Float+Real.swift
[19/45] Compiling Algorithms Compacted.swift
[20/45] Compiling Algorithms Cycle.swift
[21/45] Compiling Algorithms EitherSequence.swift
[22/45] Compiling Algorithms FirstNonNil.swift
[23/48] Compiling Algorithms RandomSample.swift
[24/48] Compiling Algorithms Reductions.swift
[25/48] Compiling Algorithms Rotate.swift
[26/48] Compiling Algorithms Joined.swift
[27/48] Compiling Algorithms Keyed.swift
[28/48] Compiling Algorithms MinMax.swift
[29/48] Compiling Algorithms Split.swift
[30/48] Compiling Algorithms Stride.swift
[31/48] Compiling Algorithms Suffix.swift
[32/48] Compiling Algorithms Partition.swift
[33/48] Compiling Algorithms Permutations.swift
[34/48] Compiling Algorithms Product.swift
[35/48] Compiling Algorithms FlattenCollection.swift
[36/48] Compiling Algorithms Grouped.swift
[37/48] Compiling Algorithms Indexed.swift
[38/48] Compiling Algorithms Intersperse.swift
[39/48] Compiling Algorithms Trim.swift
[40/48] Compiling Algorithms Unique.swift
[41/48] Compiling Algorithms Windows.swift
[42/48] Compiling Algorithms AdjacentPairs.swift
[43/48] Compiling Algorithms Chain.swift
[44/48] Compiling Algorithms Chunked.swift
[45/48] Compiling Algorithms Combinations.swift
[46/48] Emitting module Algorithms
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/54] 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
[49/55] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/13] Compiling RealModule ElementaryFunctions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/14] 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
[4/14] 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