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 scipio-s3-storage, reference main (f5ba47), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 21:30:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/scipio-s3-storage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/giginet/scipio-s3-storage
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f5ba47e Merge pull request #4 from ikesyo/update-soto-core-for-swift-6.1
Cloned https://github.com/giginet/scipio-s3-storage.git
Revision (git rev-parse @):
f5ba47ec0ef9b7c61e78da6792aa083ff9311009
SUCCESS checkout https://github.com/giginet/scipio-s3-storage.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/giginet/scipio-s3-storage.git
https://github.com/giginet/scipio-s3-storage.git
{
  "dependencies" : [
    {
      "identity" : "soto-codegenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-codegenerator"
    },
    {
      "identity" : "soto-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-core.git"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    }
  ],
  "manifest_display_name" : "scipio-s3-storage",
  "name" : "scipio-s3-storage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ScipioS3Storage",
      "targets" : [
        "ScipioS3Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ScipioS3StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3StorageTests",
      "path" : "Tests/ScipioS3StorageTests",
      "sources" : [
        "AARArchiverTests.swift",
        "CompressorTests.swift"
      ],
      "target_dependencies" : [
        "ScipioS3Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioS3Storage",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3Storage",
      "path" : "Sources/ScipioS3Storage",
      "product_dependencies" : [
        "ScipioStorage",
        "SotoCore",
        "SotoCodeGeneratorPlugin"
      ],
      "product_memberships" : [
        "ScipioS3Storage"
      ],
      "sources" : [
        "AARArchiver.swift",
        "Compressor.swift",
        "S3Client.swift",
        "S3Storage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[0/13] Write sources
[1/13] Write SotoCodeGenerator-tool-entitlement.plist
[2/13] Write sources
[9/13] Write swift-version-2F0A5646E1D333AE.txt
[11/76] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/76] Emitting module ArgumentParserToolInfo
[13/115] Compiling Logging MetadataProvider.swift
[14/115] Compiling Logging LogHandler.swift
[15/115] Compiling Logging Locks.swift
[16/115] Compiling Logging Logging.swift
[17/115] Emitting module Logging
[18/115] Compiling ArgumentParser CommandConfiguration.swift
[19/115] Compiling ArgumentParser CommandGroup.swift
[20/115] Compiling ArgumentParser EnumerableFlag.swift
[21/115] Compiling ArgumentParser ExpressibleByArgument.swift
[22/119] Compiling Mustache Template.swift
[23/120] Compiling ArgumentParser AsyncParsableCommand.swift
[24/120] Compiling ArgumentParser InputOrigin.swift
[25/120] Compiling ArgumentParser Name.swift
[26/120] Compiling ArgumentParser Parsed.swift
[27/124] Emitting module ArgumentParser
[28/124] Compiling ArgumentParser NameSpecification.swift
[29/124] Compiling ArgumentParser Option.swift
[30/124] Compiling ArgumentParser OptionGroup.swift
[35/124] Compiling SotoSmithy SuppressTrait.swift
[36/124] Compiling ArgumentParser ArgumentHelp.swift
[37/124] Compiling ArgumentParser ArgumentVisibility.swift
[38/124] Compiling ArgumentParser CompletionKind.swift
[39/124] Compiling ArgumentParser Errors.swift
[40/124] Compiling ArgumentParser Flag.swift
[41/124] Compiling Mustache Transform.swift
[42/124] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/124] Compiling ArgumentParser CompletionsGenerator.swift
[44/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/124] Compiling ArgumentParser Argument.swift
[51/124] Compiling ArgumentParser ParserError.swift
[52/124] Compiling ArgumentParser SplitArguments.swift
[53/124] Compiling ArgumentParser DumpHelpGenerator.swift
[54/124] Compiling ArgumentParser HelpCommand.swift
[55/124] Compiling SotoSmithy TypeRefinementTraits.swift
[56/124] Compiling SotoSmithy WaitersTraits.swift
[57/124] Compiling SotoSmithy XmlBindingTraits.swift
[58/124] Compiling ArgumentParser Tree.swift
[59/124] Compiling ArgumentParser ParsableArguments.swift
[60/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/124] Compiling ArgumentParser ParsableCommand.swift
[62/124] Compiling ArgumentParser ArgumentDecoder.swift
[71/124] Compiling ArgumentParser HelpGenerator.swift
[72/124] Compiling ArgumentParser MessageInfo.swift
[73/124] Compiling ArgumentParser UsageGenerator.swift
[74/124] Compiling ArgumentParser CollectionExtensions.swift
[75/124] Compiling ArgumentParser ArgumentDefinition.swift
[76/124] Compiling ArgumentParser ArgumentSet.swift
[77/124] Compiling ArgumentParser CommandParser.swift
[78/124] Compiling ArgumentParser InputKey.swift
[89/124] Emitting module Mustache
[104/124] Emitting module SotoSmithy
[122/133] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[123/133] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[124/133] Compiling SotoSmithyAWS AwsS3Traits.swift
[125/133] Compiling SotoSmithyAWS AwsIAMTraits.swift
[126/133] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[127/133] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[128/133] Compiling SotoSmithyAWS Smithy.swift
[129/133] Emitting module SotoSmithyAWS
[130/133] Compiling SotoSmithyAWS AwsCoreTraits.swift
[131/156] Emitting module SotoCodeGeneratorLib
[132/158] Compiling SotoCodeGeneratorLib paginators.swift
[133/158] Compiling SotoCodeGeneratorLib shapes.swift
[134/158] Compiling SotoCodeGeneratorLib struct.swift
[135/158] Compiling SotoCodeGeneratorLib waiters.swift
[136/158] Compiling SotoCodeGeneratorLib error.swift
[137/158] Compiling SotoCodeGeneratorLib header.swift
[138/158] Compiling SotoCodeGeneratorLib api.swift
[139/158] Compiling SotoCodeGeneratorLib comment.swift
[140/158] Compiling SotoCodeGeneratorLib Glob.swift
[141/158] Compiling SotoCodeGeneratorLib Model+Patch.swift
[142/158] Compiling SotoCodeGeneratorLib Patch.swift
[143/158] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
[144/158] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
[145/158] Compiling SotoCodeGeneratorLib SotoTraits.swift
[146/158] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[147/158] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[148/158] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[149/158] Compiling SotoCodeGeneratorLib String.swift
[150/158] Compiling SotoCodeGeneratorLib Templates.swift
[151/158] Compiling SotoCodeGeneratorLib AwsService.swift
[152/158] Compiling SotoCodeGeneratorLib ConfigFile.swift
[153/158] Compiling SotoCodeGeneratorLib Endpoints.swift
[154/158] Compiling SotoCodeGeneratorLib enum.swift
[155/158] Compiling SotoCodeGeneratorLib enumWithValues.swift
[156/160] Emitting module SotoCodeGenerator
[157/160] Compiling SotoCodeGenerator SotoCodeGenerator.swift
[157/160] Write Objects.LinkFileList
[158/160] Linking SotoCodeGenerator-tool
[159/160] Applying SotoCodeGenerator-tool
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/473] Write sources
[12/473] Copying PrivacyInfo.xcprivacy
[13/473] Write sources
[13/473] Copying PrivacyInfo.xcprivacy
[15/473] Write sources
[45/473] Compiling CSotoExpat xmltok_impl.c
[45/473] Compiling CNIOWindows WSAStartup.c
[47/473] Compiling CSotoExpat xmltok_ns.c
[48/473] Compiling CNIOWindows shim.c
[49/473] Compiling _NumericsShims _NumericsShims.c
[50/473] Write swift-version-2F0A5646E1D333AE.txt
[51/473] Compiling CSotoExpat xmlrole.c
[52/473] Compiling CNIOLinux shim.c
[53/473] Compiling CNIOLinux liburing_shims.c
[54/473] Compiling CNIOWASI CNIOWASI.c
[55/473] Compiling _AtomicsShims.c
[56/482] Compiling CNIOLLHTTP c_nio_http.c
[58/484] Compiling ServiceContextModule ServiceContextKey.swift
[58/484] Compiling CSotoExpat xmltok.c
[60/484] Compiling _NIOBase64 Base64.swift
[61/484] Emitting module _NIOBase64
[61/494] Compiling CNIOLLHTTP c_nio_api.c
[63/494] Emitting module ServiceContextModule
[64/494] Compiling ServiceContextModule ServiceContext.swift
[64/494] Compiling CNIOLLHTTP c_nio_llhttp.c
[66/499] Compiling RealModule Real.swift
[67/535] Compiling _NIODataStructures Heap.swift
[68/535] Compiling RealModule RealFunctions.swift
[69/535] Compiling RealModule Float16+Real.swift
[70/537] Emitting module _NIODataStructures
[71/537] Compiling _NIODataStructures _TinyArray.swift
[72/537] Compiling _NIODataStructures PriorityQueue.swift
[73/537] Compiling RealModule Float80+Real.swift
[74/537] Compiling RealModule ElementaryFunctions.swift
[75/537] Compiling RealModule Float+Real.swift
[76/537] Compiling RealModule ApproximateEquality.swift
[77/537] Compiling RealModule Double+Real.swift
[78/537] Compiling RealModule AugmentedArithmetic.swift
[79/537] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/537] Compiling InternalCollectionsUtilities Specialize.swift
[81/537] Compiling InternalCollectionsUtilities Debugging.swift
[82/537] Compiling InternalCollectionsUtilities Descriptions.swift
[83/537] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/537] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/537] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[86/611] Compiling RealModule AlgebraicField.swift
[87/611] Emitting module RealModule
[88/611] Compiling Logging LogHandler.swift
[89/614] Compiling Instrumentation MultiplexInstrument.swift
[90/614] Compiling Instrumentation Instrument.swift
[91/614] Compiling Instrumentation Locks.swift
[92/614] Compiling Instrumentation NoOpInstrument.swift
[93/614] Emitting module Instrumentation
[94/614] Compiling Instrumentation InstrumentationSystem.swift
[95/614] Emitting module INIParser
[96/614] Compiling INIParser INIParser.swift
[97/614] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[97/614] Compiling CNIOExtrasZlib empty.c
[98/614] Compiling CSotoExpat xmlparse.c
[100/633] Compiling JMESPath Sendable.swift
[101/633] Compiling JMESPath Runtime.swift
[102/633] Compiling JMESPath Token.swift
[103/642] Compiling JMESPath Parser.swift
[104/642] Compiling Atomics PointerConformances.swift
[105/642] Compiling Atomics Primitives.native.swift
[106/642] Compiling Atomics AtomicBool.swift
[107/642] Compiling Atomics IntegerConformances.swift
[108/642] Compiling Atomics Primitives.shims.swift
[109/642] Compiling Atomics AtomicInteger.swift
[110/642] Emitting module InternalCollectionsUtilities
[111/642] Compiling Atomics OptionalRawRepresentable.swift
[112/642] Compiling Atomics RawRepresentable.swift
[113/642] Compiling Atomics AtomicOptionalWrappable.swift
[114/642] Compiling Atomics AtomicReference.swift
[115/642] Emitting module Crypto
[116/655] Compiling Atomics ManagedAtomic.swift
[117/655] Compiling Atomics ManagedAtomicLazyReference.swift
[118/655] Compiling Atomics UnsafeAtomic.swift
[119/655] Compiling Atomics UnsafeAtomicLazyReference.swift
[120/657] Compiling Atomics AtomicMemoryOrderings.swift
[121/657] Compiling Atomics DoubleWord.swift
[122/657] Compiling Atomics AtomicStorage.swift
[123/657] Compiling Atomics AtomicValue.swift
[124/657] Compiling Crypto AES-GCM.swift
[125/657] Compiling Crypto AES-GCM_boring.swift
[126/657] Compiling Crypto ChaChaPoly_boring.swift
[127/657] Compiling Crypto ChaChaPoly.swift
[128/657] Compiling Crypto Cipher.swift
[129/657] Compiling Crypto Nonces.swift
[130/657] Compiling Crypto ASN1.swift
[131/657] Compiling Crypto ASN1Any.swift
[132/657] Compiling Crypto GeneralizedTime.swift
[133/657] Compiling Crypto ObjectIdentifier.swift
[134/657] Compiling Crypto ECDSASignature.swift
[135/657] Compiling Crypto PEMDocument.swift
[136/657] Compiling Crypto PKCS8PrivateKey.swift
[137/657] Compiling Crypto SEC1PrivateKey.swift
[138/657] Compiling Crypto SubjectPublicKeyInfo.swift
[139/657] Compiling Crypto CryptoKitErrors.swift
[140/657] Compiling Crypto HPKE.swift
[141/657] Compiling Crypto HPKE-Context.swift
[142/657] Compiling Crypto HPKE-KeySchedule.swift
[143/657] Compiling Crypto HPKE-Modes.swift
[144/657] Compiling Crypto Insecure.swift
[145/657] Compiling Crypto Insecure_HashFunctions.swift
[146/657] Compiling Crypto KEM.swift
[147/657] Compiling Crypto ECDH_boring.swift
[148/657] Compiling Crypto HPKE-KexKeyDerivation.swift
[149/657] Compiling Crypto HPKE-LabeledExtract.swift
[150/657] Compiling Crypto HPKE-Utils.swift
[151/657] Compiling Crypto DHKEM.swift
[152/657] Compiling Crypto HPKE-KEM-Curve25519.swift
[153/657] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[154/657] Compiling Crypto HPKE-KEM.swift
[155/657] Compiling Crypto HPKE-Errors.swift
[164/657] Compiling Crypto Digest_boring.swift
[165/657] Compiling Crypto Digest.swift
[166/657] Compiling Crypto Digests.swift
[167/657] Compiling Crypto HashFunctions.swift
[168/657] Compiling Crypto HashFunctions_SHA2.swift
[169/657] Compiling Crypto HPKE-AEAD.swift
[170/657] Compiling Crypto HPKE-Ciphersuite.swift
[171/657] Compiling Crypto HPKE-KDF.swift
[182/657] Compiling Atomics IntegerOperations.swift
[183/657] Compiling Atomics Unmanaged extensions.swift
[184/657] Compiling Crypto ECDSA.swift
[185/657] Compiling Crypto Ed25519.swift
[186/657] Compiling Crypto Signature.swift
[187/657] Compiling Crypto CryptoKitErrors_boring.swift
[188/657] Compiling Crypto DH.swift
[189/657] Compiling Crypto ECDH.swift
[190/657] Compiling Crypto HKDF.swift
[191/657] Compiling Crypto AESWrap.swift
[192/657] Compiling Crypto AESWrap_boring.swift
[193/657] Compiling Crypto Ed25519_boring.swift
[194/657] Compiling Crypto NISTCurvesKeys_boring.swift
[195/657] Compiling Crypto X25519Keys_boring.swift
[196/657] Compiling Logging MetadataProvider.swift
[197/657] Compiling Logging Locks.swift
[198/657] Emitting module Logging
[199/657] Compiling Logging Logging.swift
[199/657] Compiling CNIODarwin shim.c
[200/657] Compiling fiat_p256_adx_sqr.S
[202/657] Compiling Tracing Tracer.swift
[203/657] Compiling Tracing TracingTime.swift
[204/657] Compiling Tracing TracerProtocol+Legacy.swift
[205/657] Compiling Tracing TracerProtocol.swift
[205/657] Compiling fiat_p256_adx_mul.S
[207/657] Compiling JMESPath Lexer.swift
[208/657] Compiling JMESPath Expression.swift
[209/657] Emitting module JMESPath
[210/657] Compiling JMESPath Interpreter.swift
[211/657] Compiling JMESPath Functions.swift
[215/657] Compiling fiat_curve25519_adx_square.S
[216/673] Compiling fiat_curve25519_adx_mul.S
[218/673] Compiling Tracing NoOpTracer.swift
[219/673] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/673] Emitting module Tracing
[221/673] Compiling Tracing SpanProtocol.swift
[221/673] Compiling CNIOBoringSSLShims shims.c
[223/673] Emitting module CoreMetrics
[224/673] Compiling CoreMetrics Locks.swift
[225/673] Compiling CoreMetrics Metrics.swift
[226/673] Compiling JMESPath Variable.swift
[227/675] Compiling Crypto RNG_boring.swift
[228/675] Compiling Crypto SafeCompare_boring.swift
[229/675] Compiling Crypto Zeroization_boring.swift
[230/675] Compiling Crypto PrettyBytes.swift
[231/675] Compiling Crypto SafeCompare.swift
[232/675] Compiling Crypto SecureBytes.swift
[233/675] Compiling Crypto Zeroization.swift
[234/675] Compiling Crypto resource_bundle_accessor.swift
[235/675] Compiling DequeModule _DequeBufferHeader.swift
[236/675] Compiling DequeModule _DequeSlot.swift
[237/675] Compiling DequeModule _DequeBuffer.swift
[238/676] Compiling DequeModule Deque+CustomReflectable.swift
[239/676] Compiling DequeModule Deque+Descriptions.swift
[240/676] Compiling DequeModule Deque+Extras.swift
[241/676] Compiling DequeModule Deque+Hashable.swift
[242/676] Compiling DequeModule Deque+Equatable.swift
[243/676] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[244/676] Compiling DequeModule Deque+Testing.swift
[245/676] Compiling DequeModule Deque._Storage.swift
[246/676] Compiling DequeModule Deque+Codable.swift
[247/676] Compiling DequeModule Deque+Collection.swift
[252/676] Compiling Metrics Metrics.swift
[253/676] Emitting module Metrics
[258/676] Compiling DequeModule Deque._UnsafeHandle.swift
[259/676] Compiling DequeModule Deque.swift
[262/676] Emitting module DequeModule
[263/676] Compiling DequeModule _UnsafeWrappedBuffer.swift
[264/676] Emitting module Atomics
[265/676] Emitting module ScipioStorage
[266/676] Compiling ScipioStorage CacheStorage.swift
[266/676] Compiling tls_record.cc
[267/676] Compiling tls13_enc.cc
[267/676] Compiling tls_method.cc
[267/676] Compiling tls13_client.cc
[267/676] Compiling tls13_both.cc
[267/676] Compiling tls13_server.cc
[272/676] Compiling t1_enc.cc
[273/676] Compiling ssl_x509.cc
[274/676] Compiling ssl_versions.cc
[275/676] Compiling ssl_stat.cc
[276/676] Compiling ssl_transcript.cc
[277/676] Compiling ssl_file.cc
[278/676] Compiling ssl_key_share.cc
[279/676] Compiling ssl_privkey.cc
[280/676] Compiling ssl_session.cc
[281/676] Compiling ssl_lib.cc
[282/676] Compiling ssl_credential.cc
[283/676] Compiling ssl_buffer.cc
[284/676] Compiling ssl_cipher.cc
[285/676] Compiling ssl_cert.cc
[286/676] Compiling s3_pkt.cc
[286/676] Compiling ssl_aead_ctx.cc
[288/676] Compiling ssl_asn1.cc
[289/676] Compiling s3_lib.cc
[290/676] Compiling s3_both.cc
[291/676] Compiling handshake_server.cc
[293/676] Compiling SotoXML XMLEncoder.swift
[294/676] Emitting module SotoXML
[295/676] Compiling SotoXML XMLDecoder.swift
[296/676] Compiling SotoXML Expat.swift
[297/676] Compiling SotoXML XML.swift
[297/676] Compiling handshake.cc
[298/676] Compiling handshake_client.cc
[299/676] Compiling dtls_method.cc
[300/676] Compiling dtls_record.cc
[301/676] Compiling encrypted_client_hello.cc
[302/676] Compiling handoff.cc
[303/676] Compiling md5-x86_64-linux.S
[304/676] Compiling md5-x86_64-apple.S
[305/676] Compiling md5-586-linux.S
[306/676] Compiling md5-586-apple.S
[307/676] Compiling chacha20_poly1305_x86_64-linux.S
[308/676] Compiling chacha20_poly1305_x86_64-apple.S
[309/676] Compiling chacha20_poly1305_armv8-win.S
[310/676] Compiling d1_srtp.cc
[311/676] Compiling extensions.cc
[312/676] Compiling chacha20_poly1305_armv8-linux.S
[313/676] Compiling chacha-x86_64-linux.S
[314/676] Compiling chacha-x86_64-apple.S
[315/676] Compiling chacha-x86-linux.S
[316/676] Compiling chacha20_poly1305_armv8-apple.S
[317/676] Compiling chacha-x86-apple.S
[318/676] Compiling chacha-armv8-win.S
[319/676] Compiling chacha-armv8-linux.S
[320/676] Compiling chacha-armv4-linux.S
[321/676] Compiling chacha-armv8-apple.S
[322/676] Compiling aes128gcmsiv-x86_64-linux.S
[323/676] Compiling aes128gcmsiv-x86_64-apple.S
[324/676] Compiling x86_64-mont5-linux.S
[325/676] Compiling x86_64-mont5-apple.S
[326/676] Compiling x86_64-mont-linux.S
[327/676] Compiling x86_64-mont-apple.S
[328/676] Compiling x86-mont-linux.S
[329/676] Compiling x86-mont-apple.S
[330/676] Compiling vpaes-x86_64-linux.S
[331/676] Compiling vpaes-x86-linux.S
[332/676] Compiling vpaes-x86_64-apple.S
[333/676] Compiling err_data.cc
[334/676] Compiling vpaes-x86-apple.S
[335/676] Compiling vpaes-armv8-win.S
[336/676] Compiling d1_pkt.cc
[337/676] Compiling vpaes-armv8-linux.S
[338/676] Compiling vpaes-armv7-linux.S
[339/676] Compiling vpaes-armv8-apple.S
[340/676] Compiling sha512-x86_64-linux.S
[341/676] Compiling sha512-x86_64-apple.S
[342/676] Compiling sha512-armv8-win.S
[343/676] Compiling sha512-armv8-linux.S
[344/676] Compiling sha512-armv8-apple.S
[345/676] Compiling sha512-armv4-linux.S
[346/676] Compiling sha512-586-linux.S
[347/676] Compiling sha512-586-apple.S
[348/676] Compiling sha256-x86_64-linux.S
[349/676] Compiling sha256-x86_64-apple.S
[350/676] Compiling sha256-armv8-win.S
[351/676] Compiling sha256-armv8-linux.S
[352/676] Compiling sha256-armv4-linux.S
[353/676] Compiling sha256-586-linux.S
[354/676] Compiling bio_ssl.cc
[355/676] Compiling sha256-armv8-apple.S
[356/676] Compiling sha1-x86_64-linux.S
[357/676] Compiling sha256-586-apple.S
[358/676] Compiling sha1-x86_64-apple.S
[359/676] Compiling sha1-armv8-win.S
[360/676] Compiling sha1-armv8-linux.S
[361/676] Compiling sha1-armv4-large-linux.S
[362/676] Compiling sha1-armv8-apple.S
[363/676] Compiling sha1-586-apple.S
[363/676] Compiling sha1-586-linux.S
[364/676] Compiling rsaz-avx2-linux.S
[366/676] Compiling rsaz-avx2-apple.S
[367/676] Compiling rdrand-x86_64-linux.S
[368/676] Compiling rdrand-x86_64-apple.S
[369/676] Compiling p256_beeu-x86_64-asm-linux.S
[370/676] Compiling p256_beeu-x86_64-asm-apple.S
[371/676] Compiling p256_beeu-armv8-asm-linux.S
[372/676] Compiling p256_beeu-armv8-asm-win.S
[373/676] Compiling p256_beeu-armv8-asm-apple.S
[374/676] Compiling p256-x86_64-asm-linux.S
[375/676] Compiling d1_lib.cc
[376/676] Compiling p256-x86_64-asm-apple.S
[377/676] Compiling p256-armv8-asm-linux.S
[378/676] Compiling p256-armv8-asm-win.S
[379/676] Compiling ghashv8-armv8-linux.S
[380/676] Compiling ghashv8-armv8-win.S
[381/676] Compiling ghashv8-armv8-apple.S
[382/676] Compiling p256-armv8-asm-apple.S
[383/676] Compiling ghashv8-armv7-linux.S
[384/676] Compiling ghash-x86_64-linux.S
[385/676] Compiling ghash-x86_64-apple.S
[386/676] Compiling ghash-x86-apple.S
[387/676] Compiling d1_both.cc
[388/676] Compiling ghash-x86-linux.S
[389/676] Compiling ghash-ssse3-x86_64-linux.S
[390/676] Compiling ghash-ssse3-x86_64-apple.S
[391/676] Compiling ghash-ssse3-x86-linux.S
[392/676] Compiling ghash-neon-armv8-win.S
[392/676] Compiling ghash-neon-armv8-linux.S
[394/676] Compiling ghash-ssse3-x86-apple.S
[395/676] Compiling ghash-neon-armv8-apple.S
[396/676] Compiling ghash-armv4-linux.S
[397/676] Compiling co-586-linux.S
[398/676] Compiling co-586-apple.S
[399/676] Compiling bsaes-armv7-linux.S
[400/676] Compiling bn-armv8-win.S
[401/676] Compiling bn-armv8-linux.S
[402/676] Compiling bn-armv8-apple.S
[403/676] Compiling bn-586-linux.S
[403/676] Compiling armv8-mont-win.S
[403/676] Compiling bn-586-apple.S
[406/676] Compiling armv8-mont-linux.S
[407/676] Compiling armv8-mont-apple.S
[408/676] Compiling aesv8-gcm-armv8-win.S
[409/676] Compiling armv4-mont-linux.S
[410/676] Compiling aesv8-gcm-armv8-linux.S
[411/676] Compiling aesv8-armv8-win.S
[412/676] Compiling aesv8-armv7-linux.S
[413/676] Compiling aesv8-armv8-linux.S
[414/676] Compiling aesv8-armv8-apple.S
[415/676] Compiling aesv8-gcm-armv8-apple.S
[416/676] Compiling aesni-x86_64-linux.S
[417/676] Compiling aesni-x86-linux.S
[418/676] Compiling aesni-x86-apple.S
[418/676] Compiling aesni-x86_64-apple.S
[420/676] Compiling aes-gcm-avx2-x86_64-apple.S
[421/676] Compiling aesni-gcm-x86_64-linux.S
[422/676] Compiling aes-gcm-avx2-x86_64-linux.S
[423/676] Compiling aesni-gcm-x86_64-apple.S
[424/676] Compiling aes-gcm-avx10-x86_64-linux.S
[425/676] Compiling aes-gcm-avx10-x86_64-apple.S
[426/676] Compiling x_x509a.cc
[427/676] Compiling x_sig.cc
[428/676] Compiling x_val.cc
[429/676] Compiling x_spki.cc
[430/676] Compiling x_exten.cc
[431/676] Compiling x_pubkey.cc
[432/676] Compiling x_req.cc
[433/676] Compiling x_x509.cc
[434/676] Compiling x_crl.cc
[435/676] Compiling x_name.cc
[436/676] Compiling x_attrib.cc
[437/676] Compiling x_algor.cc
[438/676] Compiling x509spki.cc
[439/676] Compiling x_all.cc
[440/676] Compiling x509rset.cc
[441/676] Compiling x509cset.cc
[442/676] Compiling x509_vpm.cc
[443/676] Compiling x509_v3.cc
[444/676] Compiling x509name.cc
[445/676] Compiling x509_vfy.cc
[446/676] Compiling x509_txt.cc
[447/676] Compiling x509_trs.cc
[448/676] Compiling x509_req.cc
[449/676] Compiling x509_set.cc
[450/676] Compiling x509_obj.cc
[451/676] Compiling x509_def.cc
[452/676] Compiling x509_d2.cc
[453/676] Compiling x509_ext.cc
[454/676] Compiling x509_lu.cc
[455/676] Compiling x509_cmp.cc
[456/676] Compiling x509_att.cc
[457/676] Compiling x509.cc
[458/676] Compiling v3_skey.cc
[459/676] Compiling v3_purp.cc
[460/676] Compiling v3_prn.cc
[461/676] Compiling v3_pmaps.cc
[462/676] Compiling v3_ocsp.cc
[463/676] Compiling v3_pcons.cc
[464/676] Compiling v3_utl.cc
[465/676] Compiling v3_ncons.cc
[466/676] Compiling v3_lib.cc
[467/676] Compiling v3_int.cc
[468/676] Compiling v3_info.cc
[469/676] Compiling v3_ia5.cc
[470/676] Compiling v3_genn.cc
[471/676] Compiling v3_enum.cc
[472/676] Compiling v3_extku.cc
[473/676] Compiling v3_conf.cc
[474/676] Compiling v3_crld.cc
[475/676] Compiling v3_cpols.cc
[476/676] Compiling v3_bitst.cc
[477/676] Compiling v3_bcons.cc
[478/676] Compiling v3_akeya.cc
[479/676] Compiling v3_alt.cc
[480/676] Compiling v3_akey.cc
[481/676] Compiling t_x509a.cc
[482/676] Compiling t_x509.cc
[483/676] Compiling t_crl.cc
[484/676] Compiling t_req.cc
[485/676] Compiling rsa_pss.cc
[486/676] Compiling i2d_pr.cc
[487/676] Compiling name_print.cc
[488/676] Compiling policy.cc
[489/676] Compiling by_file.cc
[490/676] Compiling algorithm.cc
[491/676] Compiling by_dir.cc
[492/676] Compiling a_verify.cc
[493/676] Compiling a_digest.cc
[494/676] Compiling asn1_gen.cc
[495/676] Compiling a_sign.cc
[496/676] Compiling voprf.cc
[497/676] Compiling thread_win.cc
[498/676] Compiling thread.cc
[499/676] Compiling thread_pthread.cc
[500/676] Compiling thread_none.cc
[501/676] Compiling trust_token.cc
[502/676] Compiling stack.cc
[503/676] Compiling pmbtoken.cc
[504/676] Compiling slhdsa.cc
[505/676] Compiling spake2plus.cc
[506/676] Compiling siphash.cc
[507/676] Compiling sha512.cc
[508/676] Compiling sha256.cc
[509/676] Compiling rsa_extra.cc
[510/676] Compiling sha1.cc
[511/676] Compiling rsa_print.cc
[512/676] Compiling rsa_crypt.cc
[513/676] Compiling refcount.cc
[514/676] Compiling rsa_asn1.cc
[515/676] Compiling rc4.cc
[516/676] Compiling windows.cc
[517/676] Compiling urandom.cc
[518/676] Compiling trusty.cc
[519/676] Compiling poly1305_arm_asm.S
[520/676] Compiling ios.cc
[521/676] Compiling rand.cc
[522/676] Compiling passive.cc
[523/676] Compiling getentropy.cc
[524/676] Compiling forkunsafe.cc
[525/676] Compiling deterministic.cc
[526/676] Compiling fork_detect.cc
[527/676] Compiling poly1305_vec.cc
[528/676] Compiling poly1305_arm.cc
[529/676] Compiling poly1305.cc
[530/676] Compiling pool.cc
[531/676] Compiling pkcs7.cc
[532/676] Compiling pkcs8.cc
[533/676] Compiling p5_pbev2.cc
[534/676] Compiling pkcs8_x509.cc
[535/676] Compiling pkcs7_x509.cc
[536/676] Compiling pem_xaux.cc
[537/676] Compiling pem_x509.cc
[538/676] Compiling pem_pkey.cc
[539/676] Compiling pem_pk8.cc
[540/676] Compiling pem_oth.cc
[541/676] Compiling mlkem.cc
[542/676] Compiling obj_xref.cc
[543/676] Compiling pem_info.cc
[544/676] Compiling pem_lib.cc
[545/676] Compiling pem_all.cc
[546/676] Compiling mldsa.cc
[547/676] Compiling poly_rq_mul.S
[548/676] Compiling obj.cc
[549/676] Compiling fips_shared_support.cc
[550/676] Compiling md5.cc
[551/676] Compiling mem.cc
[552/676] Compiling md4.cc
[553/676] Compiling lhash.cc
[554/676] Compiling kyber.cc
[555/676] Compiling ex_data.cc
[556/676] Compiling sign.cc
[557/676] Compiling scrypt.cc
[558/676] Compiling print.cc
[559/676] Compiling pbkdf.cc
[560/676] Compiling hpke.cc
[561/676] Compiling hrss.cc
[562/676] Compiling p_x25519_asn1.cc
[563/676] Compiling p_x25519.cc
[564/676] Compiling p_ed25519.cc
[565/676] Compiling p_rsa_asn1.cc
[566/676] Compiling p_rsa.cc
[567/676] Compiling p_hkdf.cc
[568/676] Compiling p_ec.cc
[569/676] Compiling p_ed25519_asn1.cc
[570/676] Compiling p_ec_asn1.cc
[571/676] Compiling p_dh_asn1.cc
[572/676] Compiling p_dsa_asn1.cc
[573/676] Compiling p_dh.cc
[574/676] Compiling evp_ctx.cc
[575/676] Compiling evp.cc
[576/676] Compiling engine.cc
[577/676] Compiling err.cc
[578/676] Compiling evp_asn1.cc
[579/676] Compiling ecdh.cc
[580/676] Compiling ecdsa_asn1.cc
[581/676] Compiling hash_to_curve.cc
[582/676] Compiling ec_derive.cc
[583/676] Compiling dsa.cc
[584/676] Compiling ec_asn1.cc
[585/676] Compiling dsa_asn1.cc
[586/676] Compiling params.cc
[587/676] Compiling x25519-asm-arm.S
[587/676] Compiling bcm.cc
[589/676] Compiling digest_extra.cc
[590/676] Compiling des.cc
[591/676] Compiling dh_asn1.cc
[592/676] Compiling curve25519_64_adx.cc
[593/676] Compiling spake25519.cc
[594/676] Compiling cpu_intel.cc
[595/676] Compiling crypto.cc
[596/676] Compiling cpu_arm_freebsd.cc
[597/676] Compiling cpu_arm_linux.cc
[598/676] Compiling cpu_aarch64_win.cc
[599/676] Compiling curve25519.cc
[600/676] Compiling cpu_aarch64_sysreg.cc
[601/676] Compiling cpu_aarch64_openbsd.cc
[602/676] Compiling cpu_aarch64_linux.cc
[603/676] Compiling cpu_aarch64_fuchsia.cc
[604/676] Compiling cpu_aarch64_apple.cc
[605/676] Compiling get_cipher.cc
[606/676] Compiling conf.cc
[607/676] Compiling tls_cbc.cc
[608/676] Compiling e_rc4.cc
[608/676] Compiling e_tls.cc
[610/676] Compiling e_rc2.cc
[611/676] Compiling e_null.cc
[612/676] Compiling e_des.cc
[613/676] Compiling e_chacha20poly1305.cc
[614/676] Compiling e_aesgcmsiv.cc
[615/676] Compiling derive_key.cc
[616/676] Compiling chacha.cc
[617/676] Compiling e_aesctrhmac.cc
[618/676] Compiling unicode.cc
[619/676] Compiling cbs.cc
[620/676] Compiling cbb.cc
[621/676] Compiling ber.cc
[622/676] Compiling buf.cc
[623/676] Compiling asn1_compat.cc
[624/676] Compiling blake2.cc
[625/676] Compiling socket_helper.cc
[626/676] Compiling bn_asn1.cc
[627/676] Compiling socket.cc
[628/676] Compiling convert.cc
[629/676] Compiling printf.cc
[630/676] Compiling pair.cc
[631/676] Compiling hexdump.cc
[632/676] Compiling file.cc
[633/676] Compiling fd.cc
[634/676] Compiling errno.cc
[635/676] Compiling connect.cc
[636/676] Compiling bio_mem.cc
[637/676] Compiling base64.cc
[638/676] Compiling bio.cc
[639/676] Compiling tasn_typ.cc
[640/676] Compiling tasn_fre.cc
[641/676] Compiling tasn_enc.cc
[642/676] Compiling tasn_utl.cc
[643/676] Compiling tasn_new.cc
[644/676] Compiling posix_time.cc
[645/676] Compiling f_string.cc
[646/676] Compiling f_int.cc
[647/676] Compiling tasn_dec.cc
[648/676] Compiling asn_pack.cc
[649/676] Compiling asn1_par.cc
[650/676] Compiling asn1_lib.cc
[651/676] Compiling a_utctm.cc
[652/676] Compiling a_type.cc
[653/676] Compiling a_time.cc
[654/676] Compiling a_octet.cc
[655/676] Compiling a_strnid.cc
[656/676] Compiling a_strex.cc
[657/676] Compiling a_mbstr.cc
[658/676] Compiling a_object.cc
[659/676] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[659/676] Write sources
[663/676] Compiling a_int.cc
[664/676] Compiling a_i2d_fp.cc
[665/676] Compiling a_dup.cc
[666/676] Compiling a_d2i_fp.cc
[667/676] Compiling a_gentm.cc
[668/676] Compiling a_bitstr.cc
[669/687] Compiling a_bool.cc
[671/702] Compiling Algorithms Suffix.swift
[672/702] Compiling Algorithms Trim.swift
[673/704] Compiling Algorithms Unique.swift
[674/704] Compiling Algorithms Windows.swift
[674/704] Write Objects.LinkFileList
[676/704] Compiling Algorithms Combinations.swift
[677/704] Compiling Algorithms Compacted.swift
[678/704] Compiling Algorithms Cycle.swift
[679/704] Compiling Algorithms Joined.swift
[680/704] Compiling Algorithms Keyed.swift
[681/704] Compiling Algorithms MinMax.swift
[682/704] Compiling Algorithms Grouped.swift
[683/704] Compiling Algorithms Indexed.swift
[684/704] Compiling Algorithms Intersperse.swift
[685/704] Compiling Algorithms Split.swift
[686/704] Compiling Algorithms Stride.swift
[687/704] Compiling Algorithms EitherSequence.swift
[688/704] Compiling Algorithms FirstNonNil.swift
[689/704] Compiling Algorithms FlattenCollection.swift
[690/704] Compiling Algorithms Partition.swift
[691/704] Compiling Algorithms Permutations.swift
[692/704] Compiling Algorithms Product.swift
[693/704] Compiling Algorithms AdjacentPairs.swift
[694/704] Compiling Algorithms Chain.swift
[695/704] Compiling Algorithms Chunked.swift
[696/704] Compiling Algorithms RandomSample.swift
[697/704] Compiling Algorithms Reductions.swift
[698/704] Compiling Algorithms Rotate.swift
[698/704] Compiling c-nioatomics.c
[699/704] Linking SotoCodeGenerator-tool
[701/704] Emitting module Algorithms
[701/704] Compiling c-atomics.c
2025-04-29T14:30:14-0700 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_api.swift
2025-04-29T14:30:14-0700 info SotoCodeGenerator : [SotoCodeGeneratorLib] Wrote s3_shapes.swift
[702/710] Generating code for s3.json
[703/710] Write sources
[705/710] Compiling NIOConcurrencyHelpers lock.swift
[706/710] Compiling NIOConcurrencyHelpers NIOLock.swift
[707/710] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[708/710] Emitting module NIOConcurrencyHelpers
[709/710] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[710/710] Compiling NIOConcurrencyHelpers atomics.swift
[711/771] Compiling NIOCore GlobalSingletons.swift
[712/771] Compiling NIOCore IO.swift
[713/771] Compiling NIOCore IOData.swift
[714/771] Compiling NIOCore IPProtocol.swift
[715/771] Compiling NIOCore IntegerBitPacking.swift
[716/771] Compiling NIOCore IntegerTypes.swift
[717/771] Compiling NIOCore Interfaces.swift
[718/771] Compiling NIOCore Linux.swift
[719/771] Compiling NIOCore MarkedCircularBuffer.swift
[720/771] Compiling NIOCore MulticastChannel.swift
[721/771] Compiling NIOCore NIOAny.swift
[722/771] Compiling NIOCore NIOCloseOnErrorHandler.swift
[723/777] Compiling NIOCore AddressedEnvelope.swift
[724/777] Compiling NIOCore AsyncAwaitSupport.swift
[725/777] Compiling NIOCore AsyncChannel.swift
[726/777] Compiling NIOCore AsyncChannelHandler.swift
[727/777] Compiling NIOCore AsyncChannelInboundStream.swift
[728/777] Compiling NIOCore AsyncChannelOutboundWriter.swift
[729/777] Compiling NIOCore NIOAsyncSequenceProducer.swift
[730/777] Compiling NIOCore Codec.swift
[731/777] Compiling NIOCore ConvenienceOptionSupport.swift
[732/777] Compiling NIOCore DeadChannel.swift
[733/777] Compiling NIOCore DispatchQueue+WithFuture.swift
[734/777] Compiling NIOCore EventLoop+Deprecated.swift
[735/777] Compiling NIOCore EventLoop+SerialExecutor.swift
[736/777] Compiling NIOCore EventLoop.swift
[737/777] Compiling NIOCore SocketOptionProvider.swift
[738/777] Compiling NIOCore SystemCallHelpers.swift
[739/777] Compiling NIOCore TimeAmount+Duration.swift
[740/777] Compiling NIOCore TypeAssistedChannelHandler.swift
[741/777] Compiling NIOCore UniversalBootstrapSupport.swift
[742/777] Compiling NIOCore Utilities.swift
[743/777] Compiling NIOCore Channel.swift
[744/777] Compiling NIOCore ChannelHandler.swift
[745/777] Compiling NIOCore ChannelHandlers.swift
[746/777] Compiling NIOCore ChannelInvoker.swift
[747/777] Compiling NIOCore ChannelOption.swift
[748/777] Compiling NIOCore ChannelPipeline.swift
[749/777] Compiling NIOCore CircularBuffer.swift
[750/777] Compiling NIOCore NIOLoopBound.swift
[751/777] Compiling NIOCore NIOScheduledCallback.swift
[752/777] Compiling NIOCore NIOSendable.swift
[753/777] Compiling NIOCore RecvByteBufferAllocator.swift
[754/777] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[755/777] Compiling NIOCore SocketAddresses.swift
[756/777] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[757/777] Compiling NIOCore EventLoopFuture+Deprecated.swift
[758/777] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[759/777] Compiling NIOCore EventLoopFuture.swift
[760/777] Compiling NIOCore FileDescriptor.swift
[761/777] Compiling NIOCore FileHandle.swift
[762/777] Compiling NIOCore FileRegion.swift
[763/777] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[764/777] Compiling NIOCore NIOAsyncWriter.swift
[765/777] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[766/777] Compiling NIOCore BSDSocketAPI.swift
[767/777] Compiling NIOCore ByteBuffer-aux.swift
[768/777] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[769/777] Compiling NIOCore ByteBuffer-conversions.swift
[770/777] Compiling NIOCore ByteBuffer-core.swift
[771/777] Compiling NIOCore ByteBuffer-hex.swift
[772/777] Compiling NIOCore ByteBuffer-int.swift
[773/777] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[774/777] Compiling NIOCore ByteBuffer-multi-int.swift
[775/777] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[776/777] Compiling NIOCore ByteBuffer-views.swift
[777/777] Emitting module NIOCore
[778/830] Compiling NIOEmbedded AsyncTestingChannel.swift
[779/830] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[780/830] Compiling NIOEmbedded Embedded.swift
[781/830] Emitting module NIOEmbedded
[782/830] Compiling NIOPosix GetaddrinfoResolver.swift
[783/830] Compiling NIOPosix HappyEyeballs.swift
[784/830] Compiling NIOPosix IO.swift
[785/830] Compiling NIOPosix IntegerBitPacking.swift
[786/830] Compiling NIOPosix IntegerTypes.swift
[787/830] Compiling NIOPosix Linux.swift
[788/835] Compiling NIOPosix Selectable.swift
[789/835] Compiling NIOPosix SelectableChannel.swift
[790/835] Compiling NIOPosix SelectableEventLoop.swift
[791/835] Compiling NIOPosix SelectorEpoll.swift
[792/835] Compiling NIOPosix SelectorGeneric.swift
[793/835] Emitting module NIOPosix
[794/835] Compiling NIOPosix BSDSocketAPICommon.swift
[795/835] Compiling NIOPosix BSDSocketAPIPosix.swift
[796/835] Compiling NIOPosix BSDSocketAPIWindows.swift
[797/835] Compiling NIOPosix BaseSocket.swift
[798/835] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[799/835] Compiling NIOPosix BaseSocketChannel.swift
[800/835] Compiling NIOPosix UnsafeTransfer.swift
[801/835] Compiling NIOPosix Utilities.swift
[802/835] Compiling NIOPosix VsockAddress.swift
[803/835] Compiling NIOPosix VsockChannelEvents.swift
[804/835] Compiling NIOPosix resource_bundle_accessor.swift
[805/835] Compiling NIOPosix SocketProtocols.swift
[806/835] Compiling NIOPosix System.swift
[807/835] Compiling NIOPosix Thread.swift
[808/835] Compiling NIOPosix ThreadPosix.swift
[809/835] Compiling NIOPosix ThreadWindows.swift
[810/835] Compiling NIOPosix PooledRecvBufferAllocator.swift
[811/835] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[812/835] Compiling NIOPosix PosixSingletons.swift
[813/835] Compiling NIOPosix RawSocketBootstrap.swift
[814/835] Compiling NIOPosix Resolver.swift
[815/835] Compiling NIOPosix LinuxCPUSet.swift
[816/835] Compiling NIOPosix LinuxUring.swift
[817/835] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[818/835] Compiling NIOPosix NIOThreadPool.swift
[819/835] Compiling NIOPosix NonBlockingFileIO.swift
[820/835] Compiling NIOPosix SelectorKqueue.swift
[821/835] Compiling NIOPosix SelectorUring.swift
[822/835] Compiling NIOPosix ServerSocket.swift
[823/835] Compiling NIOPosix Socket.swift
[824/835] Compiling NIOPosix SocketChannel.swift
[825/835] Compiling NIOPosix PendingDatagramWritesManager.swift
[826/835] Compiling NIOPosix PendingWritesManager.swift
[827/835] Compiling NIOPosix PipeChannel.swift
[828/835] Compiling NIOPosix PipePair.swift
[829/835] Compiling NIOPosix Pool.swift
[830/835] Compiling NIOPosix BaseStreamSocketChannel.swift
[831/835] Compiling NIOPosix Bootstrap.swift
[832/835] Compiling NIOPosix ControlMessage.swift
[833/835] Compiling NIOPosix DatagramVectorReadManager.swift
[834/835] Compiling NIOPosix Errors+Any.swift
[835/835] Compiling NIOPosix FileDescriptor.swift
[836/837] Emitting module NIO
[837/837] Compiling NIO Exports.swift
[838/877] Compiling NIOTLS TLSEvents.swift
[839/877] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[840/877] Compiling NIOSOCKS Messages.swift
[841/877] Compiling NIOSOCKS SOCKSResponse.swift
[842/878] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[843/878] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[844/878] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[845/878] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[846/878] Compiling NIOSOCKS ClientStateMachine.swift
[847/878] Emitting module NIOSOCKS
[848/878] Compiling NIOHTTP1 ByteCollectionUtils.swift
[849/878] Compiling NIOHTTP1 HTTPDecoder.swift
[850/878] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[851/878] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[852/878] Compiling NIOSOCKS Errors.swift
[853/878] Compiling NIOSOCKS Helpers.swift
[854/878] Compiling NIOTLS SNIHandler.swift
[855/878] Compiling NIOSOCKS SOCKSRequest.swift
[856/878] Emitting module NIOTLS
[857/878] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[858/878] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[859/879] Compiling NIOSOCKS ServerStateMachine.swift
[860/879] Emitting module NIOFoundationCompat
[861/879] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[862/879] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[863/879] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[864/879] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[865/879] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[868/909] Compiling NIOSSL SSLCertificateExtensions.swift
[869/909] Compiling NIOSSL SSLPublicKey.swift
[870/931] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[871/931] Emitting module NIOHTTP1
[872/931] Compiling NIOTransportServices AcceptHandler.swift
[873/931] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[874/931] Compiling NIOTransportServices NIOTSListenerChannel.swift
[875/931] Compiling NIOTransportServices NIOTSDatagramListener.swift
[876/931] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[877/931] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[878/931] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[879/931] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[880/955] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[881/955] Compiling NIOTransportServices NIOTSErrors.swift
[882/955] Compiling NIOTransportServices NIOTSEventLoop.swift
[883/955] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[884/955] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[885/955] Compiling NIOTransportServices StateManagedChannel.swift
[886/955] Compiling NIOTransportServices NIOTSBootstraps.swift
[887/955] Compiling NIOTransportServices NIOTSChannelOptions.swift
[888/955] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[889/957] Emitting module NIOSSL
[895/960] Compiling NIOHPACK IntegerCoding.swift
[896/961] Compiling NIOHTTPCompression HTTPDecompression.swift
[897/961] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[898/961] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[899/961] Compiling NIOHTTPCompression HTTPCompression.swift
[900/961] Emitting module NIOHTTPCompression
[901/961] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[902/961] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[903/961] Compiling NIOHPACK IndexedHeaderTable.swift
[904/961] Compiling NIOHPACK HuffmanCoding.swift
[905/961] Compiling NIOHPACK HeaderTables.swift
[906/961] Compiling NIOHPACK HuffmanTables.swift
[907/961] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[908/961] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[909/961] Compiling NIOHPACK StaticHeaderTable.swift
[910/961] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[911/961] Compiling NIOTransportServices NIOTSSingletons.swift
[912/961] Compiling NIOHPACK DynamicHeaderTable.swift
[913/961] Compiling NIOHPACK HPACKDecoder.swift
[914/961] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[915/961] Emitting module NIOTransportServices
[916/961] Compiling NIOTransportServices StateManagedListenerChannel.swift
[918/961] Compiling NIOSSL NIOSSLServerHandler.swift
[919/961] Compiling NIOSSL ObjectIdentifier.swift
[920/961] Compiling NIOSSL PosixPort.swift
[921/961] Compiling NIOHPACK HPACKEncoder.swift
[924/961] Emitting module NIOHPACK
[925/961] Compiling NIOHPACK HPACKHeader.swift
[926/961] Compiling NIOHPACK HPACKErrors.swift
[930/961] Compiling NIOSSL UniversalBootstrapSupport.swift
[931/961] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[932/961] Compiling NIOSSL resource_bundle_accessor.swift
[933/961] Compiling SotoSignerV4 exports.swift
[934/961] Compiling SotoSignerV4 HexEncoding.swift
[935/961] Compiling SotoSignerV4 SigV4a.swift
[936/961] Emitting module SotoSignerV4
[937/961] Compiling SotoSignerV4 signer.swift
[938/961] Compiling SotoSignerV4 credentials.swift
[942/1021] Compiling NIOHTTP2 SendingDataState.swift
[943/1021] Compiling NIOHTTP2 SendingGoawayState.swift
[944/1021] Compiling NIOHTTP2 SendingHeadersState.swift
[945/1021] Compiling NIOHTTP2 SendingPushPromiseState.swift
[946/1021] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[947/1021] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[948/1021] Compiling NIOHTTP2 MaySendFrames.swift
[949/1021] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[950/1021] Compiling NIOHTTP2 HTTP2Error.swift
[951/1021] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[952/1021] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[953/1021] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[954/1021] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[955/1021] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[956/1021] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[957/1021] Compiling NIOHTTP2 HTTP2UserEvents.swift
[958/1021] Compiling NIOHTTP2 ReceivingDataState.swift
[959/1021] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[960/1021] Compiling NIOHTTP2 ReceivingHeadersState.swift
[961/1021] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[969/1027] Emitting module NIOHTTP2
[973/1027] Compiling NIOHTTP2 InboundEventBuffer.swift
[974/1027] Compiling NIOHTTP2 InboundWindowManager.swift
[975/1027] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[976/1027] Compiling NIOHTTP2 Error+Any.swift
[977/1027] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[978/1027] Compiling NIOHTTP2 ControlFrameBuffer.swift
[979/1027] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[980/1027] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[981/1027] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[982/1027] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[983/1027] Compiling NIOHTTP2 StreamChannelFlowController.swift
[984/1027] Compiling NIOHTTP2 StreamChannelList.swift
[985/1027] Compiling NIOHTTP2 StreamMap.swift
[986/1027] Compiling NIOHTTP2 StreamStateMachine.swift
[987/1027] Compiling NIOHTTP2 UnsafeTransfer.swift
[988/1027] Compiling NIOHTTP2 WatermarkedFlowController.swift
[989/1027] Compiling NIOHTTP2 ConnectionStateMachine.swift
[990/1027] Compiling NIOHTTP2 ConnectionStreamsState.swift
[991/1027] Compiling NIOHTTP2 MayReceiveFrames.swift
[996/1027] Compiling NIOHTTP2 LocallyQuiescingState.swift
[997/1027] Compiling NIOHTTP2 QuiescingState.swift
[998/1027] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[999/1027] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1000/1027] Compiling NIOHTTP2 StateMachineResult.swift
[1001/1027] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1002/1027] Compiling NIOHTTP2 DOSHeuristics.swift
[1003/1027] Compiling NIOHTTP2 SendingRstStreamState.swift
[1004/1027] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1005/1027] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1006/1027] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1007/1027] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1008/1027] Compiling NIOHTTP2 HasLocalSettings.swift
[1009/1027] Compiling NIOHTTP2 HasRemoteSettings.swift
[1010/1027] Compiling NIOHTTP2 HTTP2Settings.swift
[1011/1027] Compiling NIOHTTP2 HTTP2Stream.swift
[1012/1027] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1013/1027] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1014/1027] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1015/1027] Compiling NIOHTTP2 HTTP2StreamID.swift
[1016/1027] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1017/1027] Compiling NIOHTTP2 HTTP2Frame.swift
[1018/1027] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1019/1027] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1020/1027] Compiling NIOHTTP2 HTTP2PingData.swift
[1021/1027] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1028/1088] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1029/1088] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1030/1088] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1031/1088] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1032/1088] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1033/1088] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1034/1088] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1035/1094] Compiling AsyncHTTPClient SSLContextCache.swift
[1036/1094] Compiling AsyncHTTPClient Scheme.swift
[1037/1094] Compiling AsyncHTTPClient Singleton.swift
[1038/1094] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1039/1094] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1040/1094] Compiling AsyncHTTPClient Utils.swift
[1041/1094] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1042/1094] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1043/1094] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1044/1094] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1045/1094] Compiling AsyncHTTPClient Transaction.swift
[1046/1094] Compiling AsyncHTTPClient Base64.swift
[1047/1094] Compiling AsyncHTTPClient BasicAuth.swift
[1048/1094] Emitting module AsyncHTTPClient
[1049/1094] Compiling AsyncHTTPClient HTTP1Connection.swift
[1050/1094] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1051/1094] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1052/1094] Compiling AsyncHTTPClient HTTP2Connection.swift
[1053/1094] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1054/1094] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1055/1094] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1056/1094] Compiling AsyncHTTPClient RequestOptions.swift
[1057/1094] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1058/1094] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1059/1094] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1060/1094] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1061/1094] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1062/1094] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1063/1094] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1064/1094] Compiling AsyncHTTPClient ConnectionTarget.swift
[1065/1094] Compiling AsyncHTTPClient DeconstructedURL.swift
[1066/1094] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1067/1094] Compiling AsyncHTTPClient FoundationExtensions.swift
[1068/1094] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1069/1094] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1070/1094] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1071/1094] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1072/1094] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1073/1094] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1074/1094] Compiling AsyncHTTPClient RequestBodyLength.swift
[1075/1094] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1076/1094] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1077/1094] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1078/1094] Compiling AsyncHTTPClient ConnectionPool.swift
[1079/1094] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1080/1094] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1081/1094] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1082/1094] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1083/1094] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1084/1094] Compiling AsyncHTTPClient TLSConfiguration.swift
[1085/1094] Compiling AsyncHTTPClient RedirectState.swift
[1086/1094] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1087/1094] Compiling AsyncHTTPClient RequestBag.swift
[1088/1094] Compiling AsyncHTTPClient RequestValidation.swift
[1089/1094] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1090/1094] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1091/1094] Compiling AsyncHTTPClient HTTPClient.swift
[1092/1094] Compiling AsyncHTTPClient HTTPHandler.swift
[1093/1094] Compiling AsyncHTTPClient LRUCache.swift
[1094/1094] Compiling AsyncHTTPClient NWErrorHandler.swift
[1095/1160] Compiling SotoCore Credential+IsEmpty.swift
[1096/1160] Compiling SotoCore CredentialProvider.swift
[1097/1160] Compiling SotoCore CredentialProviderError.swift
[1098/1160] Compiling SotoCore CredentialProviderSelector.swift
[1099/1160] Compiling SotoCore DeferredCredentialProvider.swift
[1100/1160] Compiling SotoCore EmptyCredential.swift
[1101/1160] Compiling SotoCore ExpiringCredential.swift
[1102/1167] Compiling SotoCore ARN.swift
[1103/1167] Compiling SotoCore AWSShape.swift
[1104/1167] Compiling SotoCore EndpointVariant.swift
[1105/1167] Compiling SotoCore Environment.swift
[1106/1167] Compiling SotoCore Region.swift
[1107/1167] Compiling SotoCore ServiceProtocol.swift
[1108/1167] Compiling SotoCore CodableProperties.swift
[1109/1167] Compiling SotoCore ClientErrors.swift
[1110/1167] Compiling SotoCore Error.swift
[1111/1167] Compiling SotoCore ServerErrors.swift
[1112/1167] Compiling SotoCore Exports.swift
[1113/1167] Compiling SotoCore AWSHTTPBody.swift
[1114/1167] Compiling SotoCore AWSHTTPClient.swift
[1115/1167] Compiling SotoCore AWSHTTPRequest.swift
[1116/1167] Compiling SotoCore MetaDataCredentialProvider.swift
[1117/1167] Compiling SotoCore NullCredentialProvider.swift
[1118/1167] Compiling SotoCore RotatingCredentialProvider.swift
[1119/1167] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1120/1167] Compiling SotoCore STSAssumeRole.swift
[1121/1167] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1122/1167] Compiling SotoCore StaticCredential+Environment.swift
[1123/1167] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1124/1167] Compiling SotoCore AWSHTTPResponse.swift
[1125/1167] Compiling SotoCore AsyncHTTPClient.swift
[1126/1167] Compiling SotoCore S3SignedAsyncSequence.swift
[1127/1167] Compiling SotoCore Middleware.swift
[1128/1167] Compiling SotoCore EditHeadersMiddleware.swift
[1129/1167] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1130/1167] Compiling SotoCore AnyAsyncSequence.swift
[1131/1167] Compiling SotoCore ByteBufferSequence.swift
[1132/1167] Compiling SotoCore EventStream.swift
[1133/1167] Compiling SotoCore ExpiringValue.swift
[1134/1167] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1135/1167] Compiling SotoCore Sequence+concurrentMap.swift
[1136/1167] Compiling SotoCore ConfigFileCredentialProvider.swift
[1137/1167] Compiling SotoCore ConfigFileLoader.swift
[1138/1167] Compiling SotoCore AWSClient+Paginate.swift
[1139/1167] Compiling SotoCore AWSClient.swift
[1140/1167] Compiling SotoCore AWSEndpointDiscovery.swift
[1141/1167] Compiling SotoCore AWSService.swift
[1142/1167] Compiling SotoCore AWSServiceConfig.swift
[1143/1167] Compiling SotoCore Base64Data.swift
[1144/1167] Compiling SotoCore Document.swift
[1145/1167] Compiling SotoCore EventPayload.swift
[1146/1167] Emitting module SotoCore
[1147/1167] Compiling SotoCore ErrorHandlingMiddleware.swift
[1148/1167] Compiling SotoCore LoggingMiddleware.swift
[1149/1167] Compiling SotoCore RetryMiddleware.swift
[1150/1167] Compiling SotoCore S3Middleware.swift
[1151/1167] Compiling SotoCore SigningMiddleware.swift
[1152/1167] Compiling SotoCore TracingMiddleware.swift
[1153/1167] Compiling SotoCore TreeHashMiddleware.swift
[1154/1167] Compiling SotoCore CollectionCoders.swift
[1155/1167] Compiling SotoCore DateCoders.swift
[1156/1167] Compiling SotoCore EC2ArrayCoder.swift
[1157/1167] Compiling SotoCore EventStreamDecoder.swift
[1158/1167] Compiling SotoCore QueryEncoder.swift
[1159/1167] Compiling SotoCore RequestContainer.swift
[1160/1167] Compiling SotoCore ResponseContainer.swift
[1161/1167] Compiling SotoCore MiddlewareStack.swift
[1162/1167] Compiling SotoCore RetryPolicy.swift
[1163/1167] Compiling SotoCore UnsafeTransfer.swift
[1164/1167] Compiling SotoCore base64.swift
[1165/1167] Compiling SotoCore crc32.swift
[1166/1167] Compiling SotoCore AWSClient+Waiter.swift
[1167/1167] Compiling SotoCore Matcher.swift
[1168/1174] Compiling ScipioS3Storage s3_api.swift
[1169/1174] Compiling ScipioS3Storage S3Storage.swift
[1170/1174] Compiling ScipioS3Storage Compressor.swift
[1171/1174] Compiling ScipioS3Storage S3Client.swift
[1172/1174] Compiling ScipioS3Storage AARArchiver.swift
[1173/1174] Emitting module ScipioS3Storage
[1174/1174] Compiling ScipioS3Storage s3_shapes.swift
Build complete! (86.30s)
Fetching https://github.com/soto-project/soto-codegenerator
Fetching https://github.com/soto-project/soto-core.git from cache
Fetching https://github.com/giginet/scipio-cache-storage.git
[1/41] Fetching scipio-cache-storage
[42/3575] Fetching scipio-cache-storage, soto-codegenerator
Fetched https://github.com/giginet/scipio-cache-storage.git from cache (1.36s)
Fetched https://github.com/soto-project/soto-codegenerator from cache (1.36s)
Fetched https://github.com/soto-project/soto-core.git from cache (1.36s)
Computing version for https://github.com/giginet/scipio-cache-storage.git
Computed https://github.com/giginet/scipio-cache-storage.git at 1.0.0 (1.85s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.6.0 (0.47s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/adam-fowler/jmespath.swift.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/4974] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.72s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.72s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.75s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.16s)
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (1.16s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.68s)
Fetched https://github.com/apple/swift-nio.git from cache (0.90s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (3.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.79s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
Fetched https://github.com/apple/swift-collections.git from cache (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.67s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.25s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/soto-project/soto-codegenerator
Computed https://github.com/soto-project/soto-codegenerator at 7.7.0 (0.43s)
Fetching https://github.com/hummingbird-project/swift-mustache.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/1837] Fetching soto-smithy
[75/3651] Fetching soto-smithy, swift-mustache
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.81s)
[1597/1814] Fetching swift-mustache
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.91s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.91s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (1.48s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.7 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.47s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.05s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.04s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.11s)
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.6.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/soto-project/soto-smithy.git
Working copy of https://github.com/soto-project/soto-smithy.git resolved at 0.4.7
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/giginet/scipio-cache-storage.git
Working copy of https://github.com/giginet/scipio-cache-storage.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
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
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/soto-project/soto-codegenerator
Working copy of https://github.com/soto-project/soto-codegenerator resolved at 7.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "soto-codegenerator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-codegenerator"
    },
    {
      "identity" : "soto-core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.3.2",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-core.git"
    },
    {
      "identity" : "scipio-cache-storage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/giginet/scipio-cache-storage.git"
    }
  ],
  "manifest_display_name" : "scipio-s3-storage",
  "name" : "scipio-s3-storage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ScipioS3Storage",
      "targets" : [
        "ScipioS3Storage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ScipioS3StorageTests",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3StorageTests",
      "path" : "Tests/ScipioS3StorageTests",
      "sources" : [
        "AARArchiverTests.swift",
        "CompressorTests.swift"
      ],
      "target_dependencies" : [
        "ScipioS3Storage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScipioS3Storage",
      "module_type" : "SwiftTarget",
      "name" : "ScipioS3Storage",
      "path" : "Sources/ScipioS3Storage",
      "product_dependencies" : [
        "ScipioStorage",
        "SotoCore",
        "SotoCodeGeneratorPlugin"
      ],
      "product_memberships" : [
        "ScipioS3Storage"
      ],
      "sources" : [
        "AARArchiver.swift",
        "Compressor.swift",
        "S3Client.swift",
        "S3Storage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.