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 Attabench, reference master (7fc220), with Swift 6.1 for Android on 28 May 2025 00:59:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/attaswift/Attabench.git
Reference: master
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/attaswift/Attabench
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7fc2205 Update README.md
Submodule path 'Benchmarking': checked out '5fb2680a1a3d6197f5dbba29d9d57c2c1c56799e'
Submodule 'Benchmarking' (https://github.com/attaswift/Benchmarking.git) registered for path 'Benchmarking'
Cloning into '/host/spi-builder-workspace/Benchmarking'...
Cloned https://github.com/attaswift/Attabench.git
Revision (git rev-parse @):
7fc2205c990ac512d53d076a479bbb318b03995b
SUCCESS checkout https://github.com/attaswift/Attabench.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/attaswift/Attabench.git
https://github.com/attaswift/Attabench.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "benchmarking",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/Benchmarking"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt"
    },
    {
      "identity" : "siphash",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/SipHash"
    },
    {
      "identity" : "gluekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/GlueKit"
    },
    {
      "identity" : "optionparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/OptionParser"
    }
  ],
  "manifest_display_name" : "Attabench",
  "name" : "Attabench",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BenchmarkModel",
      "targets" : [
        "BenchmarkModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkRunner",
      "targets" : [
        "BenchmarkRunner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkCharts",
      "targets" : [
        "BenchmarkCharts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "attachart",
      "targets" : [
        "attachart"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "attachart",
      "module_type" : "SwiftTarget",
      "name" : "attachart",
      "path" : "attachart",
      "product_dependencies" : [
        "Benchmarking",
        "OptionParser"
      ],
      "product_memberships" : [
        "attachart"
      ],
      "sources" : [
        "Options.swift",
        "Render.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "BenchmarkModel",
        "BenchmarkCharts"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "BenchmarkRunner",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkRunner",
      "path" : "BenchmarkRunner",
      "product_dependencies" : [
        "Benchmarking"
      ],
      "product_memberships" : [
        "BenchmarkRunner"
      ],
      "sources" : [
        "BenchmarkProcess.swift",
        "CommandLineProcess.swift",
        "Dispatch Extensions.swift",
        "FileManager Extensions.swift",
        "Tools.swift"
      ],
      "target_dependencies" : [
        "BenchmarkModel"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkModel",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkModel",
      "path" : "BenchmarkModel",
      "product_dependencies" : [
        "BigInt",
        "GlueKit"
      ],
      "product_memberships" : [
        "BenchmarkModel",
        "BenchmarkRunner",
        "BenchmarkCharts",
        "attachart"
      ],
      "sources" : [
        "Attaresult.swift",
        "Bounds.swift",
        "ClosedRangeVariable.swift",
        "Task.swift",
        "Time.swift",
        "TimeSample.swift",
        "Timestamp.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkCharts",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkCharts",
      "path" : "BenchmarkCharts",
      "product_memberships" : [
        "BenchmarkCharts",
        "attachart"
      ],
      "sources" : [
        "BenchmarkChart.swift",
        "BenchmarkRenderer.swift",
        "BenchmarkTheme.swift",
        "ChartScales.swift",
        "Extensions.swift",
        "Gridline.swift",
        "LineParams.swift",
        "NSImage Export.swift",
        "Size Labels.swift",
        "TextParams.swift"
      ],
      "target_dependencies" : [
        "BenchmarkModel"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 -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
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/attaswift/Benchmarking
[1/65] Fetching benchmarking
Fetched https://github.com/attaswift/Benchmarking from cache (0.52s)
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/attaswift/SipHash
Fetching https://github.com/attaswift/OptionParser
Fetching https://github.com/attaswift/GlueKit
[1/4016] Fetching gluekit
[2532/4456] Fetching gluekit, siphash
[4377/4538] Fetching gluekit, siphash, optionparser
[4483/9314] Fetching gluekit, siphash, optionparser, bigint
Fetched https://github.com/attaswift/SipHash from cache (0.29s)
[6239/8874] Fetching gluekit, optionparser, bigint
Fetched https://github.com/attaswift/GlueKit from cache (0.31s)
[3943/4858] Fetching optionparser, bigint
Fetched https://github.com/attaswift/OptionParser from cache (0.44s)
Fetched https://github.com/attaswift/BigInt from cache (0.45s)
Computing version for https://github.com/attaswift/OptionParser
Computed https://github.com/attaswift/OptionParser at 1.0.0 (0.89s)
Computing version for https://github.com/attaswift/GlueKit
Computed https://github.com/attaswift/GlueKit at 0.2.0 (0.47s)
Fetching https://github.com/attaswift/BTree
[1/3349] Fetching btree
Fetched https://github.com/attaswift/BTree from cache (0.34s)
Computing version for https://github.com/attaswift/BTree
Computed https://github.com/attaswift/BTree at 4.1.0 (0.83s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.46s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 3.1.0 (0.47s)
Creating working copy for https://github.com/attaswift/OptionParser
Working copy of https://github.com/attaswift/OptionParser resolved at 1.0.0
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/attaswift/Benchmarking
Working copy of https://github.com/attaswift/Benchmarking resolved at master (5fb2680)
Creating working copy for https://github.com/attaswift/BTree
Working copy of https://github.com/attaswift/BTree resolved at 4.1.0
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 3.1.0
Creating working copy for https://github.com/attaswift/GlueKit
Working copy of https://github.com/attaswift/GlueKit resolved at 0.2.0
warning: 'spi-builder-workspace': dependency 'siphash' is not used by any target
Building for debugging...
[0/32] Write sources
[11/32] Write swift-version-24593BA9C3E375BF.txt
[13/63] Compiling SipHash SipHashable.swift
[14/63] Compiling SipHash RandomUInt64.swift
[15/63] Compiling SipHash SipHasher.swift
[16/63] Emitting module SipHash
[17/63] Compiling SipHash Primitive Types.swift
[18/64] Wrapping AST for SipHash for debugging
[19/64] Write Objects.LinkFileList
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/64] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[21/66] Linking libSipHash.so
[23/70] Compiling BTree Map.swift
[24/70] Compiling BTree SortedBag.swift
[25/87] Compiling BigInt Hashable.swift
[26/87] Compiling BigInt Random.swift
[27/87] Compiling BigInt Strideable.swift
[28/87] Compiling BigInt String Conversion.swift
[29/89] Compiling BigInt Subtraction.swift
[30/89] Compiling BigInt Words and Bits.swift
[31/89] Compiling OptionParser Parameter.swift
[32/89] Compiling OptionParser ParseContext.swift
[33/89] Compiling OptionParser OptionParser.swift
[34/89] Compiling OptionParser OptionValue.swift
[35/89] Compiling BigInt Floating Point Conversion.swift
[36/89] Compiling BigInt GCD.swift
[38/90] Compiling BigInt Integer Conversion.swift
[39/90] Compiling BigInt Multiplication.swift
[40/90] Compiling BigInt Prime Test.swift
[41/90] Emitting module OptionParser
[42/90] Compiling BigInt Addition.swift
[43/90] Compiling BigInt BigInt.swift
[45/90] Compiling BigInt Shifts.swift
[46/90] Compiling BigInt Square Root.swift
[47/90] Emitting module BenchmarkIPC
[48/90] Compiling BenchmarkIPC BenchmarkIPC.swift
[51/91] Compiling BigInt Data Conversion.swift
[52/91] Compiling BigInt Division.swift
[55/91] Compiling BigInt Codable.swift
[56/91] Compiling BigInt Comparable.swift
[57/91] Compiling BigInt BigUInt.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[58/91] Compiling BigInt Bitwise Ops.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[59/91] Compiling BigInt Exponentiation.swift
[64/91] Compiling OptionParser Help.swift
[65/91] Compiling OptionParser Option.swift
[70/91] Emitting module BigInt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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': dependency 'siphash' is not used by any target
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/52] Emitting module SipHash
[3/52] Compiling SipHash Primitive Types.swift
[4/52] Compiling OptionParser OptionParser.swift
[5/53] Emitting module OptionParser
[6/53] Emitting module BenchmarkIPC
[7/53] Compiling BenchmarkIPC BenchmarkIPC.swift
[8/54] Compiling BTree BTree.swift
[9/54] Compiling BTree BTreeBuilder.swift
[10/54] Compiling OptionParser OptionValue.swift
[11/54] Compiling OptionParser Parameter.swift
[12/54] Compiling OptionParser ParseContext.swift
[14/54] Compiling BTree Map.swift
[15/54] Compiling BTree SortedBag.swift
[16/54] Compiling OptionParser Help.swift
[16/56] Wrapping AST for BenchmarkIPC for debugging
[18/56] Compiling OptionParser Option.swift
[19/56] Compiling SipHash SipHasher.swift
[20/56] Compiling SipHash SipHashable.swift
[21/56] Compiling SipHash RandomUInt64.swift
[22/56] Write Objects.LinkFileList
[24/56] Compiling OptionParser Syntax.swift
[26/57] Compiling BTree Compatibility.swift
[27/57] Compiling BTree List.swift
[28/57] Compiling BTree BTreePath.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[29/57] Compiling BTree BridgedList.swift
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:30: error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                              `- error: cannot find 'AutoreleasingUnsafeMutablePointer' in scope
74 |                 s.state += UInt(c)
75 |             }
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:73:76: error: generic parameter 'Pointee' could not be inferred
71 |             let c = node.elements.count - slot
72 |             node.elements.withUnsafeBufferPointer { p in
73 |                 s.itemsPtr = AutoreleasingUnsafeMutablePointer<AnyObject?>(UnsafeMutablePointer(mutating: p.baseAddress!) + slot)
   |                                                                            |- error: generic parameter 'Pointee' could not be inferred
   |                                                                            `- note: explicitly specify the generic arguments to fix this issue
74 |                 s.state += UInt(c)
75 |             }
[29/57] Wrapping AST for OptionParser for debugging
[30/57] Write Objects.LinkFileList
[31/57] Archiving libOptionParser.a
[33/57] Compiling BTree SortedSet.swift
[34/57] Compiling BTree Weak.swift
[34/59] Linking libSipHash.so
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/65] Emitting module BTree
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:78: error: cannot find type 'NSFastEnumerationState' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                              `- error: cannot find type 'NSFastEnumerationState' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
/host/spi-builder-workspace/.build/checkouts/BTree/Sources/BridgedList.swift:57:119: error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
55 |     }
56 |
57 |     public override func countByEnumerating(with state: UnsafeMutablePointer<NSFastEnumerationState>, objects buffer: AutoreleasingUnsafeMutablePointer<AnyObject?>, count len: Int) -> Int {
   |                                                                                                                       `- error: cannot find type 'AutoreleasingUnsafeMutablePointer' in scope
58 |         precondition(MemoryLayout<(EmptyKey, Value)>.size == MemoryLayout<Value>.size)
59 |         precondition(MemoryLayout<(EmptyKey, Value)>.stride == MemoryLayout<Value>.stride)
[39/65] Compiling BTree BTreeComparisons.swift
[40/65] Compiling BTree BTreeCursor.swift
[41/65] Compiling Benchmarking InputGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[42/65] Compiling Benchmarking Complain.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[43/66] Compiling Benchmarking Benchmark.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[44/67] Compiling Benchmarking Shuffle.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[45/76] Compiling Benchmarking Noop.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/76] Emitting module Benchmarking
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[47/87] Compiling Benchmarking Timer.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[48/87] Compiling Benchmarking Output.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[49/87] Compiling Benchmarking Run.swift
/host/spi-builder-workspace/.build/checkouts/Benchmarking/Benchmarking/Shuffle.swift:5:8: error: no such module 'Darwin'
 3 | // For licensing information, see the file LICENSE.md in the Git repository above.
 4 |
 5 | import Darwin
   |        `- error: no such module 'Darwin'
 6 |
 7 | extension FixedWidthInteger {
[50/87] Compiling BigInt GCD.swift
[51/87] Compiling BigInt Hashable.swift
BUILD FAILURE 6.1 android