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 aws-signer-v4, reference 2.1.1 (2e2053), with Swift 6.1 for Linux on 26 Apr 2025 01:26:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/adam-fowler/aws-signer-v4.git
Reference: 2.1.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/adam-fowler/aws-signer-v4
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 2e20532 Make sure urls have trailing slashes (#6)
Cloned https://github.com/adam-fowler/aws-signer-v4.git
Revision (git rev-parse @):
2e205327f842f808340e7e40eee3f9dec7e1f649
SUCCESS checkout https://github.com/adam-fowler/aws-signer-v4.git at 2.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/adam-fowler/aws-signer-v4.git
https://github.com/adam-fowler/aws-signer-v4.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.13.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "aws-signer-v4",
  "name" : "aws-signer-v4",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSSigner",
      "targets" : [
        "AWSSigner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AWSSignerTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSSignerTests",
      "path" : "Tests/AWSSignerTests",
      "sources" : [
        "AWSSignerTests.swift"
      ],
      "target_dependencies" : [
        "AWSSigner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSSigner",
      "module_type" : "SwiftTarget",
      "name" : "AWSSigner",
      "path" : "Sources/AWSSigner",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "AWSSigner"
      ],
      "sources" : [
        "credentials.swift",
        "signer.swift"
      ],
      "target_dependencies" : [
        "AWSCrypto"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSCrypto",
      "module_type" : "SwiftTarget",
      "name" : "AWSCrypto",
      "path" : "Sources/AWSCrypto",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "AWSSigner"
      ],
      "sources" : [
        "ByteArray.swift",
        "Digest.swift",
        "HMAC.swift",
        "HashFunction.swift",
        "Insecure.swift",
        "MD5.swift",
        "SHA2.swift",
        "SymmetricKey.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-nio
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
[829/89215] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.59s)
Fetched https://github.com/apple/swift-nio from cache (5.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (6.33s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (2.29s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[377/6058] Fetching swift-atomics, swift-system
[2359/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/432] Write sources
[5/432] Compiling a_utctm.c
[6/432] Write sources
[8/432] Compiling a_enum.c
[9/432] Write sources
[15/432] Compiling a_type.c
[16/432] Compiling CNIOWindows shim.c
[16/432] Compiling a_time.c
[18/432] Compiling a_utf8.c
[19/432] Compiling CNIOWindows WSAStartup.c
[19/432] Compiling _AtomicsShims.c
[21/432] Compiling CNIOWASI CNIOWASI.c
[22/432] Compiling CNIOLinux liburing_shims.c
[22/432] Compiling cbb.c
[24/432] Compiling CNIODarwin shim.c
[25/432] Compiling CNIOLLHTTP c_nio_http.c
[26/432] Compiling CNIOLinux shim.c
[27/432] Compiling CNIOLLHTTP c_nio_api.c
[28/432] Write swift-version-24593BA9C3E375BF.txt
[29/432] Compiling a_bitstr.c
[30/432] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/432] Compiling v3_skey.c
[32/432] Compiling CCryptoBoringSSLShims shims.c
[33/436] Compiling v3_purp.c
[34/436] Compiling v3_utl.c
[35/455] Compiling v3_pmaps.c
[36/455] Compiling v3_prn.c
[37/455] Compiling v3_pcons.c
[38/455] Compiling v3_pcia.c
[39/455] Compiling v3_pci.c
[40/455] Compiling v3_ocsp.c
[41/455] Compiling v3_ncons.c
[42/455] Compiling v3_lib.c
[43/455] Compiling v3_int.c
[44/455] Compiling v3_ia5.c
[45/455] Compiling v3_info.c
[46/455] Compiling v3_genn.c
[47/455] Compiling v3_enum.c
[48/455] Compiling v3_extku.c
[49/455] Compiling v3_crld.c
[50/455] Compiling v3_cpols.c
[51/455] Compiling v3_conf.c
[52/455] Compiling v3_bitst.c
[53/455] Compiling v3_alt.c
[54/455] Compiling v3_akeya.c
[55/455] Compiling v3_bcons.c
[56/455] Compiling v3_akey.c
[57/455] Compiling pcy_node.c
[58/455] Compiling pcy_tree.c
[59/455] Compiling pcy_map.c
[60/455] Compiling pcy_lib.c
[61/455] Compiling pcy_data.c
[62/455] Compiling pcy_cache.c
[63/455] Compiling x_x509a.c
[65/455] Emitting module _NIOBase64
[66/455] Compiling _NIOBase64 Base64.swift
[67/456] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/456] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/458] Compiling _NIODataStructures _TinyArray.swift
[70/458] Emitting module InternalCollectionsUtilities
[71/458] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[72/458] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[73/458] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[74/458] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/458] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/458] Compiling InternalCollectionsUtilities Debugging.swift
[77/458] Compiling InternalCollectionsUtilities Descriptions.swift
[78/458] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/458] Compiling InternalCollectionsUtilities Specialize.swift
[80/458] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/458] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/458] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/458] Compiling InternalCollectionsUtilities Integer rank.swift
[84/458] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/458] Compiling x_x509.c
[86/458] Compiling x_val.c
[87/458] Compiling x_spki.c
[89/458] Compiling _NIODataStructures PriorityQueue.swift
[89/458] Compiling x_sig.c
[90/458] Compiling x_pubkey.c
[91/458] Compiling x_pkey.c
[92/458] Compiling x_req.c
[94/458] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/458] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/459] Compiling x_exten.c
[97/459] Compiling x_name.c
[98/459] Compiling x_info.c
[99/459] Compiling x_crl.c
[100/459] Compiling x_attrib.c
[101/459] Compiling c-nioatomics.c
[102/459] Compiling x_algor.c
[103/459] Compiling x509spki.c
[104/459] Compiling x509name.c
[105/459] Compiling x_all.c
[106/459] Compiling x509rset.c
[108/474] Emitting module _NIODataStructures
[109/474] Compiling _NIODataStructures Heap.swift
[109/474] Compiling x509cset.c
[110/475] Compiling x509_v3.c
[112/475] Compiling DequeModule _DequeBuffer.swift
[113/475] Compiling DequeModule _DequeBufferHeader.swift
[113/477] Compiling x509_vpm.c
[114/477] Compiling x509_set.c
[116/477] Compiling DequeModule Deque+Equatable.swift
[117/477] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/477] Compiling DequeModule Deque+CustomReflectable.swift
[119/477] Compiling DequeModule Deque+Descriptions.swift
[119/477] Compiling x509_vfy.c
[121/477] Compiling x509_txt.c
[122/477] Compiling x509_req.c
[123/477] Compiling x509_trs.c
[124/477] Compiling x509_obj.c
[125/477] Compiling c-atomics.c
[126/477] Compiling x509_def.c
[127/477] Compiling x509_d2.c
[129/477] Compiling DequeModule _DequeSlot.swift
[130/477] Compiling DequeModule _UnsafeWrappedBuffer.swift
[130/477] Compiling x509_lu.c
[131/477] Compiling x509_ext.c
[132/477] Compiling x509_att.c
[133/477] Compiling x509_cmp.c
[134/477] Compiling t_x509a.c
[135/477] Compiling x509.c
[136/483] Compiling t_req.c
[137/483] Compiling rsa_pss.c
[138/483] Compiling i2d_pr.c
[139/483] Compiling t_x509.c
[140/483] Compiling by_file.c
[141/483] Compiling algorithm.c
[142/483] Compiling a_sign.c
[143/483] Compiling a_strex.c
[144/483] Compiling t_crl.c
[145/483] Compiling voprf.c
[147/483] Compiling DequeModule Deque+Testing.swift
[148/483] Compiling DequeModule Deque._Storage.swift
[149/483] Compiling DequeModule Deque+Extras.swift
[150/483] Compiling DequeModule Deque+Hashable.swift
[151/483] Compiling DequeModule Deque._UnsafeHandle.swift
[152/483] Compiling DequeModule Deque.swift
[152/483] Compiling a_verify.c
[153/483] Compiling by_dir.c
[154/483] Compiling trust_token.c
[155/483] Compiling a_digest.c
[156/483] Compiling thread_win.c
[157/483] Compiling thread.c
[158/483] Compiling siphash.c
[159/483] Compiling thread_none.c
[160/483] Compiling thread_pthread.c
[161/483] Compiling rsa_print.c
[162/483] Compiling pmbtoken.c
[163/483] Compiling asn1_gen.c
[164/483] Compiling rc4.c
[165/483] Compiling refcount_c11.c
[166/483] Compiling stack.c
[167/483] Compiling rand_extra.c
[168/483] Compiling passive.c
[169/483] Compiling windows.c
[170/483] Compiling refcount_lock.c
[171/483] Compiling forkunsafe.c
[172/483] Compiling rsa_asn1.c
[173/483] Compiling deterministic.c
[174/483] Compiling fuchsia.c
[175/483] Compiling poly1305_arm_asm.S
[176/483] Compiling pool.c
[177/483] Compiling poly1305.c
[178/483] Compiling poly1305_arm.c
[179/483] Compiling pkcs7.c
[181/483] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[182/483] Emitting module NIOConcurrencyHelpers
[183/483] Compiling NIOConcurrencyHelpers lock.swift
[184/483] Compiling DequeModule Deque+Codable.swift
[185/483] Compiling DequeModule Deque+Collection.swift
[185/483] Compiling poly1305_vec.c
[186/483] Compiling pkcs8_x509.c
[187/483] Compiling pkcs8.c
[189/483] Emitting module DequeModule
[189/484] Compiling pkcs7_x509.c
[190/484] Compiling p5_pbev2.c
[191/484] Compiling pem_x509.c
[192/484] Compiling pem_xaux.c
[194/484] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[195/484] Compiling NIOConcurrencyHelpers NIOLock.swift
[196/484] Compiling NIOConcurrencyHelpers atomics.swift
[197/485] Compiling pem_pkey.c
[198/485] Compiling obj_xref.c
[199/485] Compiling pem_oth.c
[200/485] Compiling pem_all.c
[202/485] Compiling pem_info.c
[203/485] Compiling pem_pk8.c
[204/485] Compiling lhash.c
[205/485] Compiling mem.c
[206/485] Compiling x86_64-mont5.mac.x86_64.S
[207/485] Compiling pem_lib.c
[208/485] Compiling poly_rq_mul.S
[209/485] Compiling hkdf.c
[210/485] Compiling x86_64-mont.mac.x86_64.S
[210/485] Compiling x86_64-mont5.linux.x86_64.S
[212/485] Compiling x86_64-mont.linux.x86_64.S
[213/485] Compiling hpke.c
[214/485] Compiling x86-mont.linux.x86.S
[215/485] Compiling x86-mont.windows.x86.S
[216/485] Compiling vpaes-x86_64.mac.x86_64.S
[217/485] Compiling obj.c
[218/485] Compiling hrss.c
[219/485] Compiling vpaes-x86.windows.x86.S
[220/485] Compiling vpaes-x86.linux.x86.S
[221/485] Compiling vpaes-armv8.linux.aarch64.S
[222/485] Compiling vpaes-x86_64.linux.x86_64.S
[223/485] Compiling vpaes-armv8.ios.aarch64.S
[224/485] Compiling vpaes-armv7.ios.arm.S
[224/485] Compiling vpaes-armv7.linux.arm.S
[226/485] Compiling sha512-x86_64.mac.x86_64.S
[227/485] Compiling sha512-armv4.linux.arm.S
[228/485] Compiling sha512-586.windows.x86.S
[229/485] Compiling sha512-armv8.linux.aarch64.S
[230/485] Compiling sha512-armv8.ios.aarch64.S
[231/485] Compiling sha512-x86_64.linux.x86_64.S
[232/485] Compiling sha512-armv4.ios.arm.S
[233/485] Compiling sha512-586.linux.x86.S
[234/485] Compiling sha256-armv8.linux.aarch64.S
[235/485] Compiling kdf.c
[236/485] Compiling sha256-armv4.linux.arm.S
[237/485] Compiling sha256-x86_64.mac.x86_64.S
[238/485] Compiling sha256-armv4.ios.arm.S
[239/485] Compiling sha256-armv8.ios.aarch64.S
[240/485] Compiling sha256-586.windows.x86.S
[241/485] Compiling sha1-x86_64.mac.x86_64.S
[242/485] Compiling sha256-x86_64.linux.x86_64.S
[243/485] Compiling sha256-586.linux.x86.S
[244/485] Compiling sha1-armv8.linux.aarch64.S
[245/485] Compiling sha1-armv8.ios.aarch64.S
[246/485] Compiling sha1-armv4-large.ios.arm.S
[247/485] Compiling sha1-armv4-large.linux.arm.S
[248/485] Compiling sha1-586.windows.x86.S
[249/485] Compiling sha1-586.linux.x86.S
[250/485] Compiling sha1-x86_64.linux.x86_64.S
[251/485] Compiling sha1-altivec.c
[252/485] Compiling sha1.c
[253/485] Compiling sha512.c
[254/485] Compiling rsaz-avx2.mac.x86_64.S
[255/485] Compiling rsaz-avx2.linux.x86_64.S
[256/485] Compiling sha256.c
[257/485] Compiling self_check.c
[258/485] Compiling padding.c
[259/485] Compiling rdrand-x86_64.mac.x86_64.S
[260/485] Compiling rdrand-x86_64.linux.x86_64.S
[261/485] Compiling rsa_impl.c
[262/485] Compiling blinding.c
[263/485] Compiling rsa.c
[264/485] Compiling fork_detect.c
[265/485] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[266/485] Compiling rand.c
[267/485] Compiling urandom.c
[268/485] Compiling ctrdrbg.c
[269/485] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[270/485] Compiling p256-x86_64-asm.mac.x86_64.S
[271/485] Compiling ofb.c
[272/485] Compiling p256-x86_64-asm.linux.x86_64.S
[273/485] Compiling polyval.c
[274/485] Compiling cfb.c
[275/485] Compiling md5.c
[276/485] Compiling gcm_nohw.c
[277/485] Compiling gcm.c
[278/485] Compiling ctr.c
[279/485] Compiling md5-x86_64.mac.x86_64.S
[280/485] Compiling cbc.c
[281/485] Compiling md5-586.windows.x86.S
[282/485] Compiling md5-x86_64.linux.x86_64.S
[283/485] Compiling is_fips.c
[284/485] Compiling md5-586.linux.x86.S
[285/485] Compiling ghashv8-armx64.linux.aarch64.S
[286/485] Compiling ghashv8-armx32.linux.arm.S
[286/485] Compiling ghashv8-armx32.ios.arm.S
[288/485] Compiling ghashv8-armx64.ios.aarch64.S
[289/485] Compiling hmac.c
[290/485] Compiling md4.c
[291/485] Compiling ghash-x86.windows.x86.S
[292/485] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[293/485] Compiling ghash-x86_64.mac.x86_64.S
[294/485] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[295/485] Compiling ghash-x86.linux.x86.S
[296/485] Compiling ghash-x86_64.linux.x86_64.S
[297/485] Compiling ghash-ssse3-x86.linux.x86.S
[298/485] Compiling fips_shared_support.c
[299/485] Compiling ghash-neon-armv8.ios.aarch64.S
[300/485] Compiling ghash-armv4.ios.arm.S
[301/485] Compiling ghash-ssse3-x86.windows.x86.S
[302/485] Compiling ghash-armv4.linux.arm.S
[303/485] Compiling ghash-neon-armv8.linux.aarch64.S
[304/485] Compiling ecdh.c
[305/485] Compiling util.c
[306/485] Compiling wnaf.c
[307/485] Compiling ecdsa.c
[308/485] Compiling simple_mul.c
[309/485] Compiling scalar.c
[310/485] Compiling simple.c
[311/485] Compiling ec_montgomery.c
[312/485] Compiling felem.c
[313/485] Compiling oct.c
[314/485] Compiling digests.c
[315/485] Compiling p224-64.c
[316/485] Compiling p256.c
[317/485] Compiling ec_key.c
[317/485] Compiling ec.c
[319/485] Compiling digest.c
[320/485] Compiling dh.c
[321/485] Compiling co-586.windows.x86.S
[322/485] Compiling check.c
[323/485] Compiling co-586.linux.x86.S
[324/485] Compiling e_des.c
[325/485] Compiling des.c
[326/485] Compiling aead.c
[327/485] Compiling cipher.c
[328/485] Compiling e_aes.c
[329/485] Compiling sqrt.c
[330/485] Compiling rsaz_exp.c
[331/485] Compiling p256-x86_64.c
[332/485] Compiling shift.c
[333/485] Compiling random.c
[334/485] Compiling prime.c
[335/485] Compiling montgomery_inv.c
[336/485] Compiling mul.c
[337/485] Compiling jacobi.c
[338/485] Compiling generic.c
[339/485] Compiling montgomery.c
[340/485] Compiling bsaes-armv7.linux.arm.S
[341/485] Compiling bsaes-armv7.ios.arm.S
[342/485] Compiling gcd_extra.c
[343/485] Compiling gcd.c
[344/485] Compiling exponentiation.c
[345/485] Compiling ctx.c
[346/485] Compiling div_extra.c
[347/485] Compiling div.c
[348/485] Compiling cmp.c
[349/485] Compiling bn.c
[350/485] Compiling bytes.c
[351/485] Compiling add.c
[352/485] Compiling bn-586.windows.x86.S
[353/485] Compiling x86_64-gcc.c
[354/485] Compiling bn-586.linux.x86.S
[355/485] Compiling armv8-mont.ios.aarch64.S
[356/485] Compiling armv4-mont.linux.arm.S
[357/485] Compiling armv4-mont.ios.arm.S
[358/485] Compiling armv8-mont.linux.aarch64.S
[359/485] Compiling aesv8-armx64.linux.aarch64.S
[360/485] Compiling aesni-x86_64.linux.x86_64.S
[361/485] Compiling aesni-gcm-x86_64.mac.x86_64.S
[362/485] Compiling aesni-x86.linux.x86.S
[362/485] Compiling aesv8-armx32.ios.arm.S
[362/485] Compiling aesv8-armx64.ios.aarch64.S
[365/485] Compiling aesv8-armx32.linux.arm.S
[366/485] Compiling aesni-x86_64.mac.x86_64.S
[367/485] Compiling aesni-x86.windows.x86.S
[368/485] Compiling aesni-gcm-x86_64.linux.x86_64.S
[369/485] Compiling key_wrap.c
[370/485] Compiling aes.c
[371/485] Compiling mode_wrappers.c
[372/485] Compiling sign.c
[373/485] Compiling ex_data.c
[374/485] Compiling scrypt.c
[375/485] Compiling aes_nohw.c
[376/485] Compiling pbkdf.c
[377/485] Compiling print.c
[378/485] Compiling p_x25519_asn1.c
[379/485] Compiling p_rsa.c
[380/485] Compiling p_x25519.c
[381/485] Compiling p_rsa_asn1.c
[382/485] Compiling p_ec.c
[383/485] Compiling p_ed25519.c
[384/485] Compiling p_dsa_asn1.c
[385/485] Compiling evp.c
[385/485] Compiling evp_ctx.c
[387/485] Compiling err_data.c
[387/485] Compiling p_ed25519_asn1.c
[389/485] Compiling p_ec_asn1.c
[390/485] Compiling digestsign.c
[390/485] Compiling evp_asn1.c
[392/485] Compiling engine.c
[393/485] Compiling err.c
[394/485] Compiling hash_to_curve.c
[395/485] Compiling ecdh_extra.c
[396/485] Compiling ec_derive.c
[397/485] Compiling ecdsa_asn1.c
[398/485] Compiling ec_asn1.c
[399/485] Compiling dsa_asn1.c
[400/485] Compiling dsa.c
[401/485] Compiling digest_extra.c
[402/485] Compiling spake25519.c
[403/485] Compiling dh_asn1.c
[404/485] Compiling x25519-asm-arm.S
[405/485] Compiling cpu-ppc64le.c
[406/485] Compiling params.c
[407/485] Compiling cpu-arm-linux.c
[408/485] Compiling crypto.c
[409/485] Compiling cpu-arm.c
[409/485] Compiling cpu-aarch64-win.c
[411/485] Compiling cpu-aarch64-fuchsia.c
[412/485] Compiling cpu-aarch64-linux.c
[413/485] Compiling cpu-intel.c
[414/485] Compiling e_null.c
[415/485] Compiling cmac.c
[416/485] Compiling e_rc4.c
[417/485] Compiling tls_cbc.c
[418/485] Compiling e_rc2.c
[419/485] Compiling conf.c
[420/485] Compiling e_tls.c
[421/485] Compiling curve25519.c
[422/485] Compiling derive_key.c
[423/485] Compiling e_aesctrhmac.c
[424/485] Compiling e_aesccm.c
[425/485] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[426/485] Compiling e_chacha20poly1305.c
[427/485] Compiling e_aesgcmsiv.c
[428/485] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[429/485] Compiling chacha-x86_64.mac.x86_64.S
[430/485] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[431/485] Compiling chacha-x86_64.linux.x86_64.S
[432/485] Compiling chacha-x86.windows.x86.S
[432/485] Compiling chacha.c
[434/485] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[435/485] Compiling chacha-x86.linux.x86.S
[435/485] Compiling cipher_extra.c
[437/485] Compiling chacha-armv8.linux.aarch64.S
[438/485] Compiling chacha-armv8.ios.aarch64.S
[439/485] Compiling chacha-armv4.linux.arm.S
[440/485] Compiling chacha-armv4.ios.arm.S
[441/485] Compiling cbs.c
[442/485] Compiling unicode.c
[443/485] Compiling bn_asn1.c
[444/485] Compiling blake2.c
[445/485] Compiling buf.c
[446/485] Compiling ber.c
[447/485] Compiling convert.c
[448/485] Compiling printf.c
[449/485] Compiling asn1_compat.c
[450/485] Compiling socket_helper.c
[451/485] Compiling file.c
[452/485] Compiling socket.c
[453/485] Compiling pair.c
[454/485] Compiling hexdump.c
[455/485] Compiling base64.c
[456/485] Compiling time_support.c
[457/485] Compiling bio_mem.c
[458/485] Compiling fd.c
[459/485] Compiling connect.c
[460/485] Compiling bio.c
[461/485] Compiling tasn_typ.c
[462/485] Compiling tasn_utl.c
[463/485] Compiling tasn_new.c
[464/485] Compiling tasn_fre.c
[465/485] Compiling tasn_enc.c
[466/485] Compiling f_string.c
[467/485] Compiling asn1_par.c
[468/485] Compiling f_int.c
[469/485] Compiling tasn_dec.c
[470/485] Compiling asn_pack.c
[471/485] Compiling f_enum.c
[472/485] Compiling a_strnid.c
[473/485] Compiling a_print.c
[474/485] Compiling asn1_lib.c
[475/485] Compiling a_dup.c
[476/485] Compiling a_mbstr.c
[476/485] Write sources
[478/485] Compiling a_octet.c
[479/485] Compiling a_object.c
[480/485] Compiling a_gentm.c
[481/485] Compiling a_d2i_fp.c
[482/485] Compiling a_i2d_fp.c
[483/485] Compiling a_bool.c
[484/485] Compiling a_int.c
[486/504] Compiling Atomics ManagedAtomic.swift
[487/504] Compiling Atomics ManagedAtomicLazyReference.swift
[488/504] Compiling Atomics UnsafeAtomic.swift
[489/504] Compiling Atomics UnsafeAtomicLazyReference.swift
[490/560] Compiling Crypto AES-GCM.swift
[491/560] Compiling Crypto AES-GCM_boring.swift
[492/560] Compiling Crypto ChaChaPoly_boring.swift
[493/560] Compiling Crypto ObjectIdentifier.swift
[494/560] Compiling Crypto ECDSASignature.swift
[495/560] Compiling Crypto CryptoKitErrors.swift
[496/560] Compiling Crypto Digest_boring.swift
[497/560] Compiling Crypto ChaChaPoly.swift
[498/560] Compiling Crypto Cipher.swift
[499/560] Compiling Crypto Nonces.swift
[500/560] Emitting module Atomics
[501/560] Compiling Crypto ASN1Integer.swift
[502/560] Compiling Crypto ASN1OctetString.swift
[503/560] Compiling Crypto ArraySliceBigint.swift
[504/560] Compiling Crypto ASN1.swift
[505/560] Compiling Crypto ASN1BitString.swift
[506/560] Compiling Crypto ASN1Identifier.swift
[508/561] Compiling Crypto EdDSA_boring.swift
[509/561] Compiling Crypto ECDSA.swift
[510/561] Compiling Crypto EdDSA.swift
[511/561] Compiling Crypto Signature.swift
[512/561] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[513/561] Compiling Crypto CryptoKitErrors_boring.swift
[514/561] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[515/561] Compiling Crypto SymmetricKeys.swift
[516/561] Compiling Crypto HMAC.swift
[517/561] Compiling Crypto MACFunctions.swift
[518/561] Compiling Crypto MessageAuthenticationCode.swift
[519/561] Compiling Crypto AES.swift
[520/561] Compiling Crypto ECDSASignature_boring.swift
[521/561] Compiling Crypto ECDSA_boring.swift
[522/568] Compiling Crypto SEC1PrivateKey.swift
[523/568] Compiling Crypto SubjectPublicKeyInfo.swift
[526/568] Compiling Crypto Digest.swift
[527/568] Compiling Crypto Digests.swift
[528/568] Compiling Crypto HashFunctions.swift
[529/568] Compiling Crypto HashFunctions_SHA2.swift
[544/568] Compiling Crypto PEMDocument.swift
[545/568] Compiling Crypto PKCS8PrivateKey.swift
[546/568] Emitting module Crypto
[547/568] Compiling Crypto EllipticCurve_boring.swift
[548/568] Compiling Crypto NISTCurvesKeys_boring.swift
[549/568] Compiling Crypto X25519Keys_boring.swift
[550/568] Compiling Crypto Curve25519.swift
[551/568] Compiling Crypto Ed25519.swift
[552/568] Compiling Crypto NISTCurvesKeys.swift
[553/568] Compiling Crypto X25519Keys.swift
[554/568] Compiling Crypto Insecure.swift
[555/568] Compiling Crypto Insecure_HashFunctions.swift
[556/568] Compiling Crypto ECDH_boring.swift
[557/568] Compiling Crypto DH.swift
[558/568] Compiling Crypto ECDH.swift
[559/568] Compiling Crypto HKDF.swift
[560/568] Compiling Crypto Ed25519_boring.swift
[561/568] Compiling Crypto EllipticCurvePoint_boring.swift
[562/627] Compiling NIOCore ByteBuffer-conversions.swift
[563/627] Compiling NIOCore ByteBuffer-core.swift
[564/627] Compiling NIOCore ByteBuffer-hex.swift
[565/627] Compiling NIOCore ByteBuffer-int.swift
[566/627] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[567/627] Compiling Crypto SecureBytes.swift
[568/627] Compiling Crypto Zeroization.swift
[570/637] Compiling AWSCrypto SymmetricKey.swift
[571/637] Compiling AWSCrypto HashFunction.swift
[572/638] Compiling AWSCrypto Insecure.swift
[573/638] Compiling AWSCrypto MD5.swift
[574/638] Compiling AWSCrypto SHA2.swift
[575/638] Compiling AWSCrypto ByteArray.swift
[576/638] Compiling AWSCrypto Digest.swift
[577/638] Compiling AWSCrypto HMAC.swift
[578/638] Emitting module AWSCrypto
[579/638] Compiling AWSCrypto exports.swift
[583/639] Compiling NIOCore EventLoopFuture+Deprecated.swift
[584/639] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[585/639] Compiling NIOCore EventLoopFuture.swift
[586/639] Compiling NIOCore FileDescriptor.swift
[587/639] Compiling NIOCore FileHandle.swift
[588/639] Compiling NIOCore FileRegion.swift
[589/647] Compiling NIOCore MarkedCircularBuffer.swift
[590/647] Compiling NIOCore MulticastChannel.swift
[591/647] Compiling NIOCore NIOAny.swift
[592/647] Compiling NIOCore NIOCloseOnErrorHandler.swift
[593/647] Compiling NIOCore NIOLoopBound.swift
[594/647] Compiling NIOCore NIOScheduledCallback.swift
[595/647] Compiling NIOCore NIOSendable.swift
[596/647] Compiling NIOCore RecvByteBufferAllocator.swift
[597/647] Compiling NIOCore AddressedEnvelope.swift
[598/647] Compiling NIOCore AsyncAwaitSupport.swift
[599/647] Compiling NIOCore AsyncChannel.swift
[600/647] Compiling NIOCore AsyncChannelHandler.swift
[601/647] Compiling NIOCore AsyncChannelInboundStream.swift
[602/647] Compiling NIOCore AsyncChannelOutboundWriter.swift
[603/647] Compiling NIOCore NIOAsyncSequenceProducer.swift
[604/647] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[605/647] Compiling NIOCore NIOAsyncWriter.swift
[606/647] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[607/647] Compiling NIOCore BSDSocketAPI.swift
[608/647] Compiling NIOCore ByteBuffer-aux.swift
[609/647] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[615/647] Compiling NIOCore ChannelPipeline.swift
[616/647] Compiling NIOCore CircularBuffer.swift
[617/647] Compiling NIOCore Codec.swift
[618/647] Compiling NIOCore ConvenienceOptionSupport.swift
[619/647] Compiling NIOCore DeadChannel.swift
[620/647] Compiling NIOCore DispatchQueue+WithFuture.swift
[621/647] Compiling NIOCore EventLoop+Deprecated.swift
[622/647] Compiling NIOCore EventLoop+SerialExecutor.swift
[623/647] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[624/647] Compiling NIOCore SocketAddresses.swift
[625/647] Compiling NIOCore SocketOptionProvider.swift
[626/647] Compiling NIOCore SystemCallHelpers.swift
[627/647] Compiling NIOCore TimeAmount+Duration.swift
[628/647] Compiling NIOCore TypeAssistedChannelHandler.swift
[629/647] Compiling NIOCore UniversalBootstrapSupport.swift
[630/647] Compiling NIOCore Utilities.swift
[631/647] Compiling NIOCore ByteBuffer-multi-int.swift
[632/647] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[633/647] Compiling NIOCore ByteBuffer-views.swift
[634/647] Compiling NIOCore Channel.swift
[635/647] Compiling NIOCore ChannelHandler.swift
[636/647] Compiling NIOCore ChannelHandlers.swift
[637/647] Compiling NIOCore ChannelInvoker.swift
[638/647] Compiling NIOCore ChannelOption.swift
[639/647] Compiling NIOCore GlobalSingletons.swift
[640/647] Compiling NIOCore IO.swift
[641/647] Compiling NIOCore IOData.swift
[642/647] Compiling NIOCore IPProtocol.swift
[643/647] Compiling NIOCore IntegerBitPacking.swift
[644/647] Compiling NIOCore IntegerTypes.swift
[645/647] Compiling NIOCore Interfaces.swift
[646/647] Compiling NIOCore Linux.swift
[647/647] Emitting module NIOCore
[649/699] Emitting module NIOEmbedded
[650/699] Compiling NIOEmbedded AsyncTestingChannel.swift
[651/699] Compiling NIOEmbedded Embedded.swift
[652/699] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[654/700] Emitting module NIOPosix
[655/706] Compiling NIOPosix ThreadPosix.swift
[656/706] Compiling NIOPosix ThreadWindows.swift
[657/706] Compiling NIOPosix UnsafeTransfer.swift
[658/706] Compiling NIOPosix Utilities.swift
[659/706] Compiling NIOPosix VsockAddress.swift
[660/706] Compiling NIOPosix VsockChannelEvents.swift
[661/706] Compiling NIOPosix NIOThreadPool.swift
[662/706] Compiling NIOPosix NonBlockingFileIO.swift
[663/706] Compiling NIOPosix PendingDatagramWritesManager.swift
[664/706] Compiling NIOPosix PendingWritesManager.swift
[665/706] Compiling NIOPosix PipeChannel.swift
[666/706] Compiling NIOPosix PipePair.swift
[667/706] Compiling NIOPosix Pool.swift
[668/706] Compiling NIOPosix BSDSocketAPICommon.swift
[669/706] Compiling NIOPosix BSDSocketAPIPosix.swift
[670/706] Compiling NIOPosix BSDSocketAPIWindows.swift
[671/706] Compiling NIOPosix BaseSocket.swift
[672/706] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[673/706] Compiling NIOPosix BaseSocketChannel.swift
[674/706] Compiling NIOPosix BaseStreamSocketChannel.swift
[675/706] Compiling NIOPosix ServerSocket.swift
[676/706] Compiling NIOPosix Socket.swift
[677/706] Compiling NIOPosix SocketChannel.swift
[678/706] Compiling NIOPosix SocketProtocols.swift
[679/706] Compiling NIOPosix System.swift
[680/706] Compiling NIOPosix Thread.swift
[681/706] Compiling NIOPosix IO.swift
[682/706] Compiling NIOPosix IntegerBitPacking.swift
[683/706] Compiling NIOPosix IntegerTypes.swift
[684/706] Compiling NIOPosix Linux.swift
[685/706] Compiling NIOPosix LinuxCPUSet.swift
[686/706] Compiling NIOPosix LinuxUring.swift
[687/706] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[688/706] Compiling NIOPosix SelectableChannel.swift
[689/706] Compiling NIOPosix SelectableEventLoop.swift
[690/706] Compiling NIOPosix SelectorEpoll.swift
[691/706] Compiling NIOPosix SelectorGeneric.swift
[692/706] Compiling NIOPosix SelectorKqueue.swift
[693/706] Compiling NIOPosix SelectorUring.swift
[694/706] Compiling NIOPosix PooledRecvBufferAllocator.swift
[695/706] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[696/706] Compiling NIOPosix PosixSingletons.swift
[697/706] Compiling NIOPosix RawSocketBootstrap.swift
[698/706] Compiling NIOPosix Resolver.swift
[699/706] Compiling NIOPosix Selectable.swift
[700/706] Compiling NIOPosix Bootstrap.swift
[701/706] Compiling NIOPosix ControlMessage.swift
[702/706] Compiling NIOPosix DatagramVectorReadManager.swift
[703/706] Compiling NIOPosix Errors+Any.swift
[704/706] Compiling NIOPosix FileDescriptor.swift
[705/706] Compiling NIOPosix GetaddrinfoResolver.swift
[706/706] Compiling NIOPosix HappyEyeballs.swift
[708/709] Compiling NIO Exports.swift
[709/709] Emitting module NIO
[711/726] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[712/726] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[713/728] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[714/728] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[715/728] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[716/728] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[717/728] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[718/728] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[719/728] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[720/728] Compiling NIOHTTP1 HTTPTypes.swift
[721/728] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[722/728] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[723/728] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[724/728] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[725/728] Emitting module NIOHTTP1
[726/728] Compiling NIOHTTP1 ByteCollectionUtils.swift
[727/728] Compiling NIOHTTP1 HTTPDecoder.swift
[728/728] Compiling NIOHTTP1 HTTPEncoder.swift
[730/732] Compiling AWSSigner credentials.swift
[731/732] Emitting module AWSSigner
[732/732] Compiling AWSSigner signer.swift
Build complete! (95.85s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.13.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "aws-signer-v4",
  "name" : "aws-signer-v4",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AWSSigner",
      "targets" : [
        "AWSSigner"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AWSSignerTests",
      "module_type" : "SwiftTarget",
      "name" : "AWSSignerTests",
      "path" : "Tests/AWSSignerTests",
      "sources" : [
        "AWSSignerTests.swift"
      ],
      "target_dependencies" : [
        "AWSSigner"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AWSSigner",
      "module_type" : "SwiftTarget",
      "name" : "AWSSigner",
      "path" : "Sources/AWSSigner",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "AWSSigner"
      ],
      "sources" : [
        "credentials.swift",
        "signer.swift"
      ],
      "target_dependencies" : [
        "AWSCrypto"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AWSCrypto",
      "module_type" : "SwiftTarget",
      "name" : "AWSCrypto",
      "path" : "Sources/AWSCrypto",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "AWSSigner"
      ],
      "sources" : [
        "ByteArray.swift",
        "Digest.swift",
        "HMAC.swift",
        "HashFunction.swift",
        "Insecure.swift",
        "MD5.swift",
        "SHA2.swift",
        "SymmetricKey.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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
Done.