The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Shark, reference master (90daa3), with Swift 6.3 for Android on 16 Apr 2026 16:20:48 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kaandedeoglu/shark.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/kaandedeoglu/shark
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90daa3a Add test suite
Cloned https://github.com/kaandedeoglu/shark.git
Revision (git rev-parse @):
90daa3a28df311fe442d897d6c3f5b788e8a4c1d
SUCCESS checkout https://github.com/kaandedeoglu/shark.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kaandedeoglu/shark.git
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/tuist/XcodeGraph.git
Fetching https://github.com/apple/swift-argument-parser
[1/8456] Fetching xcodegraph
[763/25979] Fetching xcodegraph, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.24s)
Fetched https://github.com/tuist/XcodeGraph.git from cache (1.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.79s)
Computing version for https://github.com/tuist/XcodeGraph.git
Computed https://github.com/tuist/XcodeGraph.git at 1.34.5 (0.44s)
Fetching https://github.com/tuist/Path.git
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/p-x9/MachOKit
Fetching https://github.com/tuist/Command.git
Fetching https://github.com/Kolos65/Mockable.git
Fetching https://github.com/tuist/FileSystem.git
[1/401] Fetching path
[274/7045] Fetching path, machokit
[1200/9108] Fetching path, machokit, mockable
[1308/11113] Fetching path, machokit, mockable, command
[2051/35554] Fetching path, machokit, mockable, command, xcodeproj
[3168/40147] Fetching path, machokit, mockable, command, xcodeproj, filesystem
Fetched https://github.com/Kolos65/Mockable.git from cache (0.56s)
Fetched https://github.com/tuist/Command.git from cache (0.56s)
[19948/36079] Fetching path, machokit, xcodeproj, filesystem
Fetching https://github.com/Flight-School/AnyCodable
Fetched https://github.com/p-x9/MachOKit from cache (0.69s)
Fetched https://github.com/tuist/FileSystem.git from cache (0.70s)
[11400/24842] Fetching path, xcodeproj
[15067/25624] Fetching path, xcodeproj, anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.31s)
[17021/24842] Fetching path, xcodeproj
Fetched https://github.com/tuist/Path.git from cache (1.64s)
Fetched https://github.com/tuist/XcodeProj from cache (1.70s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (5.31s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.63s)
Computing version for https://github.com/Kolos65/Mockable.git
Computed https://github.com/Kolos65/Mockable.git at 0.6.2 (0.80s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5723] Fetching xctest-dynamic-overlay
[5724/80708] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.14s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.16s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.14.0 (6.89s)
Fetching https://github.com/apple/swift-log
[1/6594] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (1.01s)
Computing version for https://github.com/p-x9/MachOKit
warning: 'machokit': /Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
Computed https://github.com/p-x9/MachOKit at 0.48.0 (1.56s)
Fetching https://github.com/p-x9/swift-fileio-extra.git
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/p-x9/ObjectArchiveKit.git
Fetching https://github.com/p-x9/swift-binary-parse-support.git
[1/48] Fetching swift-fileio-extra
[49/290] Fetching swift-fileio-extra, swift-binary-parse-support
[291/536] Fetching swift-fileio-extra, swift-binary-parse-support, swift-fileio
[537/17910] Fetching swift-fileio-extra, swift-binary-parse-support, swift-fileio, swift-crypto
[538/18169] Fetching swift-fileio-extra, swift-binary-parse-support, swift-fileio, swift-crypto, objectarchivekit
Fetched https://github.com/p-x9/swift-binary-parse-support.git from cache (1.01s)
Fetched https://github.com/p-x9/ObjectArchiveKit.git from cache (1.02s)
Fetched https://github.com/p-x9/swift-fileio-extra.git from cache (1.02s)
[1115/17620] Fetching swift-fileio, swift-crypto
Fetched https://github.com/p-x9/swift-fileio.git from cache (2.86s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.91s)
Computing version for https://github.com/p-x9/swift-binary-parse-support.git
Computed https://github.com/p-x9/swift-binary-parse-support.git at 0.2.1 (3.31s)
Computing version for https://github.com/p-x9/ObjectArchiveKit.git
Computed https://github.com/p-x9/ObjectArchiveKit.git at 0.5.0 (0.51s)
Computing version for https://github.com/p-x9/swift-fileio-extra.git
Computed https://github.com/p-x9/swift-fileio-extra.git at 0.2.2 (0.70s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (0.71s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.11.0 (0.74s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
[260/3607] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.56s)
Fetched https://github.com/tadija/AEXML.git from cache (0.55s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.86s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.92s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.44s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.22s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.68s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.77s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.40s)
Computing version for https://github.com/tuist/FileSystem.git
Computed https://github.com/tuist/FileSystem.git at 0.16.2 (0.67s)
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/tuist/ZIPFoundation
[1/4879] Fetching zipfoundation
[4880/88041] Fetching zipfoundation, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (0.61s)
[832/83162] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (6.30s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.21 (8.58s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.98.0 (0.77s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
[602/25371] Fetching swift-atomics, swift-collections
[929/30972] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
[1885/23551] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.80s)
Fetching https://github.com/apple/swift-asn1.git
[1/1803] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (2.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (6.35s)
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.14.0
Creating working copy for https://github.com/p-x9/MachOKit
Working copy of https://github.com/p-x9/MachOKit resolved at 0.48.0
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.11.0
Creating working copy for https://github.com/Kolos65/Mockable.git
Working copy of https://github.com/Kolos65/Mockable.git resolved at 0.6.2
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.21
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/p-x9/ObjectArchiveKit.git
Working copy of https://github.com/p-x9/ObjectArchiveKit.git resolved at 0.5.0
Creating working copy for https://github.com/tuist/XcodeGraph.git
Working copy of https://github.com/tuist/XcodeGraph.git resolved at 1.34.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.13.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.98.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.9.0
Creating working copy for https://github.com/tuist/FileSystem.git
Working copy of https://github.com/tuist/FileSystem.git resolved at 0.16.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/p-x9/swift-fileio-extra.git
Working copy of https://github.com/p-x9/swift-fileio-extra.git resolved at 0.2.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/p-x9/swift-binary-parse-support.git
Working copy of https://github.com/p-x9/swift-binary-parse-support.git resolved at 0.2.1
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:129:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
127 | }
128 |
129 | extension SwiftSetting: CaseIterable {
    | |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
130 |     public static var allCases: [Self] {
131 |         [
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.53s)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/113] Write sources
[6/113] Copying PrivacyInfo.xcprivacy
[7/113] Write sources
[11/113] Compiling CNIOLinux liburing_shims.c
[12/113] Write sources
[15/113] Compiling _AtomicsShims.c
[16/113] Write sources
[32/113] Compiling CNIODarwin shim.c
[33/113] Write sources
[34/113] Write swift-version--4F562202D5529B1.txt
[34/113] Write sources
[39/113] Compiling VendoredCSystem shims.c
[40/113] Compiling CFileSystemShims CFileSystemShims.c
[41/117] Compiling MachOKitC mach-o-linux.c
[43/244] Emitting module StandardLibraryExtensions
[43/254] Compiling c-nioatomics.c
[45/256] Emitting module VendoredSystemPackage
[45/260] Compiling c-atomics.c
[47/296] Compiling StandardLibraryExtensions Unmanaged.swift
[48/296] Compiling StandardLibraryExtensions UnsafeBufferPointer.swift
[49/296] Compiling StandardLibraryExtensions UnsafeMutableBufferPointer.swift
[50/296] Compiling StandardLibraryExtensions UnsafeMutablePointer.swift
[51/296] Compiling StandardLibraryExtensions UnsafeMutableRawBufferPointer.swift
[52/296] Compiling StandardLibraryExtensions UnsafeMutableRawPointer.swift
[53/296] Compiling StandardLibraryExtensions UnsafePointer.swift
[54/296] Compiling StandardLibraryExtensions UnsafeRawBufferPointer.swift
[55/296] Compiling StandardLibraryExtensions UnsafeRawPointer.swift
[56/296] Compiling StandardLibraryExtensions Zip2Sequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/296] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[58/296] Compiling StandardLibraryExtensions ContiguousArray.swift
[59/296] Compiling StandardLibraryExtensions Dictionary.Builder.swift
[60/296] Compiling StandardLibraryExtensions Dictionary.swift
[61/296] Compiling StandardLibraryExtensions Double.swift
[62/296] Compiling StandardLibraryExtensions Duration.swift
[63/296] Compiling StandardLibraryExtensions EmptyCollection.swift
[64/296] Compiling StandardLibraryExtensions EnumeratedSequence.swift
[65/296] Compiling StandardLibraryExtensions FlattenSequence.swift
[66/296] Compiling StandardLibraryExtensions Float.swift
[67/296] Compiling StandardLibraryExtensions FloatingPoint.swift
[68/296] Compiling MockableMacro Function+Caseable.swift
[69/296] Compiling MockableMacro Variable+Caseable.swift
[70/296] Compiling MockableMacro ConformanceFactory.swift
[71/296] Compiling MockableMacro EnumFactory.swift
[72/296] Compiling MockableMacro MemberFactory.swift
[73/296] Compiling MockableMacro MockFactory.swift
[74/296] Compiling MockableMacro Function+Mockable.swift
[75/296] Compiling MockableMacro Initializer+Mockable.swift
[76/296] Compiling MockableMacro Mockable.swift
[77/296] Compiling MockableMacro FunctionRequirement.swift
[78/296] Compiling MockableMacro InitializerRequirement.swift
[79/296] Compiling MockableMacro Requirements.swift
[80/296] Compiling MockableMacro VariableRequirement.swift
[81/296] Compiling MockableMacro Availability.swift
[86/296] Compiling MockableMacro Factory.swift
[87/296] Compiling MockableMacro Variable+Mockable.swift
[88/296] Compiling MockableMacro MockableMacro.swift
[89/296] Compiling MockableMacro MockableMacroError.swift
[90/296] Compiling MockableMacro MockableMacroWarning.swift
[91/296] Compiling MockableMacro Plugin.swift
[96/296] Emitting module _NIOBase64
[97/296] Compiling _NIOBase64 Base64.swift
[98/296] Compiling StandardLibraryExtensions Never.swift
[99/296] Compiling StandardLibraryExtensions Numeric.swift
[100/296] Compiling StandardLibraryExtensions ObjectIdentifier.swift
[101/296] Compiling StandardLibraryExtensions OpaquePointer.swift
[102/296] Compiling StandardLibraryExtensions Optional.Builder.swift
[103/296] Compiling StandardLibraryExtensions Optional.swift
[104/296] Compiling StandardLibraryExtensions PartialRangeFrom.swift
[105/296] Compiling StandardLibraryExtensions PartialRangeThrough.swift
[106/296] Compiling StandardLibraryExtensions PartialRangeUpTo.swift
[107/296] Compiling StandardLibraryExtensions Range.Builder.swift
[108/296] Compiling StandardLibraryExtensions Slice.swift
[109/296] Compiling StandardLibraryExtensions StaticString.swift
[110/296] Compiling StandardLibraryExtensions StrideThrough.swift
[111/296] Compiling StandardLibraryExtensions StrideTo.swift
[112/296] Compiling StandardLibraryExtensions String.Builder.swift
[113/296] Compiling StandardLibraryExtensions String.swift
[114/296] Compiling StandardLibraryExtensions StringProtocol.swift
[115/296] Compiling StandardLibraryExtensions Substring.swift
[116/296] Compiling StandardLibraryExtensions UInt8.swift
[117/296] Compiling StandardLibraryExtensions Unicode.swift
[118/296] Compiling MockableMacro Buildable.swift
[119/296] Compiling MockableMacro Function+Buildable.swift
[120/296] Compiling MockableMacro Variable+Buildable.swift
[121/296] Compiling MockableMacro BuilderFactory.swift
[122/296] Compiling MockableMacro Caseable.swift
[123/296] Compiling MockableMacro AttributeListSyntax+Extensions.swift
[124/296] Compiling MockableMacro AttributeSyntax+Extensions.swift
[125/296] Compiling MockableMacro DeclModifierListSyntax+Extensions.swift
[126/296] Compiling MockableMacro FunctionDeclSyntax+Extensions.swift
[127/296] Compiling MockableMacro FunctionParameterSyntax+Extensions.swift
[128/297] Compiling MockableMacro GenericArgumentSyntax+Extensions.swift
[129/297] Compiling MockableMacro ProtocolDeclSyntax+Extensions.swift
[130/297] Compiling MockableMacro String+Extensions.swift
[131/297] Compiling MockableMacro TokenSyntax+Extensions.swift
[132/297] Compiling MockableMacro VariableDeclSyntax+Extensions.swift
[133/297] Compiling StandardLibraryExtensions Collection.swift
[134/297] Compiling StandardLibraryExtensions CollectionOfOne.Builder.swift
[135/297] Compiling StandardLibraryExtensions CollectionOfOne.swift
[136/297] Compiling StandardLibraryExtensions CommandLine.swift
[137/297] Compiling StandardLibraryExtensions Comparable.swift
[149/298] Compiling _NIODataStructures Heap.swift
[150/298] Emitting module _NIODataStructures
[151/298] Compiling _NIODataStructures PriorityQueue.swift
[152/298] Compiling _NIODataStructures _TinyArray.swift
[163/334] Emitting module Path
[164/334] Compiling Path Path.swift
[166/337] Emitting module Locale
[167/337] Compiling Locale Locale.swift
[168/338] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[169/338] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[171/338] Compiling StandardTime Time.Week.Day.swift
[172/338] Compiling StandardTime Time.Week.swift
[173/338] Compiling StandardTime Time.Year.swift
[174/341] Compiling StandardTime Time.Picosecond.swift
[175/341] Compiling StandardTime Time.Second.swift
[176/341] Compiling StandardTime Time.TimezoneOffset.swift
[177/341] Compiling NIOConcurrencyHelpers NIOLock.swift
[178/343] Compiling StandardTime Time.Calendar.Gregorian.swift
[179/343] Compiling StandardTime Time.Calendar.swift
[180/343] Compiling StandardTime Time.Epoch.Conversion.swift
[181/343] Compiling StandardTime Time.Epoch.swift
[182/343] Compiling StandardTime Time.Femtosecond.swift
[183/343] Compiling StandardTime Time.Hour.swift
[184/343] Compiling StandardTime Time.Month.Day.swift
[185/343] Compiling StandardTime Time.Month.swift
[186/343] Compiling StandardTime Time.Nanosecond.swift
[187/343] Compiling StandardTime Time.Microsecond.swift
[188/343] Compiling StandardTime Time.Millisecond.swift
[189/343] Compiling StandardTime Time.Minute.swift
[190/343] Emitting module IssueReportingPackageSupport
[191/343] Compiling IssueReportingPackageSupport _Test.swift
[193/344] Compiling NIOConcurrencyHelpers lock.swift
[194/344] Compiling StandardTime Duration.swift
[195/344] Compiling StandardTime Instant.swift
[196/344] Compiling StandardTime Time.Attosecond.swift
[197/344] Emitting module StandardTime
[198/344] Compiling NIOConcurrencyHelpers atomics.swift
[199/344] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[200/344] Emitting module NIOConcurrencyHelpers
[202/363] Compiling StandardTime Time.Yoctosecond.swift
[203/363] Compiling StandardTime Time.Zeptosecond.swift
[204/363] Compiling StandardTime Time.swift
[206/384] Compiling IssueReporting DefaultReporter.swift
[207/384] Compiling IssueReporting FatalErrorReporter.swift
[208/394] Compiling InternalCollectionsUtilities _SortedCollection.swift
[209/394] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[210/394] Compiling IssueReporting IssueSeverity.swift
[211/394] Compiling IssueReporting ReportIssue.swift
[212/394] Compiling IssueReporting TestContext.swift
[213/394] Compiling IssueReporting LockIsolated.swift
[214/394] Compiling IssueReporting Rethrows.swift
[215/394] Compiling IssueReporting BreakpointReporter.swift
[216/394] Compiling Glob Unicode.GeneralCategory+Helpers.swift
[217/394] Emitting module MockableMacro
[218/398] Compiling IssueReporting Deprecations.swift
[219/398] Compiling IssueReporting FailureObserver.swift
[220/398] Compiling IssueReporting ErrorReporting.swift
[221/398] Compiling IssueReporting AppHostWarning.swift
[222/398] Compiling IssueReporting SwiftTesting.swift
[223/398] Compiling IssueReporting UncheckedSendable.swift
[224/398] Compiling IssueReporting Warn.swift
[225/398] Emitting module InternalCollectionsUtilities
[226/398] Compiling Glob Pattern+Parser.swift
[227/398] Compiling Logging MetadataProvider.swift
[228/398] Compiling Logging Locks.swift
[230/398] Compiling IssueReporting Unimplemented.swift
[231/398] Compiling IssueReporting XCTest.swift
[240/400] Compiling Logging LogHandler.swift
[241/400] Compiling Logging Logging.swift
[242/400] Compiling Logging LogEvent.swift
[243/400] Emitting module Logging
[245/401] Wrapping AST for _NIODataStructures for debugging
[246/401] Wrapping AST for _NIOBase64 for debugging
[247/409] Wrapping AST for StandardTime for debugging
[248/409] Wrapping AST for VendoredSystemPackage for debugging
[250/409] Compiling Formatting Format.Numeric.swift
[251/409] Compiling Formatting Formatting.swift
[251/409] Wrapping AST for StandardLibraryExtensions for debugging
[252/409] Wrapping AST for Path for debugging
[254/409] Compiling Formatting Format.Numeric.SignDisplayStrategy.swift
[255/409] Compiling Formatting Format.Numeric.Notation.swift
[256/409] Compiling Formatting Format.Numeric.DecimalSeparatorStrategy.swift
[256/409] Wrapping AST for Logging for debugging
[257/409] Wrapping AST for NIOConcurrencyHelpers for debugging
[258/409] Wrapping AST for Locale for debugging
[259/409] Wrapping AST for IssueReportingPackageSupport for debugging
[260/409] Write sources
[262/409] Compiling Formatting Format.FloatingPoint.swift
[262/409] Write sources
[263/409] Wrapping AST for InternalCollectionsUtilities for debugging
[264/409] Write sources
[266/409] Compiling CNIOWindows shim.c
[268/409] Emitting module Formatting
[269/409] Compiling Formatting Format.BinaryInteger.swift
[269/410] Compiling CSystem shims.c
[271/410] Compiling CNIOWindows WSAStartup.c
[273/411] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[273/439] Wrapping AST for Formatting for debugging
BUILD FAILURE 6.3 android