The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NetworkScanner, reference 6.0.1 (03125f), with Swift 6.1 for Android on 29 May 2025 11:51:19 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/wadetregaskis/NetworkScanner.git
Reference: 6.0.1
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/wadetregaskis/NetworkScanner
 * tag               6.0.1      -> FETCH_HEAD
HEAD is now at 03125f5 Explicitly marked `Delegate` as `Sendable` because with the 5.10 compiler it complains otherwise.
Cloned https://github.com/wadetregaskis/NetworkScanner.git
Revision (git rev-parse @):
03125f57736a9467fa8a2b4c982422e69d3007d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/NetworkScanner.git at 6.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wadetregaskis/NetworkScanner.git
https://github.com/wadetregaskis/NetworkScanner.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "networkinterfaceinfo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wadetregaskis/NetworkInterfaceInfo.git"
    }
  ],
  "manifest_display_name" : "NetworkScanner",
  "name" : "NetworkScanner",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkScanner",
      "targets" : [
        "NetworkScanner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkScannerDemo",
      "targets" : [
        "NetworkScannerDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkScannerDemo",
      "module_type" : "SwiftTarget",
      "name" : "NetworkScannerDemo",
      "path" : "Sources/NetworkScannerDemo",
      "product_memberships" : [
        "NetworkScannerDemo"
      ],
      "sources" : [
        "NetworkScannerDemo.swift"
      ],
      "target_dependencies" : [
        "NetworkScanner"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "NetworkScanner",
      "module_type" : "SwiftTarget",
      "name" : "NetworkScanner",
      "path" : "Sources/NetworkScanner",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "Logging",
        "NetworkInterfaceInfo",
        "NetworkInterfaceChangeMonitoring"
      ],
      "product_memberships" : [
        "NetworkScanner",
        "NetworkScannerDemo"
      ],
      "sources" : [
        "NetworkScanner.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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 -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/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/wadetregaskis/NetworkInterfaceInfo.git
[1/514] Fetching networkinterfaceinfo
[464/4350] Fetching networkinterfaceinfo, swift-log
[1730/9335] Fetching networkinterfaceinfo, swift-log, swift-async-algorithms
Fetched https://github.com/wadetregaskis/NetworkInterfaceInfo.git from cache (0.38s)
[2748/8821] Fetching swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.71s)
Fetched https://github.com/apple/swift-log from cache (1.71s)
Computing version for https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Computed https://github.com/wadetregaskis/NetworkInterfaceInfo.git at 5.1.2 (2.75s)
Fetching https://github.com/wadetregaskis/FoundationExtensions.git
[1/357] Fetching foundationextensions
Fetched https://github.com/wadetregaskis/FoundationExtensions.git from cache (0.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.67s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (3.22s)
Computing version for https://github.com/wadetregaskis/FoundationExtensions.git
Computed https://github.com/wadetregaskis/FoundationExtensions.git at 3.5.2 (1.16s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.00s)
Creating working copy for https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Working copy of https://github.com/wadetregaskis/NetworkInterfaceInfo.git resolved at 5.1.2
Creating working copy for https://github.com/wadetregaskis/FoundationExtensions.git
Working copy of https://github.com/wadetregaskis/FoundationExtensions.git resolved at 3.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Building for debugging...
[0/23] Write sources
[10/23] Write swift-version-24593BA9C3E375BF.txt
[12/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/56] Emitting module InternalCollectionsUtilities
[14/56] Compiling FoundationExtensions Date.swift
[15/56] Compiling FoundationExtensions Double.swift
[16/56] Compiling FoundationExtensions AsyncSequence.swift
[17/56] Compiling FoundationExtensions BidirectionalCollection.swift
[18/56] Compiling FoundationExtensions Comparable.swift
[19/56] Compiling FoundationExtensions Data.swift
[20/56] Compiling InternalCollectionsUtilities Descriptions.swift
[21/56] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/56] Compiling FoundationExtensions Float.swift
[23/56] Compiling FoundationExtensions IteratorProtocol.swift
[24/56] Compiling FoundationExtensions BinaryInteger.swift
[25/56] Compiling FoundationExtensions CollectionOfUInt8.swift
[26/56] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/57] Compiling FoundationExtensions Optional.swift
[28/58] Wrapping AST for InternalCollectionsUtilities for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/58] Emitting module FoundationExtensions
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
[33/128] Compiling OrderedCollections _HashTable+Bucket.swift
[34/128] Compiling OrderedCollections _HashTable+BucketIterator.swift
[35/130] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[36/130] Compiling OrderedCollections OrderedDictionary+Elements.swift
[37/130] Compiling OrderedCollections _HashTable+Constants.swift
[38/130] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[39/130] Compiling DequeModule _DequeSlot.swift
[40/130] Compiling DequeModule _UnsafeWrappedBuffer.swift
[41/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[49/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[50/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[51/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[52/130] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[53/130] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[54/130] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[55/137] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[56/137] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[57/137] Compiling OrderedCollections OrderedDictionary+Codable.swift
[58/137] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[59/137] Compiling OrderedCollections _HashTable.swift
[60/137] Compiling OrderedCollections _Hashtable+Header.swift
[61/137] Compiling OrderedCollections _HashTable+Testing.swift
[62/137] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[63/137] Compiling OrderedCollections OrderedSet+Initializers.swift
[64/137] Compiling OrderedCollections OrderedSet+Insertions.swift
[65/137] Compiling OrderedCollections OrderedSet+Invariants.swift
[66/137] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[67/137] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[68/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[69/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[70/137] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[79/137] Compiling OrderedCollections OrderedDictionary.swift
[80/137] Compiling OrderedCollections OrderedSet+Codable.swift
[81/137] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/137] Compiling OrderedCollections OrderedSet+Descriptions.swift
[83/137] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/137] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/137] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/137] Compiling OrderedCollections OrderedSet+Hashable.swift
[87/137] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/137] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/137] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[90/137] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[91/137] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[92/137] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[93/137] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[94/137] Compiling OrderedCollections OrderedDictionary+Values.swift
[95/137] Emitting module DequeModule
[97/138] Emitting module Logging
[98/138] Compiling Logging MetadataProvider.swift
[99/138] Compiling Logging Logging.swift
[100/138] Compiling Logging LogHandler.swift
[101/138] Compiling Logging Locks.swift
[101/139] Wrapping AST for DequeModule for debugging
[103/139] Wrapping AST for Logging for debugging
[113/139] Emitting module OrderedCollections
[116/139] Compiling FoundationExtensions Locale.swift
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
[121/139] Compiling FoundationExtensions StringProtocol.swift
[124/139] Compiling OrderedCollections OrderedSet+Sendable.swift
[125/139] Compiling OrderedCollections OrderedSet+SubSequence.swift
[126/139] Compiling OrderedCollections OrderedSet+Testing.swift
[127/139] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[128/139] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[129/139] Compiling OrderedCollections OrderedSet.swift
[130/139] Compiling OrderedCollections _UnsafeBitset.swift
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
[0/1] Planning build
Building for debugging...
[0/13] Write swift-version-24593BA9C3E375BF.txt
[2/45] Compiling Logging MetadataProvider.swift
[3/45] Compiling FoundationExtensions Optional.swift
[4/46] Compiling FoundationExtensions Locale.swift
[5/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/47] Compiling InternalCollectionsUtilities Debugging.swift
[8/47] Compiling InternalCollectionsUtilities Descriptions.swift
[9/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/47] Compiling FoundationExtensions StringProtocol.swift
[11/47] Emitting module Logging
[12/47] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/47] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
[16/47] Compiling InternalCollectionsUtilities UInt+reversed.swift
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
[17/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/47] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/47] Compiling InternalCollectionsUtilities Integer rank.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/47] Emitting module FoundationExtensions
/host/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Date.swift:9:25: error: cannot find 'RelativeDateTimeFormatter' in scope
 7 |     @usableFromInline
 8 |     internal static let relativeDateTimeFormatter = {
 9 |         var formatter = RelativeDateTimeFormatter()
   |                         `- error: cannot find 'RelativeDateTimeFormatter' in scope
10 |         formatter.dateTimeStyle = .named
11 |         formatter.unitsStyle = .full
[22/47] Emitting module InternalCollectionsUtilities
[23/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/47] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/48] Compiling Logging LogHandler.swift
[34/48] Compiling Logging Locks.swift
BUILD FAILURE 6.1 android