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 ntypes, reference master (8b11a7), with Swift 6.0 for Linux on 3 Dec 2024 10:27:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/piotrkowalczuk/ntypes.git
Reference: master
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/piotrkowalczuk/ntypes
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8b11a7b swift support (testing) (#22)
Cloned https://github.com/piotrkowalczuk/ntypes.git
Revision (git rev-parse @):
8b11a7bd38d657f773e14095a8b41b08b5ce497e
SUCCESS checkout https://github.com/piotrkowalczuk/ntypes.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/piotrkowalczuk/ntypes.git
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "ntypes",
  "name" : "ntypes",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NTypes",
      "targets" : [
        "NTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "NTypesTests",
      "path" : ".",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ntypes_test.pb.swift"
      ],
      "target_dependencies" : [
        "NTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTypes",
      "module_type" : "SwiftTarget",
      "name" : "NTypes",
      "path" : ".",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "NTypes"
      ],
      "sources" : [
        "ntypes.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-testing.git
[1/16307] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.21s)
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/37873] Fetching swift-protobuf
[3031/86561] Fetching swift-protobuf, grpc-swift
[10822/153434] Fetching swift-protobuf, grpc-swift, swift-syntax
Fetched https://github.com/grpc/grpc-swift.git from cache (4.96s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (13.72s)
Fetched https://github.com/apple/swift-protobuf.git from cache (14.03s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (4.05s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.28.2 (0.99s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.24.2 (1.32s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1569] Fetching swift-atomics
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
Fetching https://github.com/apple/swift-nio-http2.git
[1/13650] Fetching swift-nio-ssl
[1776/18827] Fetching swift-nio-ssl, swift-nio-extras
[2242/29986] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2
[2243/32274] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2, swift-nio-transport-services
[3358/35997] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-log
[11870/51600] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2, swift-nio-transport-services, swift-log, swift-collections
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.04s)
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
[13537/45589] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2, swift-collections
Fetching https://github.com/apple/swift-nio.git
[35293/117664] Fetching swift-nio-ssl, swift-nio-extras, swift-nio-http2, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.46s)
[51728/106505] Fetching swift-nio-ssl, swift-nio-extras, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.06s)
[58083/101328] Fetching swift-nio-ssl, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.13s)
[43922/85725] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.90s)
[36759/72075] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.87s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.87s)
Fetching https://github.com/apple/swift-http-types
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.33s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.11s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.74s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.98s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/3919] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.34s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.86s)
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.24.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
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.23.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.34.1
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at main (3c71e00)
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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.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/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.24.2
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.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
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.29.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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.28.2
warning: 'swift-testing': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-testing/Sources/Testing/Testing.swiftcrossimport/Foundation.swiftoverlay
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/447] Write sources
[8/447] Copying PrivacyInfo.xcprivacy
[9/447] Write sources
[24/447] Compiling CNIOWindows WSAStartup.c
[25/447] Compiling CNIOWindows shim.c
[26/447] Compiling _AtomicsShims.c
[27/447] Compiling CNIOWASI CNIOWASI.c
[28/447] Compiling CNIOLinux liburing_shims.c
[29/447] Compiling CNIODarwin shim.c
[30/447] Compiling CNIOLLHTTP c_nio_http.c
[31/447] Compiling CNIOLinux shim.c
[32/447] Compiling fiat_p256_adx_mul.S
[33/447] Compiling CNIOLLHTTP c_nio_api.c
[34/447] Compiling fiat_p256_adx_sqr.S
[35/447] Compiling fiat_curve25519_adx_square.S
[36/447] Compiling fiat_curve25519_adx_mul.S
[37/447] Compiling CGRPCZlib empty.c
[38/447] Write swift-version-24593BA9C3E375BF.txt
[39/447] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/447] Compiling CNIOBoringSSLShims shims.c
[41/453] Compiling tls13_server.cc
[42/453] Compiling tls_method.cc
[44/453] Emitting module _NIOBase64
[44/482] Compiling tls13_client.cc
[45/558] Compiling tls_record.cc
[46/558] Compiling tls13_enc.cc
[47/558] Compiling tls13_both.cc
[49/558] Emitting module InternalCollectionsUtilities
[49/560] Compiling t1_enc.cc
[50/560] Compiling ssl_versions.cc
[51/560] Compiling ssl_x509.cc
[52/560] Compiling ssl_transcript.cc
[53/560] Compiling ssl_stat.cc
[54/560] Compiling ssl_privkey.cc
[55/560] Compiling ssl_session.cc
[56/560] Compiling ssl_file.cc
[57/560] Compiling ssl_lib.cc
[59/560] Compiling _NIOBase64 Base64.swift
[61/561] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/561] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/561] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[64/561] Compiling InternalCollectionsUtilities Specialize.swift
[65/561] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/561] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/561] Compiling InternalCollectionsUtilities Debugging.swift
[68/561] Compiling InternalCollectionsUtilities Descriptions.swift
[69/561] Compiling Logging LogHandler.swift
[70/561] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/561] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/561] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/561] Compiling InternalCollectionsUtilities Integer rank.swift
[74/561] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/561] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/561] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[77/561] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[78/561] Compiling InternalCollectionsUtilities UInt+reversed.swift
[79/561] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/562] Compiling _NIODataStructures PriorityQueue.swift
[81/562] Compiling _NIODataStructures _TinyArray.swift
[82/562] Compiling ssl_key_share.cc
[84/577] Compiling DequeModule _DequeBuffer.swift
[85/577] Compiling DequeModule _DequeBufferHeader.swift
[86/579] Compiling DequeModule Deque+CustomReflectable.swift
[87/579] Compiling DequeModule Deque+Descriptions.swift
[88/579] Compiling DequeModule Deque+Extras.swift
[89/579] Compiling DequeModule Deque+Hashable.swift
[90/579] Emitting module Logging
[91/579] Compiling Logging Locks.swift
[92/579] Compiling _NIODataStructures Heap.swift
[93/579] Emitting module _NIODataStructures
[94/580] Compiling Logging MetadataProvider.swift
[95/580] Compiling Logging Logging.swift
[98/581] Compiling DequeModule Deque+Equatable.swift
[99/581] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/581] Compiling ssl_credential.cc
[101/581] Compiling DequeModule _DequeSlot.swift
[102/581] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/581] Compiling DequeModule Deque+Testing.swift
[104/581] Compiling DequeModule Deque._Storage.swift
[105/581] Compiling DequeModule Deque._UnsafeHandle.swift
[106/581] Compiling DequeModule Deque.swift
[106/581] Compiling ssl_cert.cc
[107/581] Compiling ssl_buffer.cc
[109/581] Compiling DequeModule Deque+Codable.swift
[110/581] Compiling DequeModule Deque+Collection.swift
[110/581] Compiling ssl_cipher.cc
[112/581] Emitting module DequeModule
[113/582] Compiling ssl_asn1.cc
[114/582] Compiling s3_pkt.cc
[115/582] Compiling s3_lib.cc
[116/582] Compiling ssl_aead_ctx.cc
[117/582] Compiling s3_both.cc
[119/582] Compiling SwiftProtobuf JSONDecodingOptions.swift
[120/582] Compiling SwiftProtobuf JSONEncoder.swift
[121/582] Compiling SwiftProtobuf JSONEncodingError.swift
[122/582] Compiling SwiftProtobuf JSONEncodingOptions.swift
[123/582] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[124/582] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[125/582] Compiling SwiftProtobuf JSONScanner.swift
[126/582] Compiling SwiftProtobuf MathUtils.swift
[127/582] Compiling SwiftProtobuf Message+AnyAdditions.swift
[128/582] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[129/582] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[130/582] Compiling SwiftProtobuf Message+FieldMask.swift
[131/593] Compiling SwiftProtobuf Message+JSONAdditions.swift
[132/593] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[133/593] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[134/593] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[135/593] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[136/593] Compiling SwiftProtobuf Message.swift
[137/593] Compiling SwiftProtobuf MessageExtension.swift
[138/593] Compiling SwiftProtobuf NameMap.swift
[139/593] Compiling SwiftProtobuf PathDecoder.swift
[140/593] Compiling SwiftProtobuf PathVisitor.swift
[141/593] Compiling SwiftProtobuf ProtoNameProviding.swift
[142/593] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[143/593] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[144/593] Compiling SwiftProtobuf TextFormatScanner.swift
[145/593] Compiling SwiftProtobuf TimeUtils.swift
[146/593] Compiling SwiftProtobuf UnknownStorage.swift
[147/593] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[148/593] Compiling SwiftProtobuf Varint.swift
[149/593] Compiling SwiftProtobuf Version.swift
[150/593] Compiling SwiftProtobuf Visitor.swift
[151/593] Compiling SwiftProtobuf WireFormat.swift
[152/593] Compiling SwiftProtobuf ZigZag.swift
[153/593] Compiling SwiftProtobuf any.pb.swift
[154/593] Compiling SwiftProtobuf ProtobufMap.swift
[155/593] Compiling SwiftProtobuf SelectiveVisitor.swift
[156/593] Compiling SwiftProtobuf SimpleExtensionMap.swift
[157/593] Compiling SwiftProtobuf StringUtils.swift
[158/593] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[159/593] Compiling SwiftProtobuf SwiftProtobufError.swift
[160/593] Compiling SwiftProtobuf TextFormatDecoder.swift
[161/593] Compiling SwiftProtobuf TextFormatDecodingError.swift
[162/593] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[163/593] Compiling SwiftProtobuf TextFormatEncoder.swift
[164/593] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[165/593] Emitting module SwiftProtobuf
[166/593] Compiling SwiftProtobuf CustomJSONCodable.swift
[167/593] Compiling SwiftProtobuf Decoder.swift
[168/593] Compiling SwiftProtobuf DoubleParser.swift
[169/593] Compiling SwiftProtobuf Enum.swift
[170/593] Compiling SwiftProtobuf ExtensibleMessage.swift
[171/593] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[172/593] Compiling SwiftProtobuf ExtensionFields.swift
[173/593] Compiling SwiftProtobuf ExtensionMap.swift
[174/593] Compiling SwiftProtobuf FieldTag.swift
[175/593] Compiling SwiftProtobuf FieldTypes.swift
[176/593] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[177/593] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[184/593] Compiling SwiftProtobuf BinaryDelimited.swift
[185/593] Compiling SwiftProtobuf BinaryEncoder.swift
[186/593] Compiling SwiftProtobuf BinaryEncodingError.swift
[187/593] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[188/593] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[189/593] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[201/593] Compiling handshake_server.cc
[202/593] Compiling handshake_client.cc
[203/593] Compiling handshake.cc
[204/593] Compiling dtls_record.cc
[205/593] Compiling handoff.cc
[206/593] Compiling encrypted_client_hello.cc
[207/593] Compiling extensions.cc
[208/593] Compiling md5-x86_64-linux.S
[209/593] Compiling md5-x86_64-apple.S
[210/593] Compiling md5-586-linux.S
[211/593] Compiling dtls_method.cc
[212/593] Compiling md5-586-apple.S
[213/593] Compiling err_data.c
[214/593] Compiling chacha20_poly1305_x86_64-apple.S
[215/593] Compiling chacha20_poly1305_x86_64-linux.S
[216/593] Compiling d1_pkt.cc
[217/593] Compiling chacha20_poly1305_armv8-linux.S
[218/593] Compiling chacha20_poly1305_armv8-win.S
[219/593] Compiling chacha20_poly1305_armv8-apple.S
[220/593] Compiling chacha-x86_64-apple.S
[221/593] Compiling chacha-x86-linux.S
[222/593] Compiling chacha-x86_64-linux.S
[223/593] Compiling d1_srtp.cc
[224/593] Compiling chacha-x86-apple.S
[225/593] Compiling chacha-armv8-win.S
[226/593] Compiling chacha-armv8-apple.S
[227/593] Compiling chacha-armv8-linux.S
[228/593] Compiling chacha-armv4-linux.S
[229/593] Compiling aes128gcmsiv-x86_64-apple.S
[230/593] Compiling aes128gcmsiv-x86_64-linux.S
[231/593] Compiling x86_64-mont5-apple.S
[232/593] Compiling x86_64-mont5-linux.S
[233/593] Compiling x86_64-mont-linux.S
[234/593] Compiling x86_64-mont-apple.S
[235/593] Compiling x86-mont-linux.S
[236/593] Compiling x86-mont-apple.S
[237/593] Compiling vpaes-x86_64-linux.S
[238/593] Compiling vpaes-x86-linux.S
[239/593] Compiling vpaes-x86_64-apple.S
[240/593] Compiling vpaes-x86-apple.S
[241/593] Compiling vpaes-armv8-win.S
[242/593] Compiling vpaes-armv8-linux.S
[243/593] Compiling vpaes-armv8-apple.S
[244/593] Compiling vpaes-armv7-linux.S
[245/593] Compiling bio_ssl.cc
[246/593] Compiling sha512-x86_64-linux.S
[247/593] Compiling sha512-x86_64-apple.S
[248/593] Compiling sha512-armv8-linux.S
[249/593] Compiling sha512-armv8-win.S
[250/593] Compiling sha512-armv8-apple.S
[251/593] Compiling sha512-armv4-linux.S
[252/593] Compiling sha512-586-linux.S
[253/593] Compiling sha256-x86_64-apple.S
[254/593] Compiling sha512-586-apple.S
[255/593] Compiling sha256-x86_64-linux.S
[256/593] Compiling sha256-armv8-win.S
[257/593] Compiling sha256-armv8-linux.S
[258/593] Compiling d1_lib.cc
[259/593] Compiling sha256-armv8-apple.S
[260/593] Compiling sha256-armv4-linux.S
[261/593] Compiling sha256-586-apple.S
[262/593] Compiling sha256-586-linux.S
[263/593] Compiling sha1-armv8-win.S
[264/593] Compiling sha1-x86_64-linux.S
[265/593] Compiling sha1-x86_64-apple.S
[266/593] Compiling sha1-armv8-apple.S
[267/593] Compiling sha1-armv8-linux.S
[268/593] Compiling sha1-armv4-large-linux.S
[269/593] Compiling sha1-586-apple.S
[270/593] Compiling rdrand-x86_64-apple.S
[271/593] Compiling rsaz-avx2-linux.S
[272/593] Compiling rsaz-avx2-apple.S
[273/593] Compiling rdrand-x86_64-linux.S
[274/593] Compiling sha1-586-linux.S
[275/593] Compiling p256_beeu-armv8-asm-linux.S
[276/593] Compiling p256_beeu-armv8-asm-win.S
[277/593] Compiling p256_beeu-x86_64-asm-linux.S
[278/593] Compiling p256_beeu-armv8-asm-apple.S
[279/593] Compiling p256_beeu-x86_64-asm-apple.S
[280/593] Compiling p256-x86_64-asm-linux.S
[281/593] Compiling p256-x86_64-asm-apple.S
[282/593] Compiling d1_both.cc
[283/593] Compiling p256-armv8-asm-linux.S
[284/593] Compiling p256-armv8-asm-apple.S
[285/593] Compiling p256-armv8-asm-win.S
[286/593] Compiling ghashv8-armv8-win.S
[287/593] Compiling ghashv8-armv8-linux.S
[288/593] Compiling ghashv8-armv8-apple.S
[289/593] Compiling ghashv8-armv7-linux.S
[290/593] Compiling ghash-x86-apple.S
[291/593] Compiling ghash-x86_64-apple.S
[292/593] Compiling ghash-x86_64-linux.S
[293/593] Compiling ghash-ssse3-x86_64-linux.S
[294/593] Compiling ghash-x86-linux.S
[294/593] Compiling ghash-ssse3-x86_64-apple.S
[296/593] Compiling ghash-ssse3-x86-linux.S
[297/593] Compiling ghash-ssse3-x86-apple.S
[298/593] Compiling ghash-neon-armv8-win.S
[299/593] Compiling ghash-neon-armv8-linux.S
[300/593] Compiling ghash-neon-armv8-apple.S
[301/593] Compiling co-586-linux.S
[302/593] Compiling co-586-apple.S
[303/593] Compiling ghash-armv4-linux.S
[304/593] Compiling bsaes-armv7-linux.S
[305/593] Compiling armv8-mont-win.S
[306/593] Compiling bn-armv8-linux.S
[307/593] Compiling bn-586-linux.S
[308/593] Compiling bn-armv8-win.S
[309/593] Compiling bn-armv8-apple.S
[310/593] Compiling armv8-mont-linux.S
[311/593] Compiling bn-586-apple.S
[312/593] Compiling aesv8-gcm-armv8-linux.S
[313/593] Compiling aesv8-gcm-armv8-win.S
[314/593] Compiling armv8-mont-apple.S
[315/593] Compiling armv4-mont-linux.S
[316/593] Compiling aesv8-armv8-win.S
[317/593] Compiling aesv8-gcm-armv8-apple.S
[318/593] Compiling aesni-x86_64-apple.S
[319/593] Compiling aesv8-armv8-apple.S
[320/593] Compiling aesv8-armv8-linux.S
[321/593] Compiling aesv8-armv7-linux.S
[322/593] Compiling aesni-x86-linux.S
[323/593] Compiling aesni-x86_64-linux.S
[324/593] Compiling aesni-gcm-x86_64-apple.S
[325/593] Compiling aesni-gcm-x86_64-linux.S
[326/593] Compiling aesni-x86-apple.S
[327/593] Compiling x_spki.c
[328/593] Compiling x_x509a.c
[329/593] Compiling x_sig.c
[330/593] Compiling x_x509.c
[331/593] Compiling x_req.c
[332/593] Compiling x_val.c
[333/593] Compiling x_pubkey.c
[334/593] Compiling x_crl.c
[335/593] Compiling x_algor.c
[336/593] Compiling x_exten.c
[337/593] Compiling x_attrib.c
[338/593] Compiling x_name.c
[339/593] Compiling x_all.c
[340/593] Compiling x509spki.c
[341/593] Compiling x509rset.c
[342/593] Compiling x509cset.c
[343/593] Compiling x509name.c
[344/593] Compiling x509_vpm.c
[345/593] Compiling x509_txt.c
[346/593] Compiling x509_v3.c
[347/593] Compiling x509_vfy.c
[348/593] Compiling x509_trs.c
[349/593] Compiling x509_req.c
[350/593] Compiling x509_set.c
[350/593] Compiling x509_def.c
[352/593] Compiling x509_obj.c
[353/593] Compiling x509_lu.c
[354/593] Compiling x509_ext.c
[355/593] Compiling x509_cmp.c
[356/593] Compiling x509_d2.c
[357/593] Compiling x509.c
[358/593] Compiling x509_att.c
[359/593] Compiling v3_skey.c
[360/593] Compiling v3_purp.c
[361/593] Compiling v3_utl.c
[362/593] Compiling v3_prn.c
[363/593] Compiling v3_pmaps.c
[364/593] Compiling v3_pcons.c
[365/593] Compiling v3_ocsp.c
[366/593] Compiling v3_info.c
[367/593] Compiling v3_int.c
[368/593] Compiling v3_lib.c
[369/593] Compiling v3_ncons.c
[370/593] Compiling v3_ia5.c
[371/593] Compiling v3_enum.c
[372/593] Compiling v3_genn.c
[373/593] Compiling v3_conf.c
[374/593] Compiling v3_extku.c
[375/593] Compiling v3_cpols.c
[376/593] Compiling v3_crld.c
[377/593] Compiling v3_bitst.c
[378/593] Compiling v3_akey.c
[379/593] Compiling v3_bcons.c
[380/593] Compiling v3_alt.c
[381/593] Compiling v3_akeya.c
[382/593] Compiling t_x509.c
[383/593] Compiling t_x509a.c
[384/593] Compiling t_req.c
[385/593] Compiling t_crl.c
[386/593] Compiling i2d_pr.c
[387/593] Compiling name_print.c
[388/593] Compiling rsa_pss.c
[389/593] Compiling policy.c
[390/593] Compiling asn1_gen.c
[391/593] Compiling by_file.c
[392/593] Compiling by_dir.c
[393/593] Compiling algorithm.c
[394/593] Compiling a_verify.c
[395/593] Compiling trust_token.c
[396/593] Compiling a_digest.c
[397/593] Compiling pmbtoken.c
[398/593] Compiling a_sign.c
[399/593] Compiling thread_win.c
[400/593] Compiling thread.c
[401/593] Compiling thread_pthread.c
[402/593] Compiling thread_none.c
[403/593] Compiling stack.c
[404/593] Compiling spx_wots.c
[405/593] Compiling voprf.c
[406/593] Compiling spx_thash.c
[407/593] Compiling spx_util.c
[408/593] Compiling spx.c
[409/593] Compiling spx_merkle.c
[410/593] Compiling spx_fors.c
[411/593] Compiling spx_address.c
[412/593] Compiling thash.c
[413/593] Compiling wots.c
[414/593] Compiling slhdsa.c
[415/593] Compiling sha256.c
[416/593] Compiling fors.c
[417/593] Compiling merkle.c
[418/593] Compiling sha512.c
[419/593] Compiling rsa_print.c
[420/593] Compiling sha1.c
[421/593] Compiling siphash.c
[422/593] Compiling rsa_extra.c
[423/593] Compiling rc4.c
[424/593] Compiling refcount.c
[425/593] Compiling rsa_asn1.c
[426/593] Compiling windows.c
[427/593] Compiling trusty.c
[428/593] Compiling passive.c
[429/593] Compiling urandom.c
[430/593] Compiling ios.c
[431/593] Compiling rsa_crypt.c
[432/593] Compiling rand_extra.c
[433/593] Compiling deterministic.c
[434/593] Compiling getentropy.c
[435/593] Compiling fork_detect.c
[436/593] Compiling poly1305_arm_asm.S
[437/593] Compiling forkunsafe.c
[438/593] Compiling poly1305_arm.c
[439/593] Compiling poly1305.c
[440/593] Compiling pool.c
[441/593] Compiling pkcs7.c
[442/593] Compiling poly1305_vec.c
[443/593] Compiling pem_xaux.c
[444/593] Compiling pkcs8.c
[445/593] Compiling p5_pbev2.c
[446/593] Compiling pkcs7_x509.c
[447/593] Compiling pkcs8_x509.c
[448/593] Compiling pem_x509.c
[449/593] Compiling obj_xref.c
[449/593] Compiling pem_pkey.c
[451/593] Compiling pem_pk8.c
[452/593] Compiling pem_lib.c
[453/593] Compiling pem_oth.c
[454/593] Compiling pem_info.c
[455/593] Compiling md4.c
[456/593] Compiling mem.c
[457/593] Compiling pem_all.c
[458/593] Compiling md5.c
[459/593] Compiling mldsa.c
[460/593] Compiling lhash.c
[461/593] Compiling kyber.c
[462/593] Compiling keccak.c
[463/593] Compiling obj.c
[464/593] Compiling poly_rq_mul.S
[465/593] Compiling fips_shared_support.c
[466/593] Compiling hpke.c
[467/593] Compiling ex_data.c
[468/593] Compiling sign.c
[469/593] Compiling scrypt.c
[470/593] Compiling hrss.c
[470/593] Compiling mlkem.cc
[472/593] Compiling pbkdf.c
[473/593] Compiling p_x25519.c
[474/593] Compiling print.c
[475/593] Compiling p_rsa_asn1.c
[476/593] Compiling p_x25519_asn1.c
[477/593] Compiling p_hkdf.c
[478/593] Compiling p_rsa.c
[479/593] Compiling p_ed25519_asn1.c
[480/593] Compiling p_ed25519.c
[481/593] Compiling p_ec_asn1.c
[482/593] Compiling p_dh_asn1.c
[483/593] Compiling p_dh.c
[484/593] Compiling p_dsa_asn1.c
[485/593] Compiling p_ec.c
[486/593] Compiling evp_ctx.c
[487/593] Compiling engine.c
[488/593] Compiling err.c
[489/593] Compiling evp_asn1.c
[490/593] Compiling ecdh_extra.c
[491/593] Compiling evp.c
[492/593] Compiling ecdsa_asn1.c
[493/593] Compiling ec_asn1.c
[494/593] Compiling ec_derive.c
[495/593] Compiling dsa_asn1.c
[495/593] Compiling hash_to_curve.c
[497/593] Compiling dsa.c
[498/593] Compiling params.c
[499/593] Compiling digest_extra.c
[500/593] Compiling dilithium.c
[501/593] Compiling dh_asn1.c
[502/593] Compiling x25519-asm-arm.S
[503/593] Compiling spake25519.c
[504/593] Compiling cpu_intel.c
[505/593] Compiling des.c
[506/593] Compiling cpu_arm_freebsd.c
[507/593] Compiling cpu_arm_linux.c
[508/593] Compiling crypto.c
[509/593] Compiling cpu_aarch64_win.c
[510/593] Compiling cpu_aarch64_sysreg.c
[511/593] Compiling curve25519.c
[512/593] Compiling cpu_aarch64_openbsd.c
[513/593] Compiling cpu_aarch64_linux.c
[514/593] Compiling cpu_aarch64_fuchsia.c
[515/593] Compiling cpu_aarch64_apple.c
[516/593] Compiling tls_cbc.c
[517/593] Compiling e_tls.c
[518/593] Compiling e_rc4.c
[519/593] Compiling conf.c
[520/593] Compiling e_rc2.c
[521/593] Compiling curve25519_64_adx.c
[522/593] Compiling e_null.c
[523/593] Compiling derive_key.c
[524/593] Compiling e_chacha20poly1305.c
[525/593] Compiling e_des.c
[526/593] Compiling cipher_extra.c
[527/593] Compiling e_aesgcmsiv.c
[528/593] Compiling unicode.c
[529/593] Compiling e_aesctrhmac.c
[530/593] Compiling chacha.c
[531/593] Compiling ber.c
[532/593] Compiling asn1_compat.c
[533/593] Compiling buf.c
[534/593] Compiling convert.c
[535/593] Compiling cbb.c
[536/593] Compiling bn_asn1.c
[537/593] Compiling cbs.c
[538/593] Compiling socket.c
[539/593] Compiling printf.c
[539/593] Compiling blake2.c
[541/593] Compiling socket_helper.c
[542/593] Compiling hexdump.c
[543/593] Compiling pair.c
[544/593] Compiling errno.c
[545/593] Compiling connect.c
[546/593] Compiling fd.c
[547/593] Compiling file.c
[548/593] Compiling base64.c
[549/593] Compiling tasn_utl.c
[550/593] Compiling tasn_fre.c
[551/593] Compiling tasn_typ.c
[552/593] Compiling tasn_new.c
[553/593] Compiling bio_mem.c
[554/593] Compiling bio.c
[555/593] Compiling f_int.c
[556/593] Compiling f_string.c
[557/593] Compiling tasn_enc.c
[558/593] Compiling asn_pack.c
[559/593] Compiling posix_time.c
[560/593] Compiling asn1_par.c
[561/593] Compiling tasn_dec.c
[562/593] Compiling a_utctm.c
[563/593] Compiling a_time.c
[564/593] Compiling a_type.c
[565/593] Compiling asn1_lib.c
[566/593] Compiling a_octet.c
[567/593] Compiling a_strex.c
[568/593] Compiling a_strnid.c
[569/593] Compiling a_object.c
[570/593] Compiling a_mbstr.c
[571/593] Compiling bcm.c
[572/593] Compiling a_int.c
[573/593] Compiling a_gentm.c
[574/593] Compiling a_i2d_fp.c
[574/593] Write sources
[576/593] Compiling a_dup.c
[577/593] Compiling a_bool.c
[578/593] Compiling a_d2i_fp.c
[579/593] Compiling a_bitstr.c
[581/612] Compiling Atomics UnsafeAtomic.swift
[582/612] Compiling Atomics UnsafeAtomicLazyReference.swift
[583/612] Compiling Atomics ManagedAtomic.swift
[584/612] Compiling Atomics ManagedAtomicLazyReference.swift
[585/614] Compiling Atomics AtomicMemoryOrderings.swift
[586/614] Compiling Atomics DoubleWord.swift
[587/614] Compiling Atomics IntegerOperations.swift
[588/614] Compiling Atomics Unmanaged extensions.swift
[589/614] Compiling Atomics AtomicReference.swift
[590/614] Compiling Atomics AtomicStorage.swift
[591/614] Compiling Atomics AtomicValue.swift
[591/614] Compiling c-nioatomics.c
[593/614] Compiling Atomics IntegerConformances.swift
[594/614] Compiling Atomics PointerConformances.swift
[595/614] Compiling Atomics Primitives.native.swift
[596/614] Compiling Atomics Primitives.shims.swift
[597/614] Compiling Atomics AtomicInteger.swift
[598/614] Compiling Atomics AtomicOptionalWrappable.swift
[599/614] Compiling Atomics OptionalRawRepresentable.swift
[600/614] Compiling Atomics RawRepresentable.swift
[601/614] Compiling Atomics AtomicBool.swift
[601/614] Compiling c-atomics.c
[603/614] Emitting module Atomics
[605/621] Compiling NIOConcurrencyHelpers lock.swift
[606/621] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[607/621] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[608/621] Compiling NIOConcurrencyHelpers atomics.swift
[609/621] Compiling NIOConcurrencyHelpers NIOLock.swift
[610/621] Emitting module NIOConcurrencyHelpers
[612/622] Compiling SwiftProtobuf api.pb.swift
[613/622] Compiling SwiftProtobuf descriptor.pb.swift
[614/622] Compiling SwiftProtobuf duration.pb.swift
[615/622] Compiling SwiftProtobuf empty.pb.swift
[616/622] Compiling SwiftProtobuf field_mask.pb.swift
[617/622] Compiling SwiftProtobuf source_context.pb.swift
[618/622] Compiling SwiftProtobuf struct.pb.swift
[619/622] Compiling SwiftProtobuf timestamp.pb.swift
[620/622] Compiling SwiftProtobuf type.pb.swift
[621/622] Compiling SwiftProtobuf wrappers.pb.swift
[622/622] Compiling SwiftProtobuf resource_bundle_accessor.swift
[624/683] Compiling NIOCore MulticastChannel.swift
[625/683] Compiling NIOCore NIOAny.swift
[626/683] Compiling NIOCore NIOCloseOnErrorHandler.swift
[627/683] Compiling NIOCore NIOLoopBound.swift
[628/683] Compiling NIOCore NIOScheduledCallback.swift
[629/683] Compiling NIOCore NIOSendable.swift
[630/683] Compiling NIOCore PointerHelpers.swift
[631/683] Compiling NIOCore RecvByteBufferAllocator.swift
[632/691] Compiling NIOCore IO.swift
[633/691] Compiling NIOCore IOData.swift
[634/691] Compiling NIOCore IPProtocol.swift
[635/691] Compiling NIOCore IntegerBitPacking.swift
[636/691] Compiling NIOCore IntegerTypes.swift
[637/691] Compiling NIOCore Interfaces.swift
[638/691] Compiling NIOCore Linux.swift
[639/691] Compiling NIOCore MarkedCircularBuffer.swift
[640/691] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[641/691] Compiling NIOCore EventLoopFuture+Deprecated.swift
[642/691] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[643/691] Compiling NIOCore EventLoopFuture.swift
[644/691] Compiling NIOCore FileDescriptor.swift
[645/691] Compiling NIOCore FileHandle.swift
[646/691] Compiling NIOCore FileRegion.swift
[647/691] Compiling NIOCore GlobalSingletons.swift
[648/691] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[649/691] Compiling NIOCore SocketAddresses.swift
[650/691] Compiling NIOCore SocketOptionProvider.swift
[651/691] Compiling NIOCore SystemCallHelpers.swift
[652/691] Compiling NIOCore TimeAmount+Duration.swift
[653/691] Compiling NIOCore TypeAssistedChannelHandler.swift
[654/691] Compiling NIOCore UniversalBootstrapSupport.swift
[655/691] Compiling NIOCore Utilities.swift
[656/691] Compiling NIOCore CircularBuffer.swift
[657/691] Compiling NIOCore Codec.swift
[658/691] Compiling NIOCore ConvenienceOptionSupport.swift
[659/691] Compiling NIOCore DeadChannel.swift
[660/691] Compiling NIOCore DispatchQueue+WithFuture.swift
[661/691] Compiling NIOCore EventLoop+Deprecated.swift
[662/691] Compiling NIOCore EventLoop+SerialExecutor.swift
[663/691] Compiling NIOCore EventLoop.swift
[664/691] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[665/691] Compiling NIOCore BSDSocketAPI.swift
[666/691] Compiling NIOCore ByteBuffer-aux.swift
[667/691] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[668/691] Compiling NIOCore ByteBuffer-conversions.swift
[669/691] Compiling NIOCore ByteBuffer-core.swift
[670/691] Compiling NIOCore ByteBuffer-hex.swift
[671/691] Compiling NIOCore ByteBuffer-int.swift
[672/691] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[673/691] Compiling NIOCore ByteBuffer-multi-int.swift
[674/691] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[675/691] Compiling NIOCore ByteBuffer-views.swift
[676/691] Compiling NIOCore Channel.swift
[677/691] Compiling NIOCore ChannelHandler.swift
[678/691] Compiling NIOCore ChannelHandlers.swift
[679/691] Compiling NIOCore ChannelInvoker.swift
[680/691] Compiling NIOCore ChannelOption.swift
[681/691] Compiling NIOCore ChannelPipeline.swift
[682/691] Compiling NIOCore AddressedEnvelope.swift
[683/691] Compiling NIOCore AsyncAwaitSupport.swift
[684/691] Compiling NIOCore AsyncChannel.swift
[685/691] Compiling NIOCore AsyncChannelHandler.swift
[686/691] Compiling NIOCore AsyncChannelInboundStream.swift
[687/691] Compiling NIOCore AsyncChannelOutboundWriter.swift
[688/691] Compiling NIOCore NIOAsyncSequenceProducer.swift
[689/691] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[690/691] Compiling NIOCore NIOAsyncWriter.swift
[691/691] Emitting module NIOCore
[693/744] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[694/744] Compiling NIOEmbedded AsyncTestingChannel.swift
[695/744] Emitting module NIOEmbedded
[696/744] Compiling NIOEmbedded Embedded.swift
[698/745] Compiling NIOPosix Pool.swift
[699/745] Compiling NIOPosix PooledRecvBufferAllocator.swift
[700/745] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[701/745] Compiling NIOPosix PosixSingletons.swift
[702/745] Compiling NIOPosix RawSocketBootstrap.swift
[703/745] Compiling NIOPosix Resolver.swift
[704/745] Compiling NIOPosix Selectable.swift
[705/745] Compiling NIOPosix SelectableChannel.swift
[706/745] Compiling NIOPosix SelectableEventLoop.swift
[707/745] Compiling NIOPosix SelectorEpoll.swift
[708/745] Compiling NIOPosix SelectorGeneric.swift
[709/745] Compiling NIOPosix SelectorKqueue.swift
[710/745] Compiling NIOPosix SelectorUring.swift
[711/751] Compiling NIOPosix ServerSocket.swift
[712/751] Compiling NIOPosix Socket.swift
[713/751] Compiling NIOPosix SocketChannel.swift
[714/751] Compiling NIOPosix SocketProtocols.swift
[715/751] Compiling NIOPosix System.swift
[716/751] Compiling NIOPosix Thread.swift
[717/751] Emitting module NIOPosix
[718/751] Compiling NIOPosix ThreadPosix.swift
[719/751] Compiling NIOPosix ThreadWindows.swift
[720/751] Compiling NIOPosix UnsafeTransfer.swift
[721/751] Compiling NIOPosix Utilities.swift
[722/751] Compiling NIOPosix VsockAddress.swift
[723/751] Compiling NIOPosix VsockChannelEvents.swift
[724/751] Compiling NIOPosix IO.swift
[725/751] Compiling NIOPosix IntegerBitPacking.swift
[726/751] Compiling NIOPosix IntegerTypes.swift
[727/751] Compiling NIOPosix Linux.swift
[728/751] Compiling NIOPosix LinuxCPUSet.swift
[729/751] Compiling NIOPosix LinuxUring.swift
[730/751] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[731/751] Compiling NIOPosix NIOThreadPool.swift
[732/751] Compiling NIOPosix NonBlockingFileIO.swift
[733/751] Compiling NIOPosix PendingDatagramWritesManager.swift
[734/751] Compiling NIOPosix PendingWritesManager.swift
[735/751] Compiling NIOPosix PipeChannel.swift
[736/751] Compiling NIOPosix PipePair.swift
[737/751] Compiling NIOPosix PointerHelpers.swift
[738/751] Compiling NIOPosix BSDSocketAPICommon.swift
[739/751] Compiling NIOPosix BSDSocketAPIPosix.swift
[740/751] Compiling NIOPosix BSDSocketAPIWindows.swift
[741/751] Compiling NIOPosix BaseSocket.swift
[742/751] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[743/751] Compiling NIOPosix BaseSocketChannel.swift
[744/751] Compiling NIOPosix BaseStreamSocketChannel.swift
[745/751] Compiling NIOPosix Bootstrap.swift
[746/751] Compiling NIOPosix ControlMessage.swift
[747/751] Compiling NIOPosix DatagramVectorReadManager.swift
[748/751] Compiling NIOPosix Errors+Any.swift
[749/751] Compiling NIOPosix FileDescriptor.swift
[750/751] Compiling NIOPosix GetaddrinfoResolver.swift
[751/751] Compiling NIOPosix HappyEyeballs.swift
[753/754] Compiling NIO Exports.swift
[754/754] Emitting module NIO
[756/782] Compiling NIOTLS TLSEvents.swift
[757/782] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[758/782] Emitting module NIOTLS
[759/782] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[760/782] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[761/782] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[762/782] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[763/782] Compiling NIOTLS SNIHandler.swift
[764/782] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[766/783] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[767/783] Emitting module NIOFoundationCompat
[769/812] Compiling NIOSSL AndroidCABundle.swift
[770/812] Compiling NIOSSL ByteBufferBIO.swift
[771/814] Compiling NIOSSL SSLInit.swift
[772/814] Compiling NIOSSL SSLPKCS12Bundle.swift
[773/836] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[774/836] Compiling NIOTransportServices NIOTSErrors.swift
[775/836] Compiling NIOTransportServices NIOTSEventLoop.swift
[776/836] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[777/836] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[778/836] Compiling NIOTransportServices NIOTSListenerChannel.swift
[779/838] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[780/838] Compiling NIOTransportServices NIOTSSingletons.swift
[781/838] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[782/838] Compiling NIOTransportServices StateManagedChannel.swift
[783/838] Compiling NIOTransportServices StateManagedListenerChannel.swift
[784/838] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[785/838] Compiling NIOTransportServices NIOTSBootstraps.swift
[786/838] Compiling NIOTransportServices NIOTSChannelOptions.swift
[787/838] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[788/838] Compiling NIOTransportServices AcceptHandler.swift
[789/838] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[790/838] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[791/838] Emitting module NIOTransportServices
[792/838] Compiling NIOTransportServices NIOTSDatagramListener.swift
[793/838] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[794/838] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[795/838] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[796/838] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[808/839] Emitting module NIOHTTP1
[813/840] Compiling NIOSSL NIOSSLSecureBytes.swift
[814/840] Compiling NIOSSL RNG.swift
[815/840] Compiling NIOSSL SafeCompare.swift
[819/867] Compiling NIOSSL SubjectAlternativeName.swift
[820/871] Compiling NIOExtras NIORequestIdentifiable.swift
[821/871] Compiling NIOExtras PCAPRingBuffer.swift
[822/871] Compiling NIOExtras QuiescingHelper.swift
[823/871] Compiling NIOExtras RequestResponseHandler.swift
[824/871] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[825/871] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[826/871] Compiling NIOExtras JSONRPCFraming.swift
[827/871] Compiling NIOExtras DebugInboundEventsHandler.swift
[828/871] Compiling NIOExtras DebugOutboundEventsHandler.swift
[829/871] Compiling NIOExtras FixedLengthFrameDecoder.swift
[830/871] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[831/871] Compiling NIOExtras LengthFieldPrepender.swift
[832/871] Compiling NIOExtras NIOExtrasError.swift
[833/871] Compiling NIOExtras NIOLengthFieldBitLength.swift
[836/873] Emitting module NIOSSL
[837/873] Compiling NIOExtras LineBasedFrameDecoder.swift
[838/873] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[839/873] Compiling NIOHPACK HuffmanTables.swift
[840/873] Compiling NIOHPACK IndexedHeaderTable.swift
[841/873] Compiling NIOHPACK IntegerCoding.swift
[848/874] Emitting module NIOExtras
[849/874] Compiling NIOHPACK HuffmanCoding.swift
[852/874] Emitting module NIOHPACK
[853/874] Compiling NIOHPACK StaticHeaderTable.swift
[860/874] Compiling NIOExtras RequestResponseWithIDHandler.swift
[861/874] Compiling NIOExtras WritePCAPHandler.swift
[870/875] Compiling NIOSSL Zeroization.swift
[871/875] Compiling NIOSSL TLSConfiguration.swift
[872/875] Compiling NIOSSL UniversalBootstrapSupport.swift
[875/934] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[876/934] Compiling NIOHTTP2 MaySendFrames.swift
[878/935] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[879/935] Compiling NIOHTTP2 HasFlowControlWindows.swift
[880/935] Compiling NIOHTTP2 HasLocalSettings.swift
[881/935] Compiling NIOHTTP2 HasRemoteSettings.swift
[882/935] Compiling NIOHTTP2 LocallyQuiescingState.swift
[883/935] Compiling NIOHTTP2 QuiescingState.swift
[884/935] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[887/943] Compiling NIOHTTP2 SendingDataState.swift
[888/943] Compiling NIOHTTP2 SendingGoawayState.swift
[889/943] Compiling NIOHTTP2 SendingHeadersState.swift
[890/943] Compiling NIOHTTP2 SendingPushPromiseState.swift
[891/943] Compiling NIOHTTP2 SendingRstStreamState.swift
[892/943] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[893/943] Compiling NIOHTTP2 HTTP2SettingsState.swift
[894/943] Emitting module NIOHTTP2
[895/943] Compiling NIOHTTP2 InboundWindowManager.swift
[896/943] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[897/943] Compiling NIOHTTP2 StreamChannelFlowController.swift
[898/943] Compiling NIOHTTP2 StreamChannelList.swift
[899/943] Compiling NIOHTTP2 StreamMap.swift
[900/943] Compiling NIOHTTP2 StreamStateMachine.swift
[901/943] Compiling NIOHTTP2 UnsafeTransfer.swift
[902/943] Compiling NIOHTTP2 WatermarkedFlowController.swift
[903/943] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[904/943] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[905/943] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[906/943] Compiling NIOHTTP2 HTTP2StreamID.swift
[907/943] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[908/943] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[909/943] Compiling NIOHTTP2 HTTP2UserEvents.swift
[910/943] Compiling NIOHTTP2 InboundEventBuffer.swift
[911/943] Compiling NIOHTTP2 ConnectionStateMachine.swift
[912/943] Compiling NIOHTTP2 ConnectionStreamsState.swift
[913/943] Compiling NIOHTTP2 MayReceiveFrames.swift
[914/943] Compiling NIOHTTP2 ReceivingDataState.swift
[915/943] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[916/943] Compiling NIOHTTP2 ReceivingHeadersState.swift
[917/943] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[918/943] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[919/943] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[920/943] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[921/943] Compiling NIOHTTP2 HTTP2Frame.swift
[922/943] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[923/943] Compiling NIOHTTP2 HTTP2FrameParser.swift
[924/943] Compiling NIOHTTP2 HTTP2PingData.swift
[925/943] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[926/943] Compiling NIOHTTP2 HTTP2Settings.swift
[927/943] Compiling NIOHTTP2 HTTP2Stream.swift
[928/943] Compiling NIOHTTP2 StateMachineResult.swift
[929/943] Compiling NIOHTTP2 ContentLengthVerifier.swift
[930/943] Compiling NIOHTTP2 DOSHeuristics.swift
[931/943] Compiling NIOHTTP2 Error+Any.swift
[932/943] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[933/943] Compiling NIOHTTP2 ControlFrameBuffer.swift
[934/943] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[935/943] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[936/943] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[937/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[938/943] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[939/943] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[940/943] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[941/943] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[942/943] Compiling NIOHTTP2 HTTP2Error.swift
[943/943] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[945/1071] Compiling GRPC Array+BoundsCheck.swift
[946/1071] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[947/1071] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[948/1071] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[949/1071] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[950/1071] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[951/1071] Compiling GRPC ServerHandlerStateMachine.swift
[952/1071] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[953/1071] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[954/1071] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[955/1071] Compiling GRPC ServerInterceptorStateMachine.swift
[956/1071] Compiling GRPC StreamState.swift
[957/1071] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[958/1071] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[959/1071] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[960/1071] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[961/1071] Compiling GRPC GRPCAsyncRequestStream.swift
[962/1071] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[963/1088] Compiling GRPC ServerInterceptorContext.swift
[964/1088] Compiling GRPC ServerInterceptorPipeline.swift
[965/1088] Compiling GRPC ServerInterceptors.swift
[966/1088] Compiling GRPC InterceptorContextList.swift
[967/1088] Compiling GRPC LengthPrefixedMessageReader.swift
[968/1088] Compiling GRPC Logger.swift
[969/1088] Compiling GRPC LoggingServerErrorDelegate.swift
[970/1088] Compiling GRPC MessageEncodingHeaderValidator.swift
[971/1088] Compiling GRPC PlatformSupport.swift
[972/1088] Compiling GRPC ReadWriteStates.swift
[973/1088] Compiling GRPC Ref.swift
[974/1088] Compiling GRPC Serialization.swift
[975/1088] Compiling GRPC Server+NIOSSL.swift
[976/1088] Compiling GRPC Server.swift
[977/1088] Compiling GRPC ServerBuilder+NIOSSL.swift
[978/1088] Compiling GRPC ServerBuilder.swift
[979/1088] Compiling GRPC ServerCallContext.swift
[980/1088] Compiling GRPC StreamingResponseCallContext.swift
[981/1088] Compiling GRPC DelegatingErrorHandler.swift
[982/1088] Compiling GRPC Error+NIOSSL.swift
[983/1088] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[984/1088] Compiling GRPC FakeChannel.swift
[985/1088] Compiling GRPC ClientConnection+NIOSSL.swift
[986/1088] Compiling GRPC ClientConnection+NWTLS.swift
[987/1088] Compiling GRPC GRPCChannel.swift
[988/1088] Compiling GRPC GRPCChannelBuilder.swift
[989/1088] Compiling GRPC GRPCClient.swift
[990/1088] Compiling GRPC GRPCClientChannelHandler.swift
[991/1088] Compiling GRPC GRPCClientStateMachine.swift
[992/1088] Compiling GRPC GRPCContentType.swift
[993/1088] Compiling GRPC GRPCError.swift
[994/1088] Compiling GRPC GRPCHeaderName.swift
[995/1088] Compiling GRPC GRPCIdleHandler.swift
[996/1088] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[997/1088] Compiling GRPC GRPCKeepaliveHandlers.swift
[998/1088] Compiling GRPC GRPCPayload.swift
[999/1088] Compiling GRPC UnaryResponseCallContext.swift
[1000/1088] Compiling GRPC ServerChannelErrorHandler.swift
[1001/1088] Compiling GRPC ServerErrorDelegate.swift
[1002/1088] Compiling GRPC ServerErrorProcessor.swift
[1003/1088] Compiling GRPC Stopwatch.swift
[1004/1088] Compiling GRPC StreamEvent.swift
[1005/1088] Compiling GRPC TLSVerificationHandler.swift
[1006/1088] Compiling GRPC TLSVersion.swift
[1007/1088] Compiling GRPC TimeLimit.swift
[1008/1088] Compiling GRPC UserInfo.swift
[1009/1088] Compiling GRPC Version.swift
[1010/1088] Compiling GRPC WebCORSHandler.swift
[1011/1088] Compiling GRPC WriteCapturingHandler.swift
[1012/1088] Compiling GRPC _EmbeddedThroughput.swift
[1013/1088] Compiling GRPC _FakeResponseStream.swift
[1014/1088] Compiling GRPC _GRPCClientCodecHandler.swift
[1015/1088] Compiling GRPC _MessageContext.swift
[1016/1088] Emitting module GRPC
[1017/1088] Compiling GRPC GRPCAsyncResponseStream.swift
[1018/1088] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1019/1088] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1020/1088] Compiling GRPC GRPCAsyncServerCallContext.swift
[1021/1088] Compiling GRPC GRPCAsyncServerHandler.swift
[1022/1088] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1023/1088] Compiling GRPC GRPCAsyncUnaryCall.swift
[1024/1088] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1025/1088] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1026/1088] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1027/1088] Compiling GRPC GRPCSendable.swift
[1028/1088] Compiling GRPC NIOAsyncWrappers.swift
[1029/1088] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1030/1088] Compiling GRPC ClientStreamingServerHandler.swift
[1031/1088] Compiling GRPC ServerHandlerProtocol.swift
[1032/1088] Compiling GRPC ServerStreamingServerHandler.swift
[1033/1088] Compiling GRPC UnaryServerHandler.swift
[1034/1088] Compiling GRPC CallOptions.swift
[1035/1088] Compiling GRPC BidirectionalStreamingCall.swift
[1036/1088] Compiling GRPC Call.swift
[1037/1088] Compiling GRPC CallDetails.swift
[1038/1088] Compiling GRPC ClientCall.swift
[1039/1088] Compiling GRPC ClientStreamingCall.swift
[1040/1088] Compiling GRPC LazyEventLoopPromise.swift
[1041/1088] Compiling GRPC ResponseContainers.swift
[1042/1088] Compiling GRPC ResponsePartContainer.swift
[1043/1088] Compiling GRPC ServerStreamingCall.swift
[1044/1088] Compiling GRPC UnaryCall.swift
[1045/1088] Compiling GRPC ClientConnection.swift
[1046/1088] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1047/1088] Compiling GRPC ClientErrorDelegate.swift
[1048/1088] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1049/1088] Compiling GRPC CompressionAlgorithm.swift
[1050/1088] Compiling GRPC DecompressionLimit.swift
[1051/1088] Compiling GRPC MessageEncoding.swift
[1052/1088] Compiling GRPC Zlib.swift
[1053/1088] Compiling GRPC ConnectionBackoff.swift
[1054/1088] Compiling GRPC ConnectionKeepalive.swift
[1055/1088] Compiling GRPC ConnectionManager+Delegates.swift
[1056/1088] Compiling GRPC ConnectionManager.swift
[1057/1088] Compiling GRPC ConnectionManagerChannelProvider.swift
[1058/1088] Compiling GRPC ConnectionManagerID.swift
[1059/1088] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1060/1088] Compiling GRPC ConnectionPool+Waiter.swift
[1061/1088] Compiling GRPC ConnectionPool.swift
[1062/1088] Compiling GRPC ConnectionPoolIDs.swift
[1063/1088] Compiling GRPC GRPCChannelPool.swift
[1064/1088] Compiling GRPC PoolManager.swift
[1065/1088] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1066/1088] Compiling GRPC PoolManagerStateMachine.swift
[1067/1088] Compiling GRPC PooledChannel.swift
[1068/1088] Compiling GRPC StreamLender.swift
[1069/1088] Compiling GRPC ConnectivityState.swift
[1070/1088] Compiling GRPC DebugOnly.swift
[1071/1088] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1072/1088] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1073/1088] Compiling GRPC GRPCServiceDescription.swift
[1074/1088] Compiling GRPC GRPCStatus.swift
[1075/1088] Compiling GRPC GRPCStatusAndMetadata.swift
[1076/1088] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1077/1088] Compiling GRPC GRPCTLSConfiguration.swift
[1078/1088] Compiling GRPC GRPCTimeout.swift
[1079/1088] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1080/1088] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1081/1088] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1082/1088] Compiling GRPC ClientInterceptorContext.swift
[1083/1088] Compiling GRPC ClientInterceptorPipeline.swift
[1084/1088] Compiling GRPC ClientInterceptorProtocol.swift
[1085/1088] Compiling GRPC ClientInterceptors.swift
[1086/1088] Compiling GRPC ClientTransport.swift
[1087/1088] Compiling GRPC ClientTransportFactory.swift
[1088/1088] Compiling GRPC MessageParts.swift
[1090/1091] Emitting module NTypes
[1091/1091] Compiling NTypes ntypes.pb.swift
Build complete! (224.99s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.28.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "ntypes",
  "name" : "ntypes",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "NTypes",
      "targets" : [
        "NTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "NTypesTests",
      "path" : ".",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "ntypes_test.pb.swift"
      ],
      "target_dependencies" : [
        "NTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTypes",
      "module_type" : "SwiftTarget",
      "name" : "NTypes",
      "path" : ".",
      "product_dependencies" : [
        "SwiftProtobuf",
        "GRPC"
      ],
      "product_memberships" : [
        "NTypes"
      ],
      "sources" : [
        "ntypes.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.