The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Buildkite, reference main (c217a3), with Swift 6.1 for Linux on 27 Apr 2025 01:03:33 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aaronsky/buildkite-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/aaronsky/buildkite-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c217a30 do this instead for linux
Cloned https://github.com/aaronsky/buildkite-swift.git
Revision (git rev-parse @):
c217a301716ba96335157b20ba8902ab680fd038
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aaronsky/buildkite-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/aaronsky/buildkite-swift.git
https://github.com/aaronsky/buildkite-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "Buildkite",
  "name" : "Buildkite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.2"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.2"
    },
    {
      "name" : "watchos",
      "version" : "6.1"
    }
  ],
  "products" : [
    {
      "name" : "Buildkite",
      "targets" : [
        "Buildkite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildkiteTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildkiteTests",
      "path" : "Tests/BuildkiteTests",
      "sources" : [
        "BuildkiteClientTests.swift",
        "Networking/FormattersTests.swift",
        "Networking/JSONValueTests.swift",
        "Networking/StatusCodeTests.swift",
        "Networking/TransportTests.swift",
        "Networking/WebhooksTests.swift",
        "Resources/Agent/AgentMetricsTests.swift",
        "Resources/GraphQL/GraphQLTests.swift",
        "Resources/REST/AccessTokensTests.swift",
        "Resources/REST/AgentsTests.swift",
        "Resources/REST/AnnotationsTests.swift",
        "Resources/REST/ArtifactsTests.swift",
        "Resources/REST/BuildsTests.swift",
        "Resources/REST/ClusterQueuesTests.swift",
        "Resources/REST/ClusterTokensTests.swift",
        "Resources/REST/ClustersTests.swift",
        "Resources/REST/EmojisTests.swift",
        "Resources/REST/FlakyTestsTests.swift",
        "Resources/REST/FollowableTests.swift",
        "Resources/REST/JobsTests.swift",
        "Resources/REST/MetasTests.swift",
        "Resources/REST/OrganizationsTests.swift",
        "Resources/REST/PipelinesTests.swift",
        "Resources/REST/TeamsTests.swift",
        "Resources/REST/UsersTests.swift",
        "Resources/TestAnalytics/TestAnalyticsUploadTests.swift",
        "Utilities/MockContext.swift",
        "Utilities/MockData.swift",
        "Utilities/MockTransport.swift",
        "Utilities/URL+Buildkite.swift",
        "Utilities/XCTestCase+Buildkite.swift"
      ],
      "target_dependencies" : [
        "Buildkite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Buildkite",
      "module_type" : "SwiftTarget",
      "name" : "Buildkite",
      "path" : "Sources/Buildkite",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Buildkite"
      ],
      "sources" : [
        "BuildkiteClient.swift",
        "Models/AccessToken.swift",
        "Models/Agent.swift",
        "Models/AgentMetric.swift",
        "Models/Annotation.swift",
        "Models/Artifact.swift",
        "Models/Build.swift",
        "Models/Cluster.swift",
        "Models/ClusterQueue.swift",
        "Models/ClusterToken.swift",
        "Models/Emoji.swift",
        "Models/FlakyTest.swift",
        "Models/Job.swift",
        "Models/Meta.swift",
        "Models/Organization.swift",
        "Models/Pipeline.swift",
        "Models/Team.swift",
        "Models/Trace.swift",
        "Models/User.swift",
        "Models/WebhookEvent.swift",
        "Networking/APIVersion.swift",
        "Networking/BuildkiteClient+Webhooks.swift",
        "Networking/Configuration.swift",
        "Networking/Formatters.swift",
        "Networking/JSONValue.swift",
        "Networking/Pagination.swift",
        "Networking/Resource.swift",
        "Networking/Response.swift",
        "Networking/StatusCode.swift",
        "Networking/TokenProvider.swift",
        "Networking/Transport.swift",
        "Networking/URL+Buildkite.swift",
        "Resources/Agent/AgentMetrics.swift",
        "Resources/GraphQL/GraphQL.swift",
        "Resources/REST/AccessTokens.swift",
        "Resources/REST/Agents.swift",
        "Resources/REST/Annotations.swift",
        "Resources/REST/Artifacts.swift",
        "Resources/REST/Builds.swift",
        "Resources/REST/ClusterQueues.swift",
        "Resources/REST/ClusterTokens.swift",
        "Resources/REST/Clusters.swift",
        "Resources/REST/Emojis.swift",
        "Resources/REST/FlakyTests.swift",
        "Resources/REST/Followable.swift",
        "Resources/REST/Jobs.swift",
        "Resources/REST/Metas.swift",
        "Resources/REST/Organizations.swift",
        "Resources/REST/Pipelines.swift",
        "Resources/REST/Teams.swift",
        "Resources/REST/Users.swift",
        "Resources/TestAnalytics/TestAnalyticsUpload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.26s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (3.31s)
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
Building for debugging...
[0/418] Write sources
[1/418] Compiling a_d2i_fp.c
[2/418] Write sources
[3/418] Compiling a_i2d_fp.c
[4/418] Compiling a_bool.c
[5/418] Compiling a_dup.c
[6/418] Compiling a_gentm.c
[7/418] Compiling fiat_curve25519_adx_mul.S
[8/418] Compiling a_int.c
[9/418] Compiling fiat_curve25519_adx_square.S
[10/418] Compiling a_mbstr.c
[11/418] Write swift-version-24593BA9C3E375BF.txt
[12/418] Compiling CCryptoBoringSSLShims shims.c
[13/418] Compiling v3_skey.c
[14/418] Compiling v3_purp.c
[15/418] Compiling v3_prn.c
[16/418] Compiling v3_pmaps.c
[17/418] Compiling v3_utl.c
[18/418] Compiling v3_ocsp.c
[19/418] Compiling v3_ncons.c
[20/418] Compiling v3_int.c
[21/418] Compiling v3_lib.c
[22/418] Compiling v3_pcons.c
[23/418] Compiling v3_info.c
[24/418] Compiling v3_ia5.c
[25/418] Compiling v3_genn.c
[26/418] Compiling v3_extku.c
[27/418] Compiling v3_enum.c
[28/418] Compiling v3_cpols.c
[29/418] Compiling v3_conf.c
[30/418] Compiling v3_bitst.c
[31/418] Compiling v3_crld.c
[32/418] Compiling v3_bcons.c
[33/418] Compiling v3_akey.c
[34/418] Compiling v3_akeya.c
[35/418] Compiling x_x509.c
[36/418] Compiling v3_alt.c
[36/418] Compiling x_spki.c
[38/418] Compiling x_x509a.c
[38/418] Compiling x_val.c
[40/418] Compiling x_req.c
[41/418] Compiling x_pubkey.c
[42/418] Compiling x_sig.c
[43/418] Compiling x_pkey.c
[44/418] Compiling x_info.c
[45/418] Compiling x_algor.c
[46/418] Compiling x_exten.c
[47/418] Compiling x_all.c
[48/418] Compiling x_attrib.c
[49/418] Compiling x_name.c
[50/418] Compiling x_crl.c
[51/418] Compiling x509spki.c
[52/418] Compiling x509name.c
[53/418] Compiling x509_txt.c
[54/418] Compiling x509rset.c
[55/418] Compiling x509cset.c
[56/418] Compiling x509_vpm.c
[57/418] Compiling x509_trs.c
[58/418] Compiling x509_v3.c
[59/418] Compiling x509_set.c
[60/418] Compiling x509_vfy.c
[61/418] Compiling x509_obj.c
[62/418] Compiling x509_req.c
[63/418] Compiling x509_def.c
[64/418] Compiling x509_ext.c
[65/418] Compiling x509_lu.c
[66/418] Compiling x509_d2.c
[67/418] Compiling x509.c
[68/418] Compiling x509_cmp.c
[69/418] Compiling x509_att.c
[70/418] Compiling t_x509a.c
[71/418] Compiling t_req.c
[72/418] Compiling t_crl.c
[73/418] Compiling t_x509.c
[74/418] Compiling i2d_pr.c
[75/418] Compiling policy.c
[76/418] Compiling rsa_pss.c
[77/418] Compiling name_print.c
[78/418] Compiling a_sign.c
[79/418] Compiling by_file.c
[80/418] Compiling algorithm.c
[81/418] Compiling voprf.c
[82/418] Compiling a_digest.c
[83/418] Compiling by_dir.c
[84/418] Compiling a_verify.c
[85/418] Compiling thread_win.c
[86/418] Compiling thread_pthread.c
[87/418] Compiling asn1_gen.c
[88/418] Compiling thread_none.c
[89/418] Compiling thread.c
[90/418] Compiling stack.c
[91/418] Compiling rsa_print.c
[91/418] Compiling trust_token.c
[93/418] Compiling siphash.c
[94/418] Compiling pmbtoken.c
[95/418] Compiling rc4.c
[96/418] Compiling rand_extra.c
[96/418] Compiling refcount.c
[98/418] Compiling rsa_crypt.c
[99/418] Compiling rsa_asn1.c
[100/418] Compiling trusty.c
[101/418] Compiling passive.c
[102/418] Compiling windows.c
[103/418] Compiling ios.c
[104/418] Compiling forkunsafe.c
[105/418] Compiling poly1305_arm_asm.S
[106/418] Compiling getentropy.c
[107/418] Compiling deterministic.c
[108/418] Compiling poly1305_arm.c
[109/418] Compiling pool.c
[110/418] Compiling poly1305.c
[111/418] Compiling p5_pbev2.c
[112/418] Compiling pem_xaux.c
[113/418] Compiling pkcs8_x509.c
[113/418] Compiling pkcs7.c
[115/418] Compiling poly1305_vec.c
[116/418] Compiling pkcs8.c
[117/418] Compiling pkcs7_x509.c
[118/418] Compiling pem_pkey.c
[119/418] Compiling obj_xref.c
[120/418] Compiling pem_x509.c
[121/418] Compiling pem_oth.c
[122/418] Compiling pem_lib.c
[123/418] Compiling mem.c
[124/418] Compiling pem_pk8.c
[125/418] Compiling pem_info.c
[126/418] Compiling keccak.c
[127/418] Compiling obj.c
[128/418] Compiling x86_64-mont5-mac.mac.x86_64.S
[129/418] Compiling lhash.c
[130/418] Compiling pem_all.c
[131/418] Compiling poly_rq_mul.S
[132/418] Compiling hpke.c
[133/418] Compiling kyber.c
[134/418] Compiling x86-mont-windows.windows.x86.S
[135/418] Compiling x86_64-mont5-linux.linux.x86_64.S
[136/418] Compiling x86_64-mont-mac.mac.x86_64.S
[136/418] Compiling x86_64-mont-linux.linux.x86_64.S
[138/418] Compiling x86-mont-linux.linux.x86.S
[139/418] Compiling vpaes-x86_64-mac.mac.x86_64.S
[140/418] Compiling vpaes-x86-windows.windows.x86.S
[141/418] Compiling hrss.c
[142/418] Compiling vpaes-x86_64-linux.linux.x86_64.S
[143/418] Compiling vpaes-x86-linux.linux.x86.S
[144/418] Compiling vpaes-armv8-linux.linux.aarch64.S
[145/418] Compiling vpaes-armv8-ios.ios.aarch64.S
[146/418] Compiling vpaes-armv7-linux.linux.arm.S
[147/418] Compiling vpaes-armv7-ios.ios.arm.S
[147/418] Compiling sha512-x86_64-mac.mac.x86_64.S
[149/418] Compiling sha512-armv8-linux.linux.aarch64.S
[150/418] Compiling sha512-armv4-ios.ios.arm.S
[151/418] Compiling kdf.c
[152/418] Compiling sha512-armv8-ios.ios.aarch64.S
[153/418] Compiling sha512-x86_64-linux.linux.x86_64.S
[154/418] Compiling sha512-armv4-linux.linux.arm.S
[155/418] Compiling sha512-586-windows.windows.x86.S
[156/418] Compiling sha512-586-linux.linux.x86.S
[157/418] Compiling sha256-armv8-linux.linux.aarch64.S
[158/418] Compiling sha256-586-windows.windows.x86.S
[159/418] Compiling sha256-armv4-ios.ios.arm.S
[160/418] Compiling sha256-x86_64-mac.mac.x86_64.S
[160/418] Compiling sha256-armv4-linux.linux.arm.S
[162/418] Compiling sha256-armv8-ios.ios.aarch64.S
[163/418] Compiling sha1-x86_64-mac.mac.x86_64.S
[163/418] Compiling sha256-x86_64-linux.linux.x86_64.S
[165/418] Compiling sha256-586-linux.linux.x86.S
[166/418] Compiling sha1-armv8-ios.ios.aarch64.S
[167/418] Compiling sha1-armv4-large-linux.linux.arm.S
[167/418] Compiling sha1-armv8-linux.linux.aarch64.S
[169/418] Compiling sha1-x86_64-linux.linux.x86_64.S
[170/418] Compiling sha1-armv4-large-ios.ios.arm.S
[171/418] Compiling sha1-586-windows.windows.x86.S
[172/418] Compiling sha1-586-linux.linux.x86.S
[173/418] Compiling sha256.c
[174/418] Compiling rsaz-avx2-mac.mac.x86_64.S
[175/418] Compiling sha1.c
[176/418] Compiling rsaz-avx2-linux.linux.x86_64.S
[177/418] Compiling fips.c
[178/418] Compiling sha512.c
[179/418] Compiling service_indicator.c
[180/418] Compiling rdrand-x86_64-mac.mac.x86_64.S
[181/418] Compiling self_check.c
[182/418] Compiling blinding.c
[183/418] Compiling rsa_impl.c
[184/418] Compiling rsa.c
[185/418] Compiling rdrand-x86_64-linux.linux.x86_64.S
[186/418] Compiling rand.c
[187/418] Compiling fork_detect.c
[188/418] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[188/418] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[190/418] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[191/418] Compiling urandom.c
[192/418] Compiling padding.c
[193/418] Compiling ctrdrbg.c
[194/418] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[195/418] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[196/418] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[197/418] Compiling p256-armv8-asm-linux.linux.aarch64.S
[198/418] Compiling p256-armv8-asm-ios.ios.aarch64.S
[199/418] Compiling ofb.c
[200/418] Compiling polyval.c
[201/418] Compiling gcm.c
[202/418] Compiling gcm_nohw.c
[203/418] Compiling ctr.c
[204/418] Compiling cfb.c
[205/418] Compiling md5-x86_64-mac.mac.x86_64.S
[206/418] Compiling md5.c
[207/418] Compiling md5-x86_64-linux.linux.x86_64.S
[208/418] Compiling md5-586-windows.windows.x86.S
[209/418] Compiling cbc.c
[210/418] Compiling md5-586-linux.linux.x86.S
[211/418] Compiling hmac.c
[212/418] Compiling ghashv8-armv8-linux.linux.aarch64.S
[213/418] Compiling ghashv8-armv7-linux.linux.arm.S
[214/418] Compiling hkdf.c
[215/418] Compiling ghashv8-armv8-ios.ios.aarch64.S
[216/418] Compiling ghash-x86_64-mac.mac.x86_64.S
[217/418] Compiling ghashv8-armv7-ios.ios.arm.S
[218/418] Compiling md4.c
[219/418] Compiling ghash-x86_64-linux.linux.x86_64.S
[220/418] Compiling ghash-x86-linux.linux.x86.S
[221/418] Compiling ghash-x86-windows.windows.x86.S
[222/418] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[223/418] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[224/418] Compiling ghash-ssse3-x86-linux.linux.x86.S
[224/418] Compiling ghash-ssse3-x86-windows.windows.x86.S
[226/418] Compiling fips_shared_support.c
[227/418] Compiling ghash-armv4-ios.ios.arm.S
[228/418] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[229/418] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[230/418] Compiling ghash-armv4-linux.linux.arm.S
[231/418] Compiling wnaf.c
[232/418] Compiling ecdsa.c
[233/418] Compiling simple.c
[234/418] Compiling ecdh.c
[235/418] Compiling scalar.c
[236/418] Compiling util.c
[237/418] Compiling simple_mul.c
[238/418] Compiling p256.c
[239/418] Compiling oct.c
[240/418] Compiling felem.c
[241/418] Compiling ec_montgomery.c
[241/418] Compiling p224-64.c
[243/418] Compiling digests.c
[243/418] Compiling digest.c
[243/418] Compiling ec_key.c
[246/418] Compiling digestsign.c
[247/418] Compiling ec.c
[248/418] Compiling co-586-linux.linux.x86.S
[249/418] Compiling co-586-windows.windows.x86.S
[250/418] Compiling cmac.c
[250/418] Compiling dh.c
[252/418] Compiling check.c
[253/418] Compiling p256-nistz.c
[254/418] Compiling aead.c
[255/418] Compiling bsaes-armv7-linux.linux.arm.S
[256/418] Compiling bsaes-armv7-ios.ios.arm.S
[257/418] Compiling sqrt.c
[258/418] Compiling shift.c
[259/418] Compiling e_aesccm.c
[260/418] Compiling cipher.c
[261/418] Compiling e_aes.c
[262/418] Compiling rsaz_exp.c
[263/418] Compiling prime.c
[264/418] Compiling jacobi.c
[265/418] Compiling random.c
[266/418] Compiling montgomery_inv.c
[267/418] Compiling mul.c
[268/418] Compiling montgomery.c
[269/418] Compiling gcd.c
[270/418] Compiling gcd_extra.c
[270/418] Compiling generic.c
[272/418] Compiling div_extra.c
[273/418] Compiling exponentiation.c
[274/418] Compiling ctx.c
[275/418] Compiling div.c
[275/418] Compiling cmp.c
[277/418] Compiling bytes.c
[278/418] Compiling bn-armv8-linux.linux.aarch64.S
[279/418] Compiling bn-armv8-ios.ios.aarch64.S
[280/418] Compiling armv8-mont-ios.ios.aarch64.S
[281/418] Compiling bn.c
[281/418] Compiling add.c
[283/418] Compiling x86_64-gcc.c
[284/418] Compiling bn-586-linux.linux.x86.S
[284/418] Compiling bn-586-windows.windows.x86.S
[286/418] Compiling armv8-mont-linux.linux.aarch64.S
[287/418] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[288/418] Compiling aesv8-armv8-linux.linux.aarch64.S
[289/418] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[290/418] Compiling armv4-mont-ios.ios.arm.S
[290/418] Compiling armv4-mont-linux.linux.arm.S
[292/418] Compiling aesv8-armv8-ios.ios.aarch64.S
[292/418] Compiling aesv8-armv7-linux.linux.arm.S
[292/418] Compiling aesv8-armv7-ios.ios.arm.S
[295/418] Compiling aesni-x86_64-mac.mac.x86_64.S
[296/418] Compiling aesni-x86-linux.linux.x86.S
[297/418] Compiling aesni-x86_64-linux.linux.x86_64.S
[298/418] Compiling aesni-x86-windows.windows.x86.S
[299/418] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[300/418] Compiling ex_data.c
[301/418] Compiling aes.c
[302/418] Compiling key_wrap.c
[303/418] Compiling mode_wrappers.c
[304/418] Compiling sign.c
[305/418] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[306/418] Compiling aes_nohw.c
[307/418] Compiling scrypt.c
[308/418] Compiling print.c
[309/418] Compiling p_rsa.c
[310/418] Compiling p_hkdf.c
[311/418] Compiling p_x25519.c
[312/418] Compiling pbkdf.c
[313/418] Compiling p_x25519_asn1.c
[314/418] Compiling p_rsa_asn1.c
[315/418] Compiling p_ed25519.c
[316/418] Compiling p_ec_asn1.c
[317/418] Compiling p_ed25519_asn1.c
[318/418] Compiling p_ec.c
[319/418] Compiling p_dsa_asn1.c
[320/418] Compiling err_data.c
[321/418] Compiling evp.c
[322/418] Compiling evp_ctx.c
[323/418] Compiling evp_asn1.c
[324/418] Compiling engine.c
[325/418] Compiling ecdsa_asn1.c
[326/418] Compiling hash_to_curve.c
[327/418] Compiling err.c
[328/418] Compiling ecdh_extra.c
[329/418] Compiling digest_extra.c
[330/418] Compiling ec_derive.c
[331/418] Compiling dsa.c
[332/418] Compiling dh_asn1.c
[333/418] Compiling dsa_asn1.c
[334/418] Compiling ec_asn1.c
[335/418] Compiling params.c
[336/418] Compiling spake25519.c
[337/418] Compiling x25519-asm-arm.S
[338/418] Compiling crypto.c
[339/418] Compiling cpu_intel.c
[340/418] Compiling cpu_arm.c
[341/418] Compiling des.c
[342/418] Compiling cpu_arm_linux.c
[343/418] Compiling cpu_arm_freebsd.c
[344/418] Compiling cpu_aarch64_win.c
[345/418] Compiling cpu_aarch64_sysreg.c
[346/418] Compiling cpu_aarch64_openbsd.c
[347/418] Compiling curve25519.c
[348/418] Compiling cpu_aarch64_fuchsia.c
[349/418] Compiling cpu_aarch64_apple.c
[350/418] Compiling cpu_aarch64_linux.c
[351/418] Compiling tls_cbc.c
[352/418] Compiling conf.c
[353/418] Compiling e_chacha20poly1305.c
[354/418] Compiling e_tls.c
[355/418] Compiling e_rc4.c
[355/418] Compiling e_des.c
[357/418] Compiling e_null.c
[358/418] Compiling e_rc2.c
[359/418] Compiling derive_key.c
[360/418] Compiling e_aesgcmsiv.c
[361/418] Compiling curve25519_64_adx.c
[362/418] Compiling e_aesctrhmac.c
[363/418] Compiling cipher_extra.c
[364/418] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[365/418] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[366/418] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[367/418] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[368/418] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[369/418] Compiling chacha-x86-windows.windows.x86.S
[370/418] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[370/418] Compiling chacha.c
[372/418] Compiling chacha-x86_64-linux.linux.x86_64.S
[372/418] Compiling chacha-x86_64-mac.mac.x86_64.S
[374/418] Compiling chacha-armv8-linux.linux.aarch64.S
[375/418] Compiling chacha-armv4-ios.ios.arm.S
[376/418] Compiling chacha-armv8-ios.ios.aarch64.S
[377/418] Compiling chacha-x86-linux.linux.x86.S
[378/418] Compiling chacha-armv4-linux.linux.arm.S
[378/418] Compiling unicode.c
[380/418] Compiling asn1_compat.c
[381/418] Compiling ber.c
[382/418] Compiling cbb.c
[382/418] Compiling cbs.c
[384/418] Compiling blake2.c
[385/418] Compiling printf.c
[386/418] Compiling convert.c
[387/418] Compiling buf.c
[388/418] Compiling bn_asn1.c
[389/418] Compiling pair.c
[390/418] Compiling errno.c
[391/418] Compiling fd.c
[392/418] Compiling file.c
[393/418] Compiling bio_mem.c
[394/418] Compiling hexdump.c
[395/418] Compiling tasn_typ.c
[396/418] Compiling base64.c
[397/418] Compiling bio.c
[397/418] Compiling tasn_utl.c
[399/418] Compiling tasn_enc.c
[400/418] Compiling tasn_fre.c
[401/418] Compiling tasn_new.c
[401/418] Compiling tasn_dec.c
[403/418] Compiling f_string.c
[404/418] Compiling posix_time.c
[404/418] Compiling asn_pack.c
[406/418] Compiling f_int.c
[407/418] Compiling a_utctm.c
[408/418] Compiling asn1_lib.c
[409/418] Compiling a_type.c
[409/418] Write sources
[411/418] Compiling asn1_par.c
[412/418] Compiling a_octet.c
[413/418] Compiling a_time.c
[414/418] Compiling a_strnid.c
[415/418] Compiling a_strex.c
[415/418] Compiling a_bitstr.c
[417/418] Compiling a_object.c
[419/421] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[420/421] Emitting module CryptoBoringWrapper
[421/421] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[423/482] Compiling Crypto ECDSASignature.swift
[424/482] Compiling Crypto PEMDocument.swift
[425/482] Compiling Crypto PKCS8PrivateKey.swift
[426/482] Compiling Crypto SEC1PrivateKey.swift
[427/482] Compiling Crypto SubjectPublicKeyInfo.swift
[428/482] Compiling Crypto CryptoKitErrors.swift
[429/482] Compiling Crypto Digest_boring.swift
[430/482] Compiling Crypto Digest.swift
[431/482] Compiling Crypto Digests.swift
[432/482] Compiling Crypto ECDSASignature_boring.swift
[433/482] Compiling Crypto ECDSA_boring.swift
[434/482] Compiling Crypto EdDSA_boring.swift
[435/482] Compiling Crypto ECDSA.swift
[436/482] Compiling Crypto EdDSA.swift
[437/482] Compiling Crypto Signature.swift
[438/482] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[439/482] Compiling Crypto CryptoKitErrors_boring.swift
[440/490] Emitting module Crypto
[441/490] Compiling Crypto AES-GCM.swift
[442/490] Compiling Crypto AES-GCM_boring.swift
[443/490] Compiling Crypto ChaChaPoly_boring.swift
[444/490] Compiling Crypto ChaChaPoly.swift
[445/490] Compiling Crypto Cipher.swift
[446/490] Compiling Crypto Nonces.swift
[447/490] Compiling Crypto ASN1.swift
[448/490] Compiling Crypto ASN1Any.swift
[449/490] Compiling Crypto ASN1BitString.swift
[450/490] Compiling Crypto HashFunctions.swift
[451/490] Compiling Crypto HashFunctions_SHA2.swift
[452/490] Compiling Crypto Insecure.swift
[453/490] Compiling Crypto Insecure_HashFunctions.swift
[454/490] Compiling Crypto ECDH_boring.swift
[455/490] Compiling Crypto DH.swift
[456/490] Compiling Crypto ECDH.swift
[457/490] Compiling Crypto HKDF.swift
[458/490] Compiling Crypto Ed25519.swift
[459/490] Compiling Crypto NISTCurvesKeys.swift
[460/490] Compiling Crypto X25519Keys.swift
[461/490] Compiling Crypto SymmetricKeys.swift
[462/490] Compiling Crypto HMAC.swift
[463/490] Compiling Crypto MACFunctions.swift
[464/490] Compiling Crypto MessageAuthenticationCode.swift
[465/490] Compiling Crypto AES.swift
[466/490] Compiling Crypto AESWrap.swift
[467/490] Compiling Crypto AESWrap_boring.swift
[468/490] Compiling Crypto Ed25519_boring.swift
[469/490] Compiling Crypto EllipticCurvePoint_boring.swift
[470/490] Compiling Crypto EllipticCurve_boring.swift
[471/490] Compiling Crypto NISTCurvesKeys_boring.swift
[472/490] Compiling Crypto X25519Keys_boring.swift
[473/490] Compiling Crypto Curve25519.swift
[474/490] Compiling Crypto ASN1Boolean.swift
[475/490] Compiling Crypto ASN1Identifier.swift
[476/490] Compiling Crypto ASN1Integer.swift
[477/490] Compiling Crypto ASN1Null.swift
[478/490] Compiling Crypto ASN1OctetString.swift
[479/490] Compiling Crypto ASN1Strings.swift
[480/490] Compiling Crypto ArraySliceBigint.swift
[481/490] Compiling Crypto GeneralizedTime.swift
[482/490] Compiling Crypto ObjectIdentifier.swift
[483/490] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[484/490] Compiling Crypto RNG_boring.swift
[485/490] Compiling Crypto SafeCompare_boring.swift
[486/490] Compiling Crypto Zeroization_boring.swift
[487/490] Compiling Crypto PrettyBytes.swift
[488/490] Compiling Crypto SafeCompare.swift
[489/490] Compiling Crypto SecureBytes.swift
[490/490] Compiling Crypto Zeroization.swift
[492/538] Emitting module Buildkite
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[493/544] Compiling Buildkite ClusterTokens.swift
[494/544] Compiling Buildkite Clusters.swift
[495/544] Compiling Buildkite Emojis.swift
[496/544] Compiling Buildkite FlakyTests.swift
[497/544] Compiling Buildkite Followable.swift
[498/544] Compiling Buildkite Jobs.swift
[499/544] Compiling Buildkite AccessTokens.swift
[500/544] Compiling Buildkite Agents.swift
[501/544] Compiling Buildkite Annotations.swift
[502/544] Compiling Buildkite Artifacts.swift
[503/544] Compiling Buildkite Builds.swift
[504/544] Compiling Buildkite ClusterQueues.swift
[505/544] Compiling Buildkite BuildkiteClient+Webhooks.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[506/544] Compiling Buildkite Configuration.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[507/544] Compiling Buildkite Formatters.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[508/544] Compiling Buildkite JSONValue.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[509/544] Compiling Buildkite Pagination.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[510/544] Compiling Buildkite Resource.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[511/544] Compiling Buildkite Response.swift
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:16:16: warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | enum Formatters {
16 |     static let iso8601WithFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         let formatter = ISO8601DateFormatter()
18 |         formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
/host/spi-builder-workspace/Sources/Buildkite/Networking/Formatters.swift:22:16: warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     }()
21 |
22 |     static let iso8601WithoutFractionalSeconds: ISO8601DateFormatter = {
   |                |- warning: static property 'iso8601WithoutFractionalSeconds' is not concurrency-safe because non-'Sendable' type 'ISO8601DateFormatter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'iso8601WithoutFractionalSeconds' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         let formatter = ISO8601DateFormatter()
24 |         formatter.formatOptions = [.withInternetDateTime]
Foundation.ISO8601DateFormatter:1:12: note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 1 | open class ISO8601DateFormatter : Formatter, NSSecureCoding {
   |            `- note: class 'ISO8601DateFormatter' does not conform to the 'Sendable' protocol
 2 |     open var timeZone: TimeZone! { get set }
 3 |     open var formatOptions: ISO8601DateFormatter.Options { get set }
[512/544] Compiling Buildkite StatusCode.swift
[513/544] Compiling Buildkite TokenProvider.swift
[514/544] Compiling Buildkite Transport.swift
[515/544] Compiling Buildkite URL+Buildkite.swift
[516/544] Compiling Buildkite AgentMetrics.swift
[517/544] Compiling Buildkite GraphQL.swift
[518/544] Compiling Buildkite BuildkiteClient.swift
[519/544] Compiling Buildkite AccessToken.swift
[520/544] Compiling Buildkite Agent.swift
[521/544] Compiling Buildkite AgentMetric.swift
[522/544] Compiling Buildkite Annotation.swift
[523/544] Compiling Buildkite Artifact.swift
[524/544] Compiling Buildkite Build.swift
[525/544] Compiling Buildkite Metas.swift
[526/544] Compiling Buildkite Organizations.swift
[527/544] Compiling Buildkite Pipelines.swift
[528/544] Compiling Buildkite Teams.swift
[529/544] Compiling Buildkite Users.swift
[530/544] Compiling Buildkite TestAnalyticsUpload.swift
[531/544] Compiling Buildkite Organization.swift
[532/544] Compiling Buildkite Pipeline.swift
[533/544] Compiling Buildkite Team.swift
[534/544] Compiling Buildkite Trace.swift
[535/544] Compiling Buildkite User.swift
[536/544] Compiling Buildkite WebhookEvent.swift
[537/544] Compiling Buildkite APIVersion.swift
[538/544] Compiling Buildkite Cluster.swift
[539/544] Compiling Buildkite ClusterQueue.swift
[540/544] Compiling Buildkite ClusterToken.swift
[541/544] Compiling Buildkite Emoji.swift
[542/544] Compiling Buildkite FlakyTest.swift
[543/544] Compiling Buildkite Job.swift
[544/544] Compiling Buildkite Meta.swift
Build complete! (49.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "Buildkite",
  "name" : "Buildkite",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.2"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.2"
    },
    {
      "name" : "watchos",
      "version" : "6.1"
    }
  ],
  "products" : [
    {
      "name" : "Buildkite",
      "targets" : [
        "Buildkite"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildkiteTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildkiteTests",
      "path" : "Tests/BuildkiteTests",
      "sources" : [
        "BuildkiteClientTests.swift",
        "Networking/FormattersTests.swift",
        "Networking/JSONValueTests.swift",
        "Networking/StatusCodeTests.swift",
        "Networking/TransportTests.swift",
        "Networking/WebhooksTests.swift",
        "Resources/Agent/AgentMetricsTests.swift",
        "Resources/GraphQL/GraphQLTests.swift",
        "Resources/REST/AccessTokensTests.swift",
        "Resources/REST/AgentsTests.swift",
        "Resources/REST/AnnotationsTests.swift",
        "Resources/REST/ArtifactsTests.swift",
        "Resources/REST/BuildsTests.swift",
        "Resources/REST/ClusterQueuesTests.swift",
        "Resources/REST/ClusterTokensTests.swift",
        "Resources/REST/ClustersTests.swift",
        "Resources/REST/EmojisTests.swift",
        "Resources/REST/FlakyTestsTests.swift",
        "Resources/REST/FollowableTests.swift",
        "Resources/REST/JobsTests.swift",
        "Resources/REST/MetasTests.swift",
        "Resources/REST/OrganizationsTests.swift",
        "Resources/REST/PipelinesTests.swift",
        "Resources/REST/TeamsTests.swift",
        "Resources/REST/UsersTests.swift",
        "Resources/TestAnalytics/TestAnalyticsUploadTests.swift",
        "Utilities/MockContext.swift",
        "Utilities/MockData.swift",
        "Utilities/MockTransport.swift",
        "Utilities/URL+Buildkite.swift",
        "Utilities/XCTestCase+Buildkite.swift"
      ],
      "target_dependencies" : [
        "Buildkite"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Buildkite",
      "module_type" : "SwiftTarget",
      "name" : "Buildkite",
      "path" : "Sources/Buildkite",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "Buildkite"
      ],
      "sources" : [
        "BuildkiteClient.swift",
        "Models/AccessToken.swift",
        "Models/Agent.swift",
        "Models/AgentMetric.swift",
        "Models/Annotation.swift",
        "Models/Artifact.swift",
        "Models/Build.swift",
        "Models/Cluster.swift",
        "Models/ClusterQueue.swift",
        "Models/ClusterToken.swift",
        "Models/Emoji.swift",
        "Models/FlakyTest.swift",
        "Models/Job.swift",
        "Models/Meta.swift",
        "Models/Organization.swift",
        "Models/Pipeline.swift",
        "Models/Team.swift",
        "Models/Trace.swift",
        "Models/User.swift",
        "Models/WebhookEvent.swift",
        "Networking/APIVersion.swift",
        "Networking/BuildkiteClient+Webhooks.swift",
        "Networking/Configuration.swift",
        "Networking/Formatters.swift",
        "Networking/JSONValue.swift",
        "Networking/Pagination.swift",
        "Networking/Resource.swift",
        "Networking/Response.swift",
        "Networking/StatusCode.swift",
        "Networking/TokenProvider.swift",
        "Networking/Transport.swift",
        "Networking/URL+Buildkite.swift",
        "Resources/Agent/AgentMetrics.swift",
        "Resources/GraphQL/GraphQL.swift",
        "Resources/REST/AccessTokens.swift",
        "Resources/REST/Agents.swift",
        "Resources/REST/Annotations.swift",
        "Resources/REST/Artifacts.swift",
        "Resources/REST/Builds.swift",
        "Resources/REST/ClusterQueues.swift",
        "Resources/REST/ClusterTokens.swift",
        "Resources/REST/Clusters.swift",
        "Resources/REST/Emojis.swift",
        "Resources/REST/FlakyTests.swift",
        "Resources/REST/Followable.swift",
        "Resources/REST/Jobs.swift",
        "Resources/REST/Metas.swift",
        "Resources/REST/Organizations.swift",
        "Resources/REST/Pipelines.swift",
        "Resources/REST/Teams.swift",
        "Resources/REST/Users.swift",
        "Resources/TestAnalytics/TestAnalyticsUpload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.