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 FishHook, reference main (7713b9), with Swift 6.1 for Android on 31 May 2025 05:54:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/p-x9/swift-fishhook.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/p-x9/swift-fishhook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7713b95 Merge pull request #27 from p-x9/dependabot/swift/github.com/p-x9/machokit-0.33.0
Cloned https://github.com/p-x9/swift-fishhook.git
Revision (git rev-parse @):
7713b953cb9c951f9baed47a61f36e8f2924bab7
SUCCESS checkout https://github.com/p-x9/swift-fishhook.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/swift-fishhook.git
https://github.com/p-x9/swift-fishhook.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "machokit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.16.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/MachOKit.git"
    }
  ],
  "manifest_display_name" : "FishHook",
  "name" : "FishHook",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FishHook",
      "targets" : [
        "FishHook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FishHookTests",
      "module_type" : "SwiftTarget",
      "name" : "FishHookTests",
      "path" : "Tests/FishHookTests",
      "sources" : [
        "FishHookTests.swift",
        "disableExclusivityChecking.swift",
        "function.swift"
      ],
      "target_dependencies" : [
        "FishHook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FishHook",
      "module_type" : "SwiftTarget",
      "name" : "FishHook",
      "path" : "Sources/FishHook",
      "product_dependencies" : [
        "MachOKit"
      ],
      "product_memberships" : [
        "FishHook"
      ],
      "sources" : [
        "Extension/MachOImage+.swift",
        "FishHook.swift",
        "Model/Rebinding.swift",
        "Model/RebindingsEntry.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/p-x9/MachOKit.git
[1/5090] Fetching machokit
Fetched https://github.com/p-x9/MachOKit.git from cache (0.30s)
Computing version for https://github.com/p-x9/MachOKit.git
warning: 'machokit': /Package.swift:77: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
75 | }
76 |
77 | 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
78 |     public static var allCases: [Self] {
79 |         [
Computed https://github.com/p-x9/MachOKit.git at 0.33.0 (1.45s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/p-x9/swift-fileio.git
[1/156] Fetching swift-fileio
[157/14092] Fetching swift-fileio, swift-crypto
Fetched https://github.com/p-x9/swift-fileio.git from cache (1.75s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.77s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.9.0 (2.21s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.61s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.06s)
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.9.0
Creating working copy for https://github.com/p-x9/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.33.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77: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
75 | }
76 |
77 | 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
78 |     public static var allCases: [Self] {
79 |         [
Building for debugging...
[0/367] Write sources
[5/367] Compiling fiat_p256_adx_sqr.S
[6/367] Compiling fiat_p256_adx_mul.S
[7/367] Compiling fiat_curve25519_adx_square.S
[8/367] Compiling MachOKitC mach-o-linux.c
[9/367] Compiling fiat_curve25519_adx_mul.S
[10/367] Compiling CCryptoBoringSSLShims shims.c
[11/367] Compiling md5-x86_64-linux.S
[12/367] Compiling md5-x86_64-apple.S
[13/367] Compiling md5-586-linux.S
[14/367] Compiling md5-586-apple.S
[15/367] Compiling chacha20_poly1305_x86_64-linux.S
[16/367] Compiling chacha20_poly1305_x86_64-apple.S
[17/367] Compiling ex_data.cc
[18/367] Write swift-version-24593BA9C3E375BF.txt
[18/367] Compiling e_chacha20poly1305.cc
[20/367] Compiling chacha20_poly1305_armv8-apple.S
[21/367] Compiling chacha20_poly1305_armv8-win.S
[22/367] Compiling chacha-x86_64-apple.S
[23/367] Compiling chacha-x86_64-linux.S
[24/367] Compiling spake25519.cc
[25/367] Compiling chacha-x86-linux.S
[26/367] Compiling chacha-x86-apple.S
[27/367] Compiling chacha20_poly1305_armv8-linux.S
[28/367] Compiling chacha-armv8-win.S
[29/371] Compiling chacha-armv8-apple.S
[30/371] Compiling chacha-armv8-linux.S
[31/371] Compiling aes128gcmsiv-x86_64-linux.S
[32/371] Compiling chacha-armv4-linux.S
[33/371] Compiling aes128gcmsiv-x86_64-apple.S
[34/371] Compiling x86_64-mont5-apple.S
[35/371] Compiling x86_64-mont5-linux.S
[36/371] Compiling x86_64-mont-linux.S
[37/371] Compiling err_data.cc
[38/371] Compiling x86_64-mont-apple.S
[39/371] Compiling x86-mont-linux.S
[40/371] Compiling x86-mont-apple.S
[41/371] Compiling vpaes-x86_64-linux.S
[42/371] Compiling vpaes-x86-linux.S
[43/371] Compiling vpaes-x86_64-apple.S
[44/371] Compiling vpaes-x86-apple.S
[45/371] Compiling vpaes-armv8-win.S
[46/371] Compiling vpaes-armv8-linux.S
[47/371] Compiling vpaes-armv7-linux.S
[48/371] Compiling vpaes-armv8-apple.S
[49/371] Compiling sha512-x86_64-linux.S
[49/371] Compiling sha512-x86_64-apple.S
[51/371] Compiling sha512-armv8-win.S
[52/371] Compiling sha512-armv4-linux.S
[53/371] Compiling sha512-armv8-apple.S
[54/371] Compiling sha512-armv8-linux.S
[55/371] Compiling sha512-586-linux.S
[56/371] Compiling sha512-586-apple.S
[57/371] Compiling sha256-x86_64-linux.S
[58/371] Compiling sha256-x86_64-apple.S
[59/371] Compiling sha256-armv8-win.S
[60/371] Compiling sha256-armv8-apple.S
[61/371] Compiling sha256-armv4-linux.S
[62/371] Compiling sha256-armv8-linux.S
[63/371] Compiling sha256-586-linux.S
[64/371] Compiling sha256-586-apple.S
[65/371] Compiling sha1-x86_64-linux.S
[66/371] Compiling sha1-x86_64-apple.S
[67/371] Compiling sha1-armv8-win.S
[68/371] Compiling sha1-armv8-apple.S
[69/371] Compiling sha1-armv4-large-linux.S
[70/371] Compiling sha1-armv8-linux.S
[71/371] Compiling sha1-586-linux.S
[72/371] Compiling sha1-586-apple.S
[73/371] Compiling rsaz-avx2-linux.S
[74/371] Compiling rdrand-x86_64-linux.S
[75/371] Compiling rsaz-avx2-apple.S
[76/371] Compiling rdrand-x86_64-apple.S
[77/371] Compiling p256_beeu-x86_64-asm-linux.S
[78/371] Compiling p256_beeu-armv8-asm-win.S
[79/371] Compiling p256_beeu-x86_64-asm-apple.S
[80/371] Compiling p256_beeu-armv8-asm-linux.S
[81/371] Compiling p256_beeu-armv8-asm-apple.S
[82/371] Compiling p256-x86_64-asm-linux.S
[83/371] Compiling p256-x86_64-asm-apple.S
[84/371] Compiling ghashv8-armv8-win.S
[85/371] Compiling p256-armv8-asm-win.S
[86/371] Compiling p256-armv8-asm-apple.S
[87/371] Compiling p256-armv8-asm-linux.S
[88/371] Compiling ghashv8-armv8-linux.S
[89/371] Compiling ghashv8-armv8-apple.S
[90/371] Compiling ghash-x86_64-linux.S
[91/371] Compiling ghash-x86_64-apple.S
[92/371] Compiling ghashv8-armv7-linux.S
[93/371] Compiling ghash-x86-linux.S
[94/371] Compiling ghash-x86-apple.S
[95/371] Compiling ghash-ssse3-x86_64-linux.S
[96/371] Compiling ghash-neon-armv8-win.S
[97/371] Compiling ghash-ssse3-x86-linux.S
[98/371] Compiling ghash-ssse3-x86-apple.S
[99/371] Compiling ghash-ssse3-x86_64-apple.S
[100/371] Compiling ghash-neon-armv8-linux.S
[101/371] Compiling ghash-neon-armv8-apple.S
[102/371] Compiling co-586-linux.S
[103/371] Compiling ghash-armv4-linux.S
[104/371] Compiling bsaes-armv7-linux.S
[105/371] Compiling co-586-apple.S
[106/371] Compiling bn-armv8-win.S
[107/371] Compiling bn-armv8-apple.S
[108/371] Compiling bn-armv8-linux.S
[109/371] Compiling bn-586-linux.S
[109/371] Compiling bn-586-apple.S
[111/371] Compiling armv8-mont-win.S
[112/371] Compiling armv8-mont-apple.S
[112/371] Compiling armv4-mont-linux.S
[114/371] Compiling aesv8-gcm-armv8-win.S
[115/371] Compiling armv8-mont-linux.S
[116/371] Compiling aesv8-gcm-armv8-linux.S
[117/371] Compiling aesv8-gcm-armv8-apple.S
[118/371] Compiling aesv8-armv8-win.S
[119/371] Compiling aesv8-armv8-linux.S
[120/371] Compiling aesv8-armv8-apple.S
[121/371] Compiling aesv8-armv7-linux.S
[122/371] Compiling aesni-x86_64-apple.S
[123/371] Compiling aesni-x86_64-linux.S
[124/371] Compiling aesni-x86-linux.S
[125/371] Compiling aesni-x86-apple.S
[126/371] Compiling aesni-gcm-x86_64-linux.S
[127/371] Compiling aesni-gcm-x86_64-apple.S
[128/371] Compiling aes-gcm-avx10-x86_64-linux.S
[129/371] Compiling aes-gcm-avx10-x86_64-apple.S
[130/371] Compiling bcm.cc
[131/371] Compiling x_spki.cc
[132/371] Compiling x_x509.cc
[133/371] Compiling x_sig.cc
[134/371] Compiling x_req.cc
[135/371] Compiling x_x509a.cc
[136/371] Compiling x_val.cc
[137/371] Compiling x_pubkey.cc
[138/371] Compiling x_exten.cc
[139/371] Compiling x_name.cc
[140/371] Compiling x_crl.cc
[141/371] Compiling x_attrib.cc
[142/371] Compiling x_all.cc
[143/371] Compiling x_algor.cc
[144/371] Compiling x509rset.cc
[145/371] Compiling x509spki.cc
[146/371] Compiling x509name.cc
[147/371] Compiling x509cset.cc
[148/371] Compiling x509_vpm.cc
[149/371] Compiling x509_trs.cc
[150/371] Compiling x509_txt.cc
[151/371] Compiling x509_v3.cc
[152/371] Compiling x509_vfy.cc
[153/371] Compiling x509_set.cc
[154/371] Compiling x509_req.cc
[155/371] Compiling x509_obj.cc
[156/371] Compiling x509_def.cc
[157/371] Compiling x509_lu.cc
[158/371] Compiling x509_d2.cc
[159/371] Compiling x509_ext.cc
[160/371] Compiling x509_cmp.cc
[161/371] Compiling x509_att.cc
[162/371] Compiling v3_skey.cc
[163/371] Compiling x509.cc
[164/371] Compiling v3_ocsp.cc
[165/371] Compiling v3_purp.cc
[166/371] Compiling v3_utl.cc
[167/371] Compiling v3_prn.cc
[168/371] Compiling v3_pmaps.cc
[169/371] Compiling v3_pcons.cc
[170/371] Compiling v3_info.cc
[171/371] Compiling v3_lib.cc
[172/371] Compiling v3_int.cc
[173/371] Compiling v3_ncons.cc
[174/371] Compiling v3_ia5.cc
[175/371] Compiling v3_conf.cc
[176/371] Compiling v3_extku.cc
[177/371] Compiling v3_genn.cc
[178/371] Compiling v3_enum.cc
[179/371] Compiling v3_crld.cc
[180/371] Compiling v3_cpols.cc
[181/371] Compiling v3_bitst.cc
[182/371] Compiling v3_akeya.cc
[183/371] Compiling v3_alt.cc
[184/371] Compiling v3_akey.cc
[185/371] Compiling t_x509a.cc
[186/371] Compiling v3_bcons.cc
[187/371] Compiling t_req.cc
[188/371] Compiling rsa_pss.cc
[189/371] Compiling t_x509.cc
[190/371] Compiling t_crl.cc
[191/371] Compiling i2d_pr.cc
[193/371] Compiling FileIO MemoryMappedFile.swift
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:73:22: error: cannot find 'MAP_FAILED' in scope
 71 |         let ptr = mmap(nil, Int(fileSize), prot, MAP_SHARED, fd, 0)
 72 |         guard let ptr,
 73 |               ptr != MAP_FAILED else {
    |                      `- error: cannot find 'MAP_FAILED' in scope
 74 |             close(fd)
 75 |             throw POSIXError(.init(rawValue: errno)!)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/mman.h:43:9: note: macro 'MAP_FAILED' unavailable: structure not supported
 41 |
 42 | /** Return value for mmap(). */
 43 | #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
    |         `- note: macro 'MAP_FAILED' unavailable: structure not supported
 44 |
 45 | /**
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:72:15: error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
 70 |         if isWritable { prot |= PROT_WRITE }
 71 |         let ptr = mmap(nil, Int(fileSize), prot, MAP_SHARED, fd, 0)
 72 |         guard let ptr,
    |               `- error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
 73 |               ptr != MAP_FAILED else {
 74 |             close(fd)
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:133:22: error: cannot find 'MAP_FAILED' in scope
131 |         let ptr = mmap(nil, newSize, prot, MAP_SHARED, fileDescriptor, 0)
132 |         guard let ptr,
133 |               ptr != MAP_FAILED else {
    |                      `- error: cannot find 'MAP_FAILED' in scope
134 |             throw POSIXError(.init(rawValue: errno)!)
135 |         }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/mman.h:43:9: note: macro 'MAP_FAILED' unavailable: structure not supported
 41 |
 42 | /** Return value for mmap(). */
 43 | #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
    |         `- note: macro 'MAP_FAILED' unavailable: structure not supported
 44 |
 45 | /**
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:132:15: error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
130 |         if isWritable { prot |= PROT_WRITE }
131 |         let ptr = mmap(nil, newSize, prot, MAP_SHARED, fileDescriptor, 0)
132 |         guard let ptr,
    |               `- error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
133 |               ptr != MAP_FAILED else {
134 |             throw POSIXError(.init(rawValue: errno)!)
[194/371] Compiling FileIO FileIO.swift
[195/371] Compiling FileIO StreamedFile.swift
[196/371] Emitting module FileIO
[196/371] Compiling by_dir.cc
[196/371] Compiling algorithm.cc
[196/371] Compiling by_file.cc
[196/371] Compiling name_print.cc
[196/371] Compiling policy.cc
[196/371] Compiling a_verify.cc
[196/371] Compiling asn1_gen.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77: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
75 | }
76 |
77 | 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
78 |     public static var allCases: [Self] {
79 |         [
[0/1] Planning build
Building for debugging...
[0/176] Compiling name_print.cc
[1/176] Compiling a_sign.cc
[2/176] Compiling a_verify.cc
[3/176] Compiling algorithm.cc
[4/176] Compiling asn1_gen.cc
[5/176] Compiling policy.cc
[6/176] Compiling by_file.cc
[7/176] Compiling by_dir.cc
[8/176] Write swift-version-24593BA9C3E375BF.txt
[9/176] Compiling thread_pthread.cc
[10/176] Compiling thread.cc
[11/176] Compiling pmbtoken.cc
[12/176] Compiling thread_win.cc
[13/176] Compiling voprf.cc
[14/176] Compiling trust_token.cc
[15/176] Compiling thread_none.cc
[16/180] Compiling a_digest.cc
[17/180] Compiling stack.cc
[19/180] Emitting module FileIO
[19/180] Compiling wots.cc
[20/180] Compiling fors.cc
[21/180] Compiling thash.cc
[22/180] Compiling merkle.cc
[24/180] Compiling FileIO MemoryMappedFile.swift
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:73:22: error: cannot find 'MAP_FAILED' in scope
 71 |         let ptr = mmap(nil, Int(fileSize), prot, MAP_SHARED, fd, 0)
 72 |         guard let ptr,
 73 |               ptr != MAP_FAILED else {
    |                      `- error: cannot find 'MAP_FAILED' in scope
 74 |             close(fd)
 75 |             throw POSIXError(.init(rawValue: errno)!)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/mman.h:43:9: note: macro 'MAP_FAILED' unavailable: structure not supported
 41 |
 42 | /** Return value for mmap(). */
 43 | #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
    |         `- note: macro 'MAP_FAILED' unavailable: structure not supported
 44 |
 45 | /**
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:72:15: error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
 70 |         if isWritable { prot |= PROT_WRITE }
 71 |         let ptr = mmap(nil, Int(fileSize), prot, MAP_SHARED, fd, 0)
 72 |         guard let ptr,
    |               `- error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
 73 |               ptr != MAP_FAILED else {
 74 |             close(fd)
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:133:22: error: cannot find 'MAP_FAILED' in scope
131 |         let ptr = mmap(nil, newSize, prot, MAP_SHARED, fileDescriptor, 0)
132 |         guard let ptr,
133 |               ptr != MAP_FAILED else {
    |                      `- error: cannot find 'MAP_FAILED' in scope
134 |             throw POSIXError(.init(rawValue: errno)!)
135 |         }
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/sys/mman.h:43:9: note: macro 'MAP_FAILED' unavailable: structure not supported
 41 |
 42 | /** Return value for mmap(). */
 43 | #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
    |         `- note: macro 'MAP_FAILED' unavailable: structure not supported
 44 |
 45 | /**
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/MemoryMappedFile.swift:132:15: error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
130 |         if isWritable { prot |= PROT_WRITE }
131 |         let ptr = mmap(nil, newSize, prot, MAP_SHARED, fileDescriptor, 0)
132 |         guard let ptr,
    |               `- error: initializer for conditional binding must have Optional type, not 'UnsafeMutableRawPointer'
133 |               ptr != MAP_FAILED else {
134 |             throw POSIXError(.init(rawValue: errno)!)
[25/180] Compiling FileIO FileIO.swift
[26/180] Compiling FileIO StreamedFile.swift
[26/180] Compiling siphash.cc
[27/180] Compiling rsa_crypt.cc
[27/180] Compiling sha1.cc
[27/180] Compiling rsa_print.cc
[27/180] Compiling sha512.cc
[27/180] Compiling rsa_extra.cc
[27/180] Compiling sha256.cc
[27/180] Compiling slhdsa.cc
BUILD FAILURE 6.1 android