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 1.0.1 (9e6d36), with Swift 6.1 for Android on 28 May 2025 03:55:32 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/pusher/pusher-http-swift.git
Reference: 1.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/pusher/pusher-http-swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 9e6d363 Merge pull request #45 from pusher/bugfix_ordered_json
Cloned https://github.com/pusher/pusher-http-swift.git
Revision (git rev-parse @):
9e6d3638fb0e62bb30ebecbfba0a1eabbabf9c77
SUCCESS checkout https://github.com/pusher/pusher-http-swift.git at 1.0.1
========================================
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-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/bitmark-inc/tweetnacl-swiftwrap
[1/404] Fetching tweetnacl-swiftwrap
Fetched https://github.com/bitmark-inc/tweetnacl-swiftwrap from cache (1.24s)
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/danielrbrowne/APIota
[1/782] Fetching anycodable
[783/1486] Fetching anycodable, apiota
[1487/15422] Fetching anycodable, apiota, swift-crypto
Fetched https://github.com/danielrbrowne/APIota from cache (0.32s)
[1758/14718] Fetching anycodable, swift-crypto
[4546/165101] Fetching anycodable, swift-crypto, swiftlint
Fetched https://github.com/Flight-School/AnyCodable from cache (1.41s)
Fetched https://github.com/apple/swift-crypto from cache (1.44s)
[12954/150383] Fetching swiftlint
Fetched https://github.com/realm/SwiftLint from cache (26.52s)
Computing version for https://github.com/danielrbrowne/APIota
Computed https://github.com/danielrbrowne/APIota at 0.2.0 (30.91s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 1.1.7 (4.88s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (7.27s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.62s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/jpsim/Yams.git
[1/84] Fetching collectionconcurrencykit
[85/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/17125] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten
[1176/30066] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift
[5082/40723] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams
[22720/111171] Fetching collectionconcurrencykit, swiftytexttable, sourcekitten, cryptoswift, yams, swift-syntax
Fetched https://github.com/jpsim/SourceKitten.git from cache (1.59s)
[43632/95059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, yams, swift-syntax
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (2.19s)
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (2.19s)
[76434/94046] Fetching cryptoswift, yams, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.23s)
Fetched https://github.com/jpsim/Yams.git from cache (2.24s)
[54950/70448] Fetching swift-syntax
[55655/85799] Fetching swift-syntax, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.26s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.37s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (11.14s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.53s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.62s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.62s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.01s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.62s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.54s)
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.63s)
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 1.1.7
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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/415] Write sources
[8/415] Write swift-version-24593BA9C3E375BF.txt
[9/415] Compiling a_dup.c
[9/415] Compiling a_d2i_fp.c
[11/415] Compiling a_bool.c
[12/415] Compiling a_gentm.c
[13/415] Compiling a_enum.c
[14/415] Compiling a_bitstr.c
[15/415] Compiling a_i2d_fp.c
[16/415] Compiling CTweetNacl ctweetnacl.c
[17/428] Compiling CCryptoBoringSSLShims shims.c
[18/428] Compiling v3_purp.c
[19/428] Compiling v3_skey.c
[20/428] Compiling v3_utl.c
[21/430] Compiling v3_prn.c
[22/431] Compiling v3_pmaps.c
[23/431] Compiling v3_pcons.c
[24/431] Compiling v3_pcia.c
[25/431] Compiling v3_ocsp.c
[26/431] Compiling v3_pci.c
[27/431] Compiling v3_ncons.c
[28/431] Compiling v3_int.c
[29/431] Compiling v3_info.c
[30/431] Compiling v3_ia5.c
[31/431] Compiling v3_lib.c
[32/431] Compiling v3_genn.c
[33/431] Compiling v3_extku.c
[34/431] Compiling v3_enum.c
[35/431] Compiling v3_crld.c
[36/431] Compiling v3_conf.c
[37/431] Compiling v3_cpols.c
[38/431] Compiling v3_bcons.c
[39/431] Compiling v3_bitst.c
[40/431] Compiling v3_akey.c
[41/431] Compiling v3_akeya.c
[42/431] Compiling pcy_tree.c
[43/431] Compiling v3_alt.c
[44/431] Compiling pcy_map.c
[45/431] Compiling pcy_data.c
[46/431] Compiling x_x509a.c
[47/431] Compiling pcy_lib.c
[48/431] Compiling pcy_node.c
[49/431] Compiling x_val.c
[50/431] Compiling pcy_cache.c
[51/431] Compiling x_spki.c
[52/431] Compiling x_sig.c
[53/431] Compiling x_x509.c
[54/431] Compiling x_pkey.c
[55/431] Compiling x_pubkey.c
[56/431] Compiling x_req.c
[57/431] Compiling x_exten.c
[58/431] Compiling x_info.c
[59/431] Compiling x_name.c
[60/431] Compiling x_crl.c
[61/431] Compiling x_attrib.c
[62/431] Compiling x_algor.c
[63/431] Compiling x509rset.c
[64/431] Compiling x_all.c
[65/431] Compiling x509spki.c
[66/431] Compiling x509name.c
[67/431] Compiling x509cset.c
[68/431] Compiling x509_v3.c
[69/431] Compiling x509_vpm.c
[70/431] Compiling x509_txt.c
[71/431] Compiling x509_vfy.c
[72/431] Compiling x509_req.c
[73/431] Compiling x509_trs.c
[74/431] Compiling x509_set.c
[75/431] Compiling x509_obj.c
[76/431] Compiling x509_lu.c
[77/431] Compiling x509_def.c
[78/431] Compiling x509_d2.c
[79/431] Compiling x509_att.c
[80/431] Compiling x509_ext.c
[81/431] Compiling x509.c
[82/431] Compiling t_x509a.c
[83/431] Compiling t_x509.c
[84/431] Compiling t_crl.c
[85/431] Compiling x509_cmp.c
[86/431] Compiling rsa_pss.c
[87/431] Compiling t_req.c
[88/431] Compiling i2d_pr.c
[89/431] Compiling by_file.c
[90/431] Compiling by_dir.c
[91/431] Compiling a_verify.c
[92/431] Compiling algorithm.c
[93/431] Compiling asn1_gen.c
[94/431] Compiling a_strex.c
[95/431] Compiling voprf.c
[96/431] Compiling a_sign.c
[97/431] Compiling a_digest.c
[98/431] Compiling thread_win.c
[99/431] Compiling trust_token.c
[100/431] Compiling stack.c
[101/431] Compiling thread_none.c
[102/431] Compiling thread_pthread.c
[103/431] Compiling thread.c
[104/431] Compiling siphash.c
[105/431] Compiling pmbtoken.c
[106/431] Compiling rsa_print.c
[107/431] Compiling refcount_lock.c
[108/431] Compiling refcount_c11.c
[109/431] Compiling rsa_asn1.c
[110/431] Compiling windows.c
[111/431] Compiling rc4.c
[112/431] Compiling rand_extra.c
[113/431] Compiling fuchsia.c
[114/431] Compiling deterministic.c
[115/431] Compiling passive.c
[116/431] Compiling forkunsafe.c
[117/431] Compiling pool.c
[118/431] Compiling poly1305_arm_asm.S
[119/431] Compiling poly1305_vec.c
[120/431] Compiling p5_pbev2.c
[121/431] Compiling poly1305_arm.c
[122/431] Compiling poly1305.c
[123/431] Compiling pkcs7.c
[124/431] Compiling pkcs8.c
[125/431] Compiling pkcs8_x509.c
[126/431] Compiling pem_xaux.c
[127/431] Compiling pkcs7_x509.c
[128/431] Compiling pem_pkey.c
[129/431] Compiling pem_pk8.c
[130/431] Compiling pem_x509.c
[131/431] Compiling pem_oth.c
[132/431] Compiling obj_xref.c
[133/431] Compiling pem_info.c
[134/431] Compiling pem_all.c
[135/431] Compiling pem_lib.c
[136/431] Compiling poly_rq_mul.S
[137/431] Compiling mem.c
[138/431] Compiling lhash.c
[139/431] Compiling x86_64-mont5.mac.x86_64.S
[140/431] Compiling hpke.c
[141/431] Compiling obj.c
[142/431] Compiling hkdf.c
[143/431] Compiling x86_64-mont5.linux.x86_64.S
[144/431] Compiling x86_64-mont.linux.x86_64.S
[145/431] Compiling x86_64-mont.mac.x86_64.S
[146/431] Compiling x86-mont.windows.x86.S
[147/431] Compiling x86-mont.linux.x86.S
[148/431] Compiling vpaes-x86_64.linux.x86_64.S
[149/431] Compiling hrss.c
[150/431] Compiling vpaes-x86_64.mac.x86_64.S
[151/431] Compiling vpaes-x86.windows.x86.S
[152/431] Compiling vpaes-armv8.ios.aarch64.S
[152/431] Compiling vpaes-armv7.linux.arm.S
[154/431] Compiling vpaes-x86.linux.x86.S
[155/431] Compiling vpaes-armv8.linux.aarch64.S
[156/431] Compiling vpaes-armv7.ios.arm.S
[157/431] Compiling sha512-x86_64.linux.x86_64.S
[158/431] Compiling sha512-x86_64.mac.x86_64.S
[159/431] Compiling kdf.c
[160/431] Compiling sha512-armv4.linux.arm.S
[161/431] Compiling sha512-armv8.ios.aarch64.S
[162/431] Compiling sha512-armv4.ios.arm.S
[163/431] Compiling sha512-armv8.linux.aarch64.S
[164/431] Compiling sha512-586.linux.x86.S
[165/431] Compiling sha512-586.windows.x86.S
[166/431] Compiling sha256-x86_64.linux.x86_64.S
[167/431] Compiling sha256-x86_64.mac.x86_64.S
[168/431] Compiling sha256-armv8.ios.aarch64.S
[169/431] Compiling sha256-armv4.linux.arm.S
[170/431] Compiling sha256-armv8.linux.aarch64.S
[171/431] Compiling sha256-586.windows.x86.S
[172/431] Compiling sha256-armv4.ios.arm.S
[173/431] Compiling sha256-586.linux.x86.S
[174/431] Compiling sha1-x86_64.linux.x86_64.S
[175/431] Compiling sha1-x86_64.mac.x86_64.S
[176/431] Compiling sha1-armv8.linux.aarch64.S
[177/431] Compiling sha1-armv8.ios.aarch64.S
[178/431] Compiling sha1-armv4-large.linux.arm.S
[179/431] Compiling sha1-586.windows.x86.S
[180/431] Compiling sha1-armv4-large.ios.arm.S
[181/431] Compiling sha1-586.linux.x86.S
[182/431] Compiling sha256.c
[183/431] Compiling sha1-altivec.c
[184/431] Compiling sha512.c
[185/431] Compiling sha1.c
[186/431] Compiling rsaz-avx2.mac.x86_64.S
[187/431] Compiling rsaz-avx2.linux.x86_64.S
[188/431] Compiling self_check.c
[189/431] Compiling rsa_impl.c
[190/431] Compiling padding.c
[191/431] Compiling blinding.c
[192/431] Compiling rsa.c
[193/431] Compiling rdrand-x86_64.mac.x86_64.S
[194/431] Compiling rdrand-x86_64.linux.x86_64.S
[195/431] Compiling rand.c
[196/431] Compiling urandom.c
[197/431] Compiling fork_detect.c
[198/431] Compiling ctrdrbg.c
[199/431] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[200/431] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[201/431] Compiling p256-x86_64-asm.mac.x86_64.S
[201/431] Compiling p256-x86_64-asm.linux.x86_64.S
[203/431] Compiling polyval.c
[204/431] Compiling gcm_nohw.c
[205/431] Compiling ofb.c
[206/431] Compiling ctr.c
[207/431] Compiling gcm.c
[208/431] Compiling cbc.c
[209/431] Compiling md5.c
[210/431] Compiling cfb.c
[211/431] Compiling md5-x86_64.mac.x86_64.S
[212/431] Compiling md5-x86_64.linux.x86_64.S
[213/431] Compiling md5-586.windows.x86.S
[214/431] Compiling md5-586.linux.x86.S
[215/431] Compiling is_fips.c
[216/431] Compiling md4.c
[217/431] Compiling ghashv8-armx32.ios.arm.S
[218/431] Compiling ghashv8-armx64.linux.aarch64.S
[219/431] Compiling hmac.c
[220/431] Compiling ghashv8-armx32.linux.arm.S
[221/431] Compiling ghashv8-armx64.ios.aarch64.S
[222/431] Compiling ghash-x86_64.mac.x86_64.S
[223/431] Compiling ghash-x86.windows.x86.S
[224/431] Compiling ghash-x86_64.linux.x86_64.S
[225/431] Compiling ghash-x86.linux.x86.S
[226/431] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[227/431] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[228/431] Compiling ghash-ssse3-x86.windows.x86.S
[229/431] Compiling ghash-ssse3-x86.linux.x86.S
[230/431] Compiling fips_shared_support.c
[231/431] Compiling ghash-neon-armv8.linux.aarch64.S
[232/431] Compiling ghash-armv4.linux.arm.S
[233/431] Compiling ghash-armv4.ios.arm.S
[233/431] Compiling ghash-neon-armv8.ios.aarch64.S
[235/431] Compiling ecdh.c
[236/431] Compiling ecdsa.c
[237/431] Compiling wnaf.c
[238/431] Compiling util.c
[239/431] Compiling simple_mul.c
[240/431] Compiling simple.c
[241/431] Compiling p256-x86_64.c
[242/431] Compiling scalar.c
[243/431] Compiling felem.c
[244/431] Compiling p224-64.c
[245/431] Compiling oct.c
[246/431] Compiling p256.c
[247/431] Compiling ec_montgomery.c
[248/431] Compiling digest.c
[249/431] Compiling ec_key.c
[250/431] Compiling digests.c
[251/431] Compiling dh.c
[252/431] Compiling check.c
[253/431] Compiling ec.c
[254/431] Compiling co-586.windows.x86.S
[255/431] Compiling co-586.linux.x86.S
[256/431] Compiling des.c
[257/431] Compiling e_des.c
[258/431] Compiling cipher.c
[259/431] Compiling aead.c
[260/431] Compiling e_aes.c
[261/431] Compiling bsaes-armv7.linux.arm.S
[262/431] Compiling bsaes-armv7.ios.arm.S
[263/431] Compiling rsaz_exp.c
[264/431] Compiling random.c
[265/431] Compiling sqrt.c
[266/431] Compiling shift.c
[267/431] Compiling prime.c
[268/431] Compiling montgomery_inv.c
[269/431] Compiling jacobi.c
[270/431] Compiling montgomery.c
[271/431] Compiling mul.c
[272/431] Compiling gcd_extra.c
[273/431] Compiling generic.c
[273/431] Compiling gcd.c
[275/431] Compiling div_extra.c
[276/431] Compiling exponentiation.c
[277/431] Compiling div.c
[278/431] Compiling cmp.c
[279/431] Compiling x86_64-gcc.c
[280/431] Compiling bytes.c
[281/431] Compiling ctx.c
[282/431] Compiling bn-586.windows.x86.S
[283/431] Compiling armv8-mont.linux.aarch64.S
[284/431] Compiling armv8-mont.ios.aarch64.S
[285/431] Compiling add.c
[286/431] Compiling bn-586.linux.x86.S
[287/431] Compiling bn.c
[288/431] Compiling armv4-mont.ios.arm.S
[289/431] Compiling armv4-mont.linux.arm.S
[290/431] Compiling aesv8-armx64.linux.aarch64.S
[291/431] Compiling aesv8-armx32.linux.arm.S
[292/431] Compiling aesv8-armx64.ios.aarch64.S
[293/431] Compiling aesni-x86_64.linux.x86_64.S
[293/431] Compiling aesv8-armx32.ios.arm.S
[295/431] Compiling aesni-x86.windows.x86.S
[296/431] Compiling aesni-x86_64.mac.x86_64.S
[297/431] Compiling aesni-x86.linux.x86.S
[298/431] Compiling aesni-gcm-x86_64.mac.x86_64.S
[299/431] Compiling aesni-gcm-x86_64.linux.x86_64.S
[300/431] Compiling mode_wrappers.c
[301/431] Compiling key_wrap.c
[302/431] Compiling aes.c
[303/431] Compiling sign.c
[304/431] Compiling ex_data.c
[305/431] Compiling aes_nohw.c
[306/431] Compiling scrypt.c
[307/431] Compiling p_x25519.c
[308/431] Compiling pbkdf.c
[309/431] Compiling p_x25519_asn1.c
[310/431] Compiling p_rsa_asn1.c
[311/431] Compiling print.c
[312/431] Compiling p_ed25519.c
[313/431] Compiling p_ed25519_asn1.c
[314/431] Compiling p_rsa.c
[315/431] Compiling p_ec.c
[316/431] Compiling evp_ctx.c
[317/431] Compiling evp_asn1.c
[317/431] Compiling evp.c
[319/431] Compiling p_dsa_asn1.c
[320/431] Compiling p_ec_asn1.c
[321/431] Compiling digestsign.c
[322/431] Compiling err_data.c
[323/431] Compiling err.c
[324/431] Compiling engine.c
[325/431] Compiling ecdsa_asn1.c
[326/431] Compiling hash_to_curve.c
[327/431] Compiling ec_derive.c
[328/431] Compiling ecdh_extra.c
[329/431] Compiling dsa_asn1.c
[330/431] Compiling dsa.c
[331/431] Compiling ec_asn1.c
[332/431] Compiling params.c
[333/431] Compiling dh_asn1.c
[334/431] Compiling x25519-asm-arm.S
[336/431] Emitting module TweetNacl
[337/431] 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 |         }
[338/431] Compiling TweetNacl Constant.swift
[339/431] Emitting module AnyCodable
[340/431] Compiling AnyCodable AnyCodable.swift
[340/431] Compiling digest_extra.c
[341/431] Compiling spake25519.c
[342/431] Compiling cpu-arm.c
[343/431] Compiling crypto.c
[344/431] Compiling cpu-intel.c
[346/431] Compiling AnyCodable AnyEncodable.swift
[346/431] Compiling cpu-ppc64le.c
[348/431] Compiling APIota HTTPMediaType.swift
[349/431] Compiling APIota HTTPMethod.swift
[350/431] Compiling APIota APIotaURLEncodedFormEndpoint.swift
[351/431] Compiling APIota APIotaClientError.swift
[351/431] Compiling cpu-arm-linux.c
[352/432] Compiling cpu-aarch64-win.c
[353/432] Compiling APIota APIotaClient.swift
[354/432] Compiling APIota APIotaCodableEndpoint.swift
[355/432] Emitting module APIota
[357/432] Compiling AnyCodable AnyDecodable.swift
[357/432] Compiling cpu-aarch64-fuchsia.c
[357/432] Compiling curve25519.c
[360/433] Compiling APIota HTTPHeader.swift
[361/433] Compiling APIota HTTPHeaders.swift
[361/433] Compiling cmac.c
[362/433] Compiling cpu-aarch64-linux.c
[363/433] Compiling conf.c
[364/433] Compiling e_tls.c
[366/433] Compiling e_rc4.c
[367/433] Compiling tls_cbc.c
[368/433] Compiling e_null.c
[369/433] Compiling e_rc2.c
[370/433] Compiling e_chacha20poly1305.c
[371/433] Compiling e_aesgcmsiv.c
[372/433] Compiling e_aesccm.c
[373/433] Compiling derive_key.c
[374/433] Compiling e_aesctrhmac.c
[375/433] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[376/433] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[378/433] Compiling APIota HTTPStatusCode.swift
[378/434] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[379/434] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[380/434] Compiling cipher_extra.c
[381/434] Compiling chacha-x86_64.mac.x86_64.S
[382/434] Compiling chacha-x86_64.linux.x86_64.S
[383/434] Compiling chacha-x86.windows.x86.S
[384/434] Compiling chacha-x86.linux.x86.S
[385/434] Compiling chacha.c
[386/434] Compiling chacha-armv8.ios.aarch64.S
[387/434] Compiling chacha-armv4.linux.arm.S
[389/434] Compiling chacha-armv4.ios.arm.S
[390/434] Compiling ber.c
[390/434] Compiling chacha-armv8.linux.aarch64.S
[390/434] Compiling cbb.c
[390/434] Compiling cbs.c
[390/434] Compiling unicode.c
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
[0/1] Planning build
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/48] Compiling asn1_compat.c
[4/48] Compiling unicode.c
[5/48] Compiling ber.c
[6/48] Compiling buf.c
[7/48] Compiling cbb.c
[8/48] Compiling chacha-armv8.linux.aarch64.S
[9/48] Compiling cbs.c
[10/48] Compiling convert.c
[11/48] Compiling bn_asn1.c
[12/48] Compiling blake2.c
[13/48] Compiling socket.c
[14/48] Compiling socket_helper.c
[15/48] Compiling hexdump.c
[16/48] Compiling pair.c
[16/48] Compiling printf.c
[18/48] Compiling file.c
[19/48] Compiling fd.c
[20/48] Compiling bio_mem.c
[21/48] Compiling time_support.c
[22/48] Compiling base64.c
[22/48] Compiling connect.c
[24/48] Write swift-version-24593BA9C3E375BF.txt
[25/48] Compiling bio.c
[26/48] Compiling tasn_utl.c
[27/48] Compiling tasn_typ.c
[28/48] Compiling tasn_fre.c
[29/48] Compiling f_string.c
[30/48] Compiling tasn_new.c
[31/48] Compiling tasn_enc.c
[32/48] Compiling tasn_dec.c
[33/55] Compiling f_enum.c
[34/55] Compiling f_int.c
[35/55] Compiling asn1_par.c
[36/58] Compiling asn_pack.c
[37/64] Compiling asn1_lib.c
[38/64] Compiling a_utf8.c
[39/64] Compiling a_type.c
[41/64] Compiling TweetNacl Constant.swift
[42/64] Emitting module TweetNacl
[43/64] 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 |         }
[43/64] Compiling a_utctm.c
[43/64] Compiling a_strnid.c
[43/64] Compiling a_print.c
[43/64] Compiling a_octet.c
[44/64] Emitting module AnyCodable
[44/64] Compiling a_time.c
BUILD FAILURE 6.1 android