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 xcc, reference main (417624), with Swift 6.1 for Android on 30 May 2025 11:18:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finnvoor/xcc.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/finnvoor/xcc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 417624d Bump workflow to Xcode 16.2
Cloned https://github.com/finnvoor/xcc.git
Revision (git rev-parse @):
417624dcf3e0c3a3fb211aaf88b285a2cccab67c
SUCCESS checkout https://github.com/finnvoor/xcc.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/finnvoor/xcc.git
https://github.com/finnvoor/xcc.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "appstoreconnect-swift-sdk",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/finnvoor/appstoreconnect-swift-sdk.git"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.28.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora.git"
    }
  ],
  "manifest_display_name" : "xcc",
  "name" : "xcc",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "xcc",
      "targets" : [
        "xcc"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcc",
      "module_type" : "SwiftTarget",
      "name" : "xcc",
      "path" : "Sources",
      "product_dependencies" : [
        "ArgumentParser",
        "AppStoreConnect-Swift-SDK",
        "Noora"
      ],
      "product_memberships" : [
        "xcc"
      ],
      "sources" : [
        "xcc.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/finnvoor/appstoreconnect-swift-sdk.git
[1/11613] Fetching appstoreconnect-swift-sdk
Fetched https://github.com/finnvoor/appstoreconnect-swift-sdk.git from cache (1.05s)
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/CreateAPI/URLQueryEncoder.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/128] Fetching urlqueryencoder
[129/4690] Fetching urlqueryencoder, noora
[1407/12970] Fetching urlqueryencoder, noora, opencombine
[2120/26906] Fetching urlqueryencoder, noora, opencombine, swift-crypto
[15201/42292] Fetching urlqueryencoder, noora, opencombine, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.23s)
[19799/26906] Fetching urlqueryencoder, noora, opencombine, swift-crypto
Fetched https://github.com/CreateAPI/URLQueryEncoder.git from cache (1.99s)
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (2.00s)
Fetched https://github.com/tuist/Noora.git from cache (2.00s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.03s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (1.12s)
Computing version for https://github.com/CreateAPI/URLQueryEncoder.git
Computed https://github.com/CreateAPI/URLQueryEncoder.git at 0.2.1 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.11s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.38.1 (1.03s)
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[13/5032] Fetching rainbow, swift-log
[1630/5380] Fetching rainbow, swift-log, path
Fetched https://github.com/onevcat/Rainbow from cache (0.65s)
Fetched https://github.com/tuist/path from cache (0.79s)
Fetched https://github.com/apple/swift-log from cache (0.80s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.94s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.91s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.34s)
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.1
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/finnvoor/appstoreconnect-swift-sdk.git
Working copy of https://github.com/finnvoor/appstoreconnect-swift-sdk.git resolved at master (0cd74e9)
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Creating working copy for https://github.com/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.38.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/CreateAPI/URLQueryEncoder.git
Working copy of https://github.com/CreateAPI/URLQueryEncoder.git resolved at 0.2.1
Downloading binary artifact https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip
[1397/5323848] Downloading https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip
Downloaded https://github.com/CreateAPI/CreateAPI/releases/download/0.2.0/create-api.artifactbundle.zip (0.94s)
warning: 'appstoreconnect-swift-sdk': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/appstoreconnect-swift-sdk/Sources/OpenAPI/create-api.yml
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/445] Compiling a_i2d_fp.c
[2/445] Write sources
[3/445] Compiling a_d2i_fp.c
[4/445] Write sources
[12/445] Compiling a_bool.c
[12/445] Compiling a_dup.c
[14/445] Compiling a_gentm.c
[15/445] Compiling a_time.c
[16/445] Compiling a_mbstr.c
[17/445] Compiling a_int.c
[18/445] Compiling fiat_curve25519_adx_square.S
[19/445] Compiling fiat_curve25519_adx_mul.S
[20/445] Compiling CCryptoBoringSSLShims shims.c
[21/445] Compiling v3_utl.c
[22/445] Compiling v3_prn.c
[23/445] Compiling v3_skey.c
[24/445] Compiling v3_pmaps.c
[25/445] Compiling v3_purp.c
[26/445] Compiling v3_ocsp.c
[27/445] Compiling v3_int.c
[28/445] Compiling v3_pcons.c
[29/445] Compiling v3_ia5.c
[30/445] Compiling v3_info.c
[31/445] Compiling v3_lib.c
[32/445] Compiling v3_genn.c
[33/445] Compiling v3_ncons.c
[34/445] Compiling v3_enum.c
[35/445] Compiling v3_extku.c
[36/445] Compiling v3_conf.c
[37/445] Compiling v3_cpols.c
[38/445] Write swift-version-24593BA9C3E375BF.txt
[39/445] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[40/445] Compiling v3_bitst.c
[40/445] Compiling v3_crld.c
[42/445] Compiling v3_bcons.c
[43/449] Compiling v3_akeya.c
[44/455] Compiling x_x509a.c
[45/459] Compiling v3_akey.c
[46/460] Compiling v3_alt.c
[47/557] Compiling x_val.c
[48/557] Compiling x_spki.c
[49/557] Compiling x_x509.c
[50/557] Compiling x_req.c
[51/557] Compiling x_sig.c
[52/557] Compiling x_name.c
[53/557] Compiling x_info.c
[54/557] Compiling x_pkey.c
[55/557] Compiling x_pubkey.c
[56/557] Compiling x_attrib.c
[57/557] Compiling x_exten.c
[58/557] Compiling x_crl.c
[59/557] Compiling x_algor.c
[60/557] Compiling x509spki.c
[61/557] Compiling x_all.c
[62/557] Compiling x509rset.c
[63/557] Compiling x509name.c
[64/557] Compiling x509_vpm.c
[65/557] Compiling x509cset.c
[66/557] Compiling x509_vfy.c
[67/557] Compiling x509_v3.c
[68/557] Compiling x509_txt.c
[69/557] Compiling x509_trs.c
[70/557] Compiling x509_set.c
[71/557] Compiling x509_req.c
[72/557] Compiling x509_obj.c
[73/557] Compiling x509_def.c
[74/557] Compiling x509_lu.c
[75/557] Compiling x509_ext.c
[77/557] Emitting module Path
[78/557] Compiling Path Path.swift
[78/558] Compiling x509_d2.c
[80/558] Compiling OpenCombine AnyCancellable.swift
[81/558] Compiling OpenCombine AnyPublisher.swift
[82/558] Compiling OpenCombine AnySubscriber.swift
[83/558] Compiling OpenCombine Cancellable.swift
[84/558] Compiling OpenCombine Codable.swift
[85/558] Compiling OpenCombine CombineIdentifier.swift
[86/558] Compiling OpenCombine ConcurrencyHelpers.swift
[87/558] Compiling OpenCombine Future+Concurrency.swift
[88/558] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[89/558] Compiling OpenCombine CurrentValueSubject.swift
[90/558] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[91/558] Compiling OpenCombine Future.swift
[92/558] Compiling OpenCombine GENERATED-RootProtocols.swift
[93/558] Emitting module OpenCombine
[93/570] Compiling x509_att.c
[96/570] Compiling OpenCombine ConduitBase.swift
[97/570] Compiling OpenCombine ConduitList.swift
[98/570] Compiling OpenCombine DebugHook.swift
[99/570] Compiling OpenCombine FilterProducer.swift
[100/570] Compiling OpenCombine Locking.swift
[101/570] Compiling OpenCombine PartialCompletion.swift
[102/570] Compiling OpenCombine PublishedSubject.swift
[103/570] Compiling OpenCombine PublishedSubscriber.swift
[104/570] Compiling OpenCombine ReduceProducer.swift
[105/570] Compiling OpenCombine SubjectSubscriber.swift
[106/570] Compiling OpenCombine SubscriberTap.swift
[107/570] Compiling OpenCombine SubscriptionStatus.swift
[108/570] Compiling OpenCombine SubscriptionTap.swift
[109/570] Compiling OpenCombine Utils.swift
[110/570] Compiling OpenCombine Violations.swift
[111/570] Compiling OpenCombine ImmediateScheduler.swift
[112/570] Compiling OpenCombine ObservableObject.swift
[113/570] Compiling OpenCombine PassthroughSubject.swift
[114/570] Compiling OpenCombine Published.swift
[115/570] Compiling OpenCombine Publisher+Subscribe.swift
[116/570] Compiling OpenCombine Deferred.swift
[117/570] Compiling OpenCombine Empty.swift
[118/570] Compiling OpenCombine Fail.swift
[119/570] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[120/570] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[121/570] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[121/570] Compiling x509_cmp.c
[122/570] Compiling x509.c
[123/570] Wrapping AST for Path for debugging
[124/570] Compiling t_x509a.c
[125/570] Compiling t_x509.c
[126/570] Compiling t_req.c
[127/570] Compiling t_crl.c
[128/570] Compiling rsa_pss.c
[129/570] Compiling i2d_pr.c
[131/570] Compiling OpenCombine Publishers.Count.swift
[132/570] Compiling OpenCombine Publishers.Debounce.swift
[133/570] Compiling OpenCombine Publishers.Delay.swift
[134/570] Compiling OpenCombine Publishers.Drop.swift
[135/570] Compiling OpenCombine Publishers.DropUntilOutput.swift
[136/570] Compiling OpenCombine Publishers.DropWhile.swift
[137/570] Compiling OpenCombine Publishers.Filter.swift
[138/570] Compiling OpenCombine Publishers.First.swift
[139/570] Compiling OpenCombine Publishers.FlatMap.swift
[140/570] Compiling OpenCombine Publishers.HandleEvents.swift
[141/570] Compiling OpenCombine Publishers.IgnoreOutput.swift
[142/570] Compiling OpenCombine Publishers.Last.swift
[143/570] Compiling OpenCombine Publishers.MakeConnectable.swift
[143/570] Compiling name_print.c
[145/570] Compiling OpenCombine Just.swift
[146/570] Compiling OpenCombine Optional.Publisher.swift
[147/570] Compiling OpenCombine Publishers.AllSatisfy.swift
[148/570] Compiling OpenCombine Publishers.AssertNoFailure.swift
[149/570] Compiling OpenCombine Publishers.Autoconnect.swift
[150/570] Compiling OpenCombine Publishers.Breakpoint.swift
[151/570] Compiling OpenCombine Publishers.Buffer.swift
[152/570] Compiling OpenCombine Publishers.Collect.swift
[153/570] Compiling OpenCombine Publishers.CollectByCount.swift
[154/570] Compiling OpenCombine Publishers.CompactMap.swift
[155/570] Compiling OpenCombine Publishers.Comparison.swift
[156/570] Compiling OpenCombine Publishers.Concatenate.swift
[157/570] Compiling OpenCombine Publishers.Contains.swift
[157/570] Compiling by_dir.c
[159/570] Compiling OpenCombine Result.swift
[160/570] Compiling OpenCombine Scheduler.swift
[161/570] Compiling OpenCombine Subject+Void.swift
[162/570] Compiling OpenCombine Subscriber+Void.swift
[163/570] Compiling OpenCombine Subscribers.Assign.swift
[164/570] Compiling OpenCombine Subscribers.Completion.swift
[165/570] Compiling OpenCombine Subscribers.Demand.swift
[166/570] Compiling OpenCombine Subscribers.Sink.swift
[167/570] Compiling OpenCombine Subscribers.swift
[168/570] Compiling OpenCombine Subscription.swift
[169/570] Compiling OpenCombine Subscriptions.swift
[170/570] Compiling OpenCombine _Introspection.swift
[170/570] Compiling policy.c
[171/570] Compiling by_file.c
[172/570] Compiling algorithm.c
[173/570] Compiling asn1_gen.c
[174/570] Compiling a_sign.c
[175/570] Compiling a_verify.c
[176/570] Compiling trust_token.c
[177/570] Compiling thread_win.c
[178/570] Compiling a_digest.c
[179/570] Compiling voprf.c
[180/570] Compiling pmbtoken.c
[181/570] Compiling thread.c
[182/570] Compiling thread_none.c
[183/570] Compiling thread_pthread.c
[184/570] Compiling siphash.c
[185/570] Compiling rsa_crypt.c
[187/570] Compiling Rainbow StringGenerator.swift
[187/571] Compiling rsa_print.c
[188/571] Compiling stack.c
[189/571] Compiling rc4.c
[190/571] Compiling refcount.c
[191/571] Compiling trusty.c
[193/571] Compiling Rainbow String+Rainbow.swift
[193/571] Compiling rsa_asn1.c
[194/571] Compiling windows.c
[195/571] Compiling rand_extra.c
[196/571] Compiling passive.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/571] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[199/571] Compiling Rainbow Style.swift
[199/571] Compiling ios.c
[200/571] Compiling deterministic.c
[201/571] Compiling getentropy.c
[202/571] Compiling forkunsafe.c
[203/571] Compiling pool.c
[204/571] Compiling poly1305_vec.c
[205/571] Compiling poly1305_arm_asm.S
[206/571] Compiling poly1305_arm.c
[208/571] Emitting module Logging
[209/571] Compiling Logging Locks.swift
[210/571] Compiling Logging Logging.swift
[211/571] Compiling OpenCombine Publishers.Map.swift
[212/571] Compiling OpenCombine Publishers.MapError.swift
[213/571] Compiling OpenCombine Publishers.MeasureInterval.swift
[214/571] Compiling OpenCombine Publishers.Multicast.swift
[215/571] Compiling OpenCombine Publishers.Output.swift
[216/571] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[217/571] Compiling OpenCombine Publishers.PrefixWhile.swift
[218/571] Compiling OpenCombine Publishers.Print.swift
[219/571] Compiling OpenCombine Publishers.ReceiveOn.swift
[220/571] Compiling OpenCombine Publishers.Reduce.swift
[221/571] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[222/571] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[223/571] Compiling OpenCombine Publishers.ReplaceError.swift
[224/571] Compiling OpenCombine Publishers.Retry.swift
[225/571] Compiling OpenCombine Publishers.Scan.swift
[226/571] Compiling OpenCombine Publishers.Sequence.swift
[227/571] Compiling OpenCombine Publishers.SetFailureType.swift
[228/571] Compiling OpenCombine Publishers.Share.swift
[229/571] Compiling OpenCombine Publishers.SubscribeOn.swift
[230/571] Compiling OpenCombine Publishers.SwitchToLatest.swift
[231/571] Compiling OpenCombine Publishers.Throttle.swift
[232/571] Compiling OpenCombine Publishers.Timeout.swift
[233/571] Compiling OpenCombine Publishers.Zip.swift
[234/571] Compiling OpenCombine Publishers.swift
[235/571] Compiling OpenCombine Record.swift
[236/571] Compiling OpenCombine Result.Publisher.swift
[237/571] Compiling Logging LogHandler.swift
[238/571] Compiling Logging MetadataProvider.swift
[240/573] Compiling pkcs8.c
[241/573] Compiling poly1305.c
[242/573] Compiling p5_pbev2.c
[243/573] Compiling pkcs8_x509.c
[244/573] Compiling pkcs7.c
[245/573] Compiling pem_x509.c
[246/573] Wrapping AST for Logging for debugging
[247/573] Compiling pem_xaux.c
[248/573] Wrapping AST for OpenCombine for debugging
[249/573] Compiling pem_pk8.c
[250/573] Compiling pem_pkey.c
[251/573] Compiling pkcs7_x509.c
[252/573] Compiling pem_info.c
[253/573] Compiling mem.c
[254/573] Compiling obj_xref.c
[255/573] Compiling pem_all.c
[256/573] Compiling pem_oth.c
[257/573] Compiling lhash.c
[258/573] Compiling obj.c
[259/573] Compiling kyber.c
[260/573] Compiling keccak.c
[261/573] Compiling pem_lib.c
[266/573] Compiling poly_rq_mul.S
[267/573] Compiling x86_64-mont-mac.mac.x86_64.S
[268/573] Compiling x86_64-mont5-linux.linux.x86_64.S
[269/573] Compiling x86_64-mont5-mac.mac.x86_64.S
[271/573] Compiling Rainbow Rainbow.swift
[272/573] Compiling URLQueryEncoder URLQueryEncoder.swift
[273/573] Emitting module URLQueryEncoder
[276/573] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[276/574] Compiling x86_64-mont-linux.linux.x86_64.S
[277/574] Compiling hpke.c
[278/574] Compiling x86-mont-linux.linux.x86.S
[279/574] Compiling vpaes-x86_64-mac.mac.x86_64.S
[280/574] Compiling vpaes-armv8-linux.linux.aarch64.S
[280/574] Compiling x86-mont-windows.windows.x86.S
[280/574] Compiling vpaes-x86_64-linux.linux.x86_64.S
[280/574] Compiling vpaes-x86-linux.linux.x86.S
[280/574] Compiling vpaes-x86-windows.windows.x86.S
[280/574] Compiling hrss.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'appstoreconnect-swift-sdk': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/appstoreconnect-swift-sdk/Sources/OpenAPI/create-api.yml
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/294] Write sources
[3/298] Compiling vpaes-x86-linux.linux.x86.S
[4/298] Compiling x86-mont-windows.windows.x86.S
[5/298] Compiling vpaes-x86_64-linux.linux.x86_64.S
[6/298] Compiling vpaes-x86-windows.windows.x86.S
[7/298] Compiling vpaes-armv7-linux.linux.arm.S
[8/298] Compiling vpaes-armv8-ios.ios.aarch64.S
[9/298] Compiling vpaes-armv7-ios.ios.arm.S
[10/298] Compiling vpaes-armv8-linux.linux.aarch64.S
[11/298] Compiling sha512-x86_64-mac.mac.x86_64.S
[12/298] Compiling sha512-x86_64-linux.linux.x86_64.S
[13/298] Compiling sha512-armv8-ios.ios.aarch64.S
[14/298] Compiling sha512-armv4-linux.linux.arm.S
[15/298] Compiling sha512-armv4-ios.ios.arm.S
[16/298] Compiling kdf.c
[17/298] Compiling sha512-586-windows.windows.x86.S
[18/298] Compiling sha512-armv8-linux.linux.aarch64.S
[19/298] Compiling sha512-586-linux.linux.x86.S
[20/298] Compiling sha256-x86_64-linux.linux.x86_64.S
[20/298] Compiling sha256-armv8-ios.ios.aarch64.S
[22/298] Compiling sha256-x86_64-mac.mac.x86_64.S
[23/298] Compiling sha256-armv4-linux.linux.arm.S
[24/298] Compiling sha256-armv4-ios.ios.arm.S
[25/298] Compiling sha256-armv8-linux.linux.aarch64.S
[26/298] Compiling sha256-586-windows.windows.x86.S
[27/298] Compiling sha1-x86_64-linux.linux.x86_64.S
[28/298] Compiling sha1-x86_64-mac.mac.x86_64.S
[29/298] Compiling sha256-586-linux.linux.x86.S
[30/298] Write swift-version-24593BA9C3E375BF.txt
[31/298] Compiling sha1-armv4-large-linux.linux.arm.S
[32/298] Compiling sha1-armv8-ios.ios.aarch64.S
[33/298] Compiling sha1-armv4-large-ios.ios.arm.S
[34/298] Compiling sha1-586-windows.windows.x86.S
[35/298] Compiling sha1-586-linux.linux.x86.S
[36/298] Compiling sha1-armv8-linux.linux.aarch64.S
[37/298] Compiling sha512.c
[38/314] Compiling sha256.c
[39/320] Compiling sha1.c
[40/320] Compiling hrss.c
[41/320] Compiling service_indicator.c
[42/320] Compiling fips.c
[44/320] Compiling Logging MetadataProvider.swift
[44/320] Compiling rsaz-avx2-mac.mac.x86_64.S
[45/360] Compiling rsaz-avx2-linux.linux.x86_64.S
[46/380] Compiling self_check.c
[48/412] Compiling OpenCombine Codable.swift
[49/412] Compiling OpenCombine CombineIdentifier.swift
[50/413] Compiling Rainbow StringGenerator.swift
[51/413] Emitting module URLQueryEncoder
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/413] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[53/413] Emitting module Logging
[54/413] Compiling Logging Locks.swift
[54/413] Compiling rsa_impl.c
[56/413] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 |         // Check if we are in any term env and the output is a tty.
48 |         let termType = getEnvValue("TERM")
49 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
50 |             return .console
51 |         }
[57/413] Compiling Rainbow Rainbow.swift
[57/413] Compiling rsa.c
[59/413] Compiling Rainbow String+Rainbow.swift
[59/413] Compiling blinding.c
[60/413] Compiling rdrand-x86_64-mac.mac.x86_64.S
[61/413] Compiling padding.c
[63/413] Compiling Rainbow Style.swift
[63/413] Compiling rdrand-x86_64-linux.linux.x86_64.S
[64/413] Compiling urandom.c
[66/413] Compiling OpenCombine AnySubscriber.swift
[67/413] Compiling OpenCombine Cancellable.swift
[68/413] Compiling OpenCombine AnyCancellable.swift
[69/413] Compiling OpenCombine AnyPublisher.swift
[69/413] Compiling rand.c
[70/413] Compiling Logging LogHandler.swift
[71/413] Emitting module Path
[71/413] Compiling fork_detect.c
[72/413] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android