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 Pusher, reference main (a9dc19), with Swift 6.1 for Android on 28 May 2025 03:55:31 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/pusher/pusher-http-swift.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/pusher/pusher-http-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a9dc19b Automated release setup (#48)
Cloned https://github.com/pusher/pusher-http-swift.git
Revision (git rev-parse @):
a9dc19b702d0a1f40a23b904cbd92bf9de7253ee
SUCCESS checkout https://github.com/pusher/pusher-http-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pusher/pusher-http-swift.git
https://github.com/pusher/pusher-http-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "apiota",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielrbrowne/APIota"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "tweetnacl-swiftwrap",
      "requirement" : {
        "revision" : [
          "f8fd111642bf2336b11ef9ea828510693106e954"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bitmark-inc/tweetnacl-swiftwrap"
    }
  ],
  "manifest_display_name" : "Pusher",
  "name" : "Pusher",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Pusher",
      "targets" : [
        "Pusher"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PusherTests",
      "module_type" : "SwiftTarget",
      "name" : "PusherTests",
      "path" : "Tests/PusherTests",
      "sources" : [
        "AppStateQueryTests.swift",
        "AuthTokenTests.swift",
        "ClientOptionsTests.swift",
        "EventTriggerTests.swift",
        "Extensions/XCTest+Pusher.swift",
        "Models/Mocks.swift",
        "Models/TestObjects.swift",
        "WebhookTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Pusher"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Pusher",
      "module_type" : "SwiftTarget",
      "name" : "Pusher",
      "path" : "Sources/Pusher",
      "product_dependencies" : [
        "APIota",
        "AnyCodable",
        "Crypto",
        "TweetNacl"
      ],
      "product_memberships" : [
        "Pusher"
      ],
      "sources" : [
        "Extensions/Data+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Models/AuthenticationToken.swift",
        "Models/Channel.swift",
        "Models/ChannelAttributeFetchOptions.swift",
        "Models/ChannelAttributes.swift",
        "Models/ChannelFilter.swift",
        "Models/ChannelInfo.swift",
        "Models/ChannelSummary.swift",
        "Models/ChannelType.swift",
        "Models/EncryptedData.swift",
        "Models/Event.swift",
        "Models/PresenceUserAuthData.swift",
        "Models/PusherError.swift",
        "Models/SDKVersion.swift",
        "Models/User.swift",
        "Models/Webhook.swift",
        "Models/WebhookEvent.swift",
        "Models/WebhookEventType.swift",
        "Networking/Client/APIClient.swift",
        "Networking/Client/GetChannelEndpoint.swift",
        "Networking/Client/GetChannelsEndpoint.swift",
        "Networking/Client/GetUsersEndpoint.swift",
        "Networking/Client/TriggerBatchEventsEndpoint.swift",
        "Networking/Client/TriggerEventEndpoint.swift",
        "Networking/Models/AuthInfo.swift",
        "Networking/Models/ChannelInfoListAPIResponse.swift",
        "Networking/Models/ChannelSummaryListAPIResponse.swift",
        "Networking/Models/ChannelUsersAPIResponse.swift",
        "Networking/Models/EventBatch.swift",
        "Networking/Models/JSONEncoder.swift",
        "Networking/Models/PusherClientOptions.swift",
        "Protocols/AuthInfoRecord.swift",
        "Protocols/ChannelAttributable.swift",
        "Protocols/ChannelDescription.swift",
        "Protocols/ChannelInfoRecord.swift",
        "Protocols/ChannelSummaryRecord.swift",
        "Protocols/EventInfoRecord.swift",
        "Protocols/SubscriptionCountable.swift",
        "Protocols/UserCountable.swift",
        "Protocols/UserInfoRecord.swift",
        "Protocols/WebhookEventRecord.swift",
        "Pusher.swift",
        "Services/AuthTokenService.swift",
        "Services/CryptoService.swift",
        "Services/WebhookService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/bitmark-inc/tweetnacl-swiftwrap
[1/404] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (0.27s)
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/danielrbrowne/APIota
[1/782] Fetching anycodable
[783/1486] Fetching anycodable, apiota
[1487/15422] Fetching anycodable, apiota, swift-crypto
[4832/165805] Fetching anycodable, apiota, swift-crypto, swiftlint
Fetched https://github.com/Flight-School/AnyCodable from cache (1.58s)
Fetched https://github.com/danielrbrowne/APIota from cache (1.59s)
Fetched https://github.com/apple/swift-crypto from cache (1.61s)
[12914/150383] Fetching swiftlint
Fetched https://github.com/realm/SwiftLint from cache (26.94s)
Computing version for https://github.com/danielrbrowne/APIota
Computed https://github.com/danielrbrowne/APIota at 0.2.0 (33.56s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 1.1.7 (5.01s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.59s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (0.97s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13954] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[2826/24611] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams
[11010/95059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams, swift-syntax
Fetching https://github.com/jpsim/SourceKitten.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (2.25s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (2.25s)
[70094/94046] Fetching cryptoswift, yams, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.30s)
[58562/81105] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams.git from cache (2.34s)
[48610/70448] Fetching swift-syntax
[48611/86560] Fetching swift-syntax, sourcekitten
[73758/101911] Fetching swift-syntax, sourcekitten, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.92s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (2.43s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.91s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (9.61s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.57s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.58s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.67s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.30s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.06s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.53s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.62s)
Creating working copy for https://github.com/bitmark-inc/tweetnacl-swiftwrap
Working copy of https://github.com/bitmark-inc/tweetnacl-swiftwrap resolved at f8fd111642bf2336b11ef9ea828510693106e954
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
Creating working copy for https://github.com/danielrbrowne/APIota
Working copy of https://github.com/danielrbrowne/APIota resolved at 0.2.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 1.1.7
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/415] Write sources
[6/415] Compiling tasn_dec.c
[7/415] Compiling f_int.c
[8/415] Compiling f_string.c
[9/415] Compiling asn_pack.c
[10/415] Compiling f_enum.c
[11/415] Compiling tasn_enc.c
[12/415] Compiling CTweetNacl ctweetnacl.c
[13/415] Compiling tasn_fre.c
[14/415] Write swift-version-24593BA9C3E375BF.txt
[15/415] Compiling v3_prn.c
[16/415] Compiling v3_skey.c
[17/415] Compiling v3_pmaps.c
[18/415] Compiling CCryptoBoringSSLShims shims.c
[19/415] Compiling v3_pcons.c
[20/415] Compiling v3_utl.c
[21/415] Compiling v3_ocsp.c
[22/415] Compiling v3_purp.c
[23/415] Compiling v3_pcia.c
[24/418] Compiling v3_pci.c
[25/418] Compiling v3_info.c
[26/418] Compiling v3_ncons.c
[27/418] Compiling v3_int.c
[28/418] Compiling v3_ia5.c
[29/418] Compiling v3_genn.c
[30/418] Compiling v3_extku.c
[31/418] Compiling v3_lib.c
[32/418] Compiling v3_enum.c
[33/418] Compiling v3_cpols.c
[34/418] Compiling v3_crld.c
[35/418] Compiling v3_bcons.c
[36/418] Compiling v3_bitst.c
[37/418] Compiling v3_akeya.c
[38/418] Compiling v3_conf.c
[39/418] Compiling pcy_node.c
[40/418] Compiling v3_alt.c
[41/418] Compiling pcy_lib.c
[42/418] Compiling v3_akey.c
[43/418] Compiling pcy_cache.c
[44/418] Compiling pcy_tree.c
[45/418] Compiling pcy_map.c
[46/418] Compiling x_x509.c
[47/418] Compiling x_spki.c
[48/418] Compiling pcy_data.c
[49/418] Compiling x_x509a.c
[50/418] Compiling x_val.c
[51/418] Compiling x_pubkey.c
[52/418] Compiling x_sig.c
[53/418] Compiling x_req.c
[54/418] Compiling x_pkey.c
[55/418] Compiling x_info.c
[56/418] Compiling x_exten.c
[57/418] Compiling x_all.c
[58/418] Compiling x_name.c
[59/418] Compiling x_attrib.c
[60/418] Compiling x509spki.c
[61/418] Compiling x509rset.c
[62/418] Compiling x_algor.c
[63/418] Compiling x_crl.c
[64/418] Compiling x509_v3.c
[65/418] Compiling x509cset.c
[66/418] Compiling x509name.c
[67/418] Compiling x509_txt.c
[68/418] Compiling x509_set.c
[69/418] Compiling x509_vfy.c
[70/418] Compiling x509_vpm.c
[71/418] Compiling x509_trs.c
[72/418] Compiling x509_req.c
[73/418] Compiling x509_lu.c
[74/418] Compiling x509_obj.c
[75/418] Compiling x509_def.c
[76/418] Compiling x509_d2.c
[77/418] Compiling x509_cmp.c
[78/418] Compiling x509_ext.c
[79/418] Compiling t_x509.c
[80/418] Compiling x509_att.c
[81/418] Compiling t_req.c
[82/418] Compiling x509.c
[83/418] Compiling i2d_pr.c
[84/418] Compiling t_x509a.c
[85/418] Compiling by_file.c
[86/418] Compiling rsa_pss.c
[87/418] Compiling t_crl.c
[88/418] Compiling algorithm.c
[89/418] Compiling a_digest.c
[90/418] Compiling by_dir.c
[91/418] Compiling a_strex.c
[92/418] Compiling a_verify.c
[93/418] Compiling asn1_gen.c
[94/418] Compiling thread_win.c
[95/418] Compiling a_sign.c
[96/418] Compiling thread_none.c
[97/418] Compiling voprf.c
[98/418] Compiling thread_pthread.c
[99/418] Compiling thread.c
[100/418] Compiling pmbtoken.c
[101/418] Compiling siphash.c
[102/418] Compiling trust_token.c
[103/418] Compiling refcount_lock.c
[104/418] Compiling windows.c
[105/418] Compiling stack.c
[106/418] Compiling rsa_print.c
[107/418] Compiling refcount_c11.c
[108/418] Compiling fuchsia.c
[109/418] Compiling rsa_asn1.c
[110/418] Compiling rc4.c
[111/418] Compiling forkunsafe.c
[112/418] Compiling deterministic.c
[113/418] Compiling passive.c
[114/418] Compiling rand_extra.c
[115/418] Compiling poly1305_arm.c
[116/418] Compiling poly1305_arm_asm.S
[117/418] Compiling pool.c
[118/418] Compiling poly1305_vec.c
[119/418] Compiling poly1305.c
[120/418] Compiling pkcs7.c
[121/418] Compiling p5_pbev2.c
[122/418] Compiling pem_x509.c
[123/418] Compiling pkcs8_x509.c
[124/418] Compiling pem_xaux.c
[125/418] Compiling pkcs7_x509.c
[126/418] Compiling pem_pkey.c
[127/418] Compiling pkcs8.c
[128/418] Compiling pem_pk8.c
[129/418] Compiling mem.c
[130/418] Compiling obj_xref.c
[131/418] Compiling pem_oth.c
[132/418] Compiling pem_info.c
[133/418] Compiling pem_lib.c
[134/418] Compiling poly_rq_mul.S
[135/418] Compiling lhash.c
[136/418] Compiling pem_all.c
[137/418] Compiling obj.c
[138/418] Compiling x86_64-mont5.mac.x86_64.S
[139/418] Compiling hkdf.c
[140/418] Compiling x86-mont.windows.x86.S
[141/418] Compiling x86_64-mont.mac.x86_64.S
[142/418] Compiling x86_64-mont.linux.x86_64.S
[143/418] Compiling x86_64-mont5.linux.x86_64.S
[144/418] Compiling hpke.c
[145/418] Compiling x86-mont.linux.x86.S
[146/418] Compiling vpaes-x86_64.mac.x86_64.S
[147/418] Compiling vpaes-x86.windows.x86.S
[148/418] Compiling vpaes-x86_64.linux.x86_64.S
[149/418] Compiling vpaes-armv8.ios.aarch64.S
[150/418] Compiling vpaes-x86.linux.x86.S
[150/418] Compiling vpaes-armv8.linux.aarch64.S
[152/418] Compiling vpaes-armv7.linux.arm.S
[153/418] Compiling vpaes-armv7.ios.arm.S
[154/418] Compiling sha512-x86_64.mac.x86_64.S
[155/418] Compiling sha512-x86_64.linux.x86_64.S
[156/418] Compiling sha512-armv4.ios.arm.S
[157/418] Compiling sha512-armv8.ios.aarch64.S
[158/418] Compiling kdf.c
[159/418] Compiling sha512-armv4.linux.arm.S
[160/418] Compiling sha512-586.windows.x86.S
[161/418] Compiling sha512-armv8.linux.aarch64.S
[162/418] Compiling sha512-586.linux.x86.S
[163/418] Compiling sha256-x86_64.mac.x86_64.S
[164/418] Compiling sha256-x86_64.linux.x86_64.S
[165/418] Compiling sha256-armv8.ios.aarch64.S
[166/418] Compiling sha256-armv8.linux.aarch64.S
[167/418] Compiling sha256-armv4.linux.arm.S
[168/418] Compiling sha256-586.windows.x86.S
[169/418] Compiling sha256-armv4.ios.arm.S
[170/418] Compiling sha1-x86_64.mac.x86_64.S
[171/418] Compiling sha256-586.linux.x86.S
[172/418] Compiling sha1-x86_64.linux.x86_64.S
[173/418] Compiling sha1-armv4-large.linux.arm.S
[174/418] Compiling sha1-armv8.ios.aarch64.S
[175/418] Compiling sha1-586.windows.x86.S
[176/418] Compiling sha1-armv8.linux.aarch64.S
[177/418] Compiling sha1-armv4-large.ios.arm.S
[179/418] Emitting module TweetNacl
[179/418] Compiling sha1-586.linux.x86.S
[180/418] Compiling hrss.c
[181/418] Compiling sha1-altivec.c
[182/418] Compiling sha1.c
[183/418] Compiling rsaz-avx2.mac.x86_64.S
[184/418] Compiling sha512.c
[185/418] Compiling rsaz-avx2.linux.x86_64.S
[186/418] Compiling sha256.c
[187/418] Compiling rdrand-x86_64.mac.x86_64.S
[188/418] Compiling self_check.c
[189/418] Compiling rdrand-x86_64.linux.x86_64.S
[190/418] Compiling blinding.c
[191/418] Compiling padding.c
[192/418] Compiling rsa.c
[193/418] Compiling rsa_impl.c
[194/418] Compiling ctrdrbg.c
[195/418] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[196/418] Compiling p256-x86_64-asm.mac.x86_64.S
[197/418] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[198/418] Compiling urandom.c
[199/418] Compiling rand.c
[200/418] Compiling fork_detect.c
[201/418] Compiling polyval.c
[202/418] Compiling p256-x86_64-asm.linux.x86_64.S
[203/418] Compiling ofb.c
[204/418] Compiling gcm_nohw.c
[205/418] Compiling cfb.c
[206/418] Compiling ctr.c
[207/418] Compiling md5-x86_64.linux.x86_64.S
[207/418] Compiling gcm.c
[209/418] Compiling cbc.c
[210/418] Compiling md5.c
[211/418] Compiling md5-x86_64.mac.x86_64.S
[212/418] Compiling md5-586.windows.x86.S
[213/418] Compiling md5-586.linux.x86.S
[214/418] Compiling hmac.c
[215/418] Compiling ghashv8-armx64.ios.aarch64.S
[216/418] Compiling is_fips.c
[217/418] Compiling ghashv8-armx64.linux.aarch64.S
[218/418] Compiling ghashv8-armx32.ios.arm.S
[219/418] Compiling ghashv8-armx32.linux.arm.S
[220/418] Compiling ghash-x86_64.mac.x86_64.S
[221/418] Compiling ghash-x86_64.linux.x86_64.S
[222/418] Compiling ghash-x86.windows.x86.S
[223/418] Compiling ghash-x86.linux.x86.S
[223/418] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[225/418] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[226/418] Compiling ghash-ssse3-x86.windows.x86.S
[227/418] Compiling ghash-armv4.linux.arm.S
[228/418] Compiling fips_shared_support.c
[229/418] Compiling md4.c
[230/418] Compiling ghash-armv4.ios.arm.S
[231/418] Compiling ghash-neon-armv8.linux.aarch64.S
[232/418] Compiling ghash-ssse3-x86.linux.x86.S
[233/418] Compiling ghash-neon-armv8.ios.aarch64.S
[234/418] Compiling util.c
[235/418] Compiling ecdsa.c
[236/418] Compiling scalar.c
[237/418] Compiling simple_mul.c
[238/418] Compiling simple.c
[239/418] Compiling ecdh.c
[240/418] Compiling wnaf.c
[241/418] Compiling p256-x86_64.c
[242/418] Compiling p256.c
[243/418] Compiling oct.c
[244/418] Compiling felem.c
[245/418] Compiling ec_montgomery.c
[246/418] Compiling ec_key.c
[247/418] Compiling p224-64.c
[248/418] Compiling check.c
[249/418] Compiling digest.c
[250/418] Compiling digests.c
[251/418] Compiling co-586.windows.x86.S
[252/418] Compiling dh.c
[252/418] Compiling ec.c
[254/418] Compiling co-586.linux.x86.S
[255/418] Compiling e_des.c
[256/418] Compiling bsaes-armv7.linux.arm.S
[257/418] Compiling bsaes-armv7.ios.arm.S
[258/418] Compiling aead.c
[258/418] Compiling sqrt.c
[260/418] Compiling e_aes.c
[261/418] Compiling shift.c
[262/418] Compiling des.c
[263/418] Compiling cipher.c
[264/418] Compiling random.c
[265/418] Compiling rsaz_exp.c
[266/418] Compiling prime.c
[267/418] Compiling jacobi.c
[268/418] Compiling montgomery_inv.c
[269/418] Compiling montgomery.c
[270/418] Compiling mul.c
[271/418] Compiling gcd_extra.c
[272/418] Compiling gcd.c
[273/418] Compiling ctx.c
[274/418] Compiling exponentiation.c
[275/418] Compiling div_extra.c
[276/418] Compiling generic.c
[277/418] Compiling bn.c
[278/418] Compiling cmp.c
[279/418] Compiling x86_64-gcc.c
[280/418] Compiling bytes.c
[281/418] Compiling div.c
[282/418] Compiling add.c
[283/418] Compiling bn-586.linux.x86.S
[284/418] Compiling bn-586.windows.x86.S
[285/418] Compiling armv8-mont.ios.aarch64.S
[286/418] Compiling armv8-mont.linux.aarch64.S
[287/418] Compiling armv4-mont.ios.arm.S
[288/418] Compiling armv4-mont.linux.arm.S
[289/418] Compiling aesv8-armx64.ios.aarch64.S
[290/418] Compiling aesv8-armx32.linux.arm.S
[291/418] Compiling aesv8-armx64.linux.aarch64.S
[292/418] Compiling aesv8-armx32.ios.arm.S
[293/418] Compiling mode_wrappers.c
[294/418] Compiling aesni-x86_64.mac.x86_64.S
[295/418] Compiling aesni-x86.linux.x86.S
[296/418] Compiling aesni-x86.windows.x86.S
[297/418] Compiling aesni-x86_64.linux.x86_64.S
[298/418] Compiling aes.c
[299/418] Compiling key_wrap.c
[300/418] Compiling aes_nohw.c
[300/418] Compiling ex_data.c
[302/418] Compiling sign.c
[303/418] Compiling aesni-gcm-x86_64.mac.x86_64.S
[304/418] Compiling scrypt.c
[305/418] Compiling aesni-gcm-x86_64.linux.x86_64.S
[306/418] Compiling print.c
[307/418] Compiling p_x25519.c
[308/418] Compiling pbkdf.c
[309/418] Compiling p_rsa_asn1.c
[310/418] Compiling p_x25519_asn1.c
[311/418] Compiling p_rsa.c
[312/418] Compiling p_ed25519_asn1.c
[313/418] Compiling p_ed25519.c
[314/418] Compiling p_ec_asn1.c
[315/418] Compiling p_dsa_asn1.c
[315/418] Compiling p_ec.c
[317/418] Compiling evp_asn1.c
[318/418] Compiling evp.c
[319/418] Compiling evp_ctx.c
[320/418] Compiling ecdh_extra.c
[321/418] Compiling err.c
[322/418] Compiling err_data.c
[323/418] Compiling hash_to_curve.c
[323/418] Compiling engine.c
[323/418] Compiling ecdsa_asn1.c
[326/418] Compiling digestsign.c
[327/418] Compiling ec_derive.c
[328/418] Compiling ec_asn1.c
[329/418] Compiling dh_asn1.c
[330/418] Compiling dsa_asn1.c
[331/418] Compiling digest_extra.c
[332/418] Compiling params.c
[333/418] Compiling dsa.c
[334/418] Compiling cpu-ppc64le.c
[335/418] Compiling x25519-asm-arm.S
[336/418] Compiling cpu-intel.c
[337/418] Compiling cpu-arm.c
[338/418] Compiling spake25519.c
[339/418] Compiling cpu-aarch64-win.c
[340/418] Compiling crypto.c
[341/418] Compiling cpu-arm-linux.c
[342/418] Compiling cpu-aarch64-fuchsia.c
[343/418] Compiling cpu-aarch64-linux.c
[344/418] Compiling e_rc4.c
[345/418] Compiling cmac.c
[346/418] Compiling tls_cbc.c
[347/418] Compiling e_rc2.c
[348/418] Compiling e_tls.c
[349/418] Compiling conf.c
[350/418] Compiling e_null.c
[351/418] Compiling e_chacha20poly1305.c
[352/418] Compiling curve25519.c
[353/418] Compiling e_aesctrhmac.c
[354/418] Compiling e_aesgcmsiv.c
[355/418] Compiling derive_key.c
[356/418] Compiling e_aesccm.c
[357/418] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[358/418] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[359/418] Compiling cipher_extra.c
[360/418] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[361/418] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[362/418] Compiling chacha-x86_64.linux.x86_64.S
[363/418] Compiling chacha-x86.windows.x86.S
[364/418] Compiling chacha.c
[365/418] Compiling chacha-x86_64.mac.x86_64.S
[366/418] Compiling chacha-armv8.ios.aarch64.S
[367/418] Compiling chacha-x86.linux.x86.S
[368/418] Compiling chacha-armv4.linux.arm.S
[369/418] Compiling unicode.c
[370/418] Compiling chacha-armv8.linux.aarch64.S
[371/418] Compiling chacha-armv4.ios.arm.S
[372/418] Compiling cbs.c
[373/418] Compiling buf.c
[374/418] Compiling blake2.c
[375/418] Compiling bn_asn1.c
[375/418] Compiling cbb.c
[375/418] Compiling ber.c
[378/418] Compiling convert.c
[379/418] Compiling asn1_compat.c
[380/418] Compiling socket_helper.c
[381/418] Compiling printf.c
[382/418] Compiling socket.c
[383/418] Compiling hexdump.c
[384/418] Compiling file.c
[385/418] Compiling bio_mem.c
[386/418] Compiling fd.c
[387/418] Compiling pair.c
[388/418] Compiling connect.c
[389/418] Compiling time_support.c
[390/418] Compiling base64.c
[391/418] Compiling tasn_utl.c
[392/418] Compiling bio.c
[392/418] Compiling tasn_new.c
[394/418] Compiling tasn_typ.c
[395/418] Compiling asn1_par.c
[396/418] Compiling a_utf8.c
[397/418] Compiling a_time.c
[398/418] Compiling a_utctm.c
[399/418] Compiling asn1_lib.c
[400/418] Compiling a_strnid.c
[400/418] Compiling a_print.c
[402/418] Compiling a_type.c
[403/418] Compiling a_octet.c
[404/418] Compiling a_object.c
[405/418] Compiling a_mbstr.c
[406/418] Compiling a_enum.c
[407/418] Compiling a_dup.c
[407/418] Write sources
[410/418] Compiling a_gentm.c
[410/418] Compiling a_i2d_fp.c
[412/418] Compiling a_int.c
[413/418] Compiling a_d2i_fp.c
[414/418] Compiling a_bool.c
[415/418] Compiling a_bitstr.c
[417/427] Compiling TweetNacl TweetNacl.swift
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:20: error: cannot find 'SecRandomCopyBytes' in scope
 60 |         var randomData = Data(count: count)
 61 |         let result = randomData.withUnsafeMutableBytes {
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
    |                    `- error: cannot find 'SecRandomCopyBytes' in scope
 63 |         }
 64 |         guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:39: error: cannot find 'kSecRandomDefault' in scope
 60 |         var randomData = Data(count: count)
 61 |         let result = randomData.withUnsafeMutableBytes {
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
    |                                       `- error: cannot find 'kSecRandomDefault' in scope
 63 |         }
 64 |         guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:64:25: error: cannot find 'errSecSuccess' in scope
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
 63 |         }
 64 |         guard result == errSecSuccess else {
    |                         `- error: cannot find 'errSecSuccess' in scope
 65 |             throw NaclUtilError.internalError
 66 |         }
[418/428] Compiling TweetNacl Constant.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/74] Emitting module TweetNacl
[6/74] Compiling TweetNacl Constant.swift
[7/74] Compiling TweetNacl TweetNacl.swift
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:20: error: cannot find 'SecRandomCopyBytes' in scope
 60 |         var randomData = Data(count: count)
 61 |         let result = randomData.withUnsafeMutableBytes {
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
    |                    `- error: cannot find 'SecRandomCopyBytes' in scope
 63 |         }
 64 |         guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:62:39: error: cannot find 'kSecRandomDefault' in scope
 60 |         var randomData = Data(count: count)
 61 |         let result = randomData.withUnsafeMutableBytes {
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
    |                                       `- error: cannot find 'kSecRandomDefault' in scope
 63 |         }
 64 |         guard result == errSecSuccess else {
/host/spi-builder-workspace/.build/checkouts/tweetnacl-swiftwrap/Sources/TweetNacl/TweetNacl.swift:64:25: error: cannot find 'errSecSuccess' in scope
 62 |             return SecRandomCopyBytes(kSecRandomDefault, count, $0)
 63 |         }
 64 |         guard result == errSecSuccess else {
    |                         `- error: cannot find 'errSecSuccess' in scope
 65 |             throw NaclUtilError.internalError
 66 |         }
BUILD FAILURE 6.1 android