The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-nebula-client, reference main (debdd9), with Swift 6.1 for Linux on 9 Apr 2026 18:41:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OffskyLab/swift-nebula-client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/OffskyLab/swift-nebula-client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at debdd93 [REFACTOR] rename Amas → Cluster
Cloned https://github.com/OffskyLab/swift-nebula-client.git
Revision (git rev-parse @):
debdd93b22695ffe6831856998c6f1fd126a0cfd
SUCCESS checkout https://github.com/OffskyLab/swift-nebula-client.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/OffskyLab/swift-nebula-client.git
https://github.com/OffskyLab/swift-nebula-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nmtp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OffskyLab/swift-nmtp.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "messagepacker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hirotakan/MessagePacker.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-nebula-client",
  "name" : "swift-nebula-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NebulaClient",
      "targets" : [
        "NebulaClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NebulaClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NebulaClientTests",
      "path" : "Tests/NebulaClientTests",
      "sources" : [
        "NebulaClientTests.swift"
      ],
      "target_dependencies" : [
        "NebulaClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NebulaClient",
      "module_type" : "SwiftTarget",
      "name" : "NebulaClient",
      "path" : "Sources/NebulaClient",
      "product_dependencies" : [
        "NMTP",
        "NIO",
        "MessagePacker",
        "Logging"
      ],
      "product_memberships" : [
        "NebulaClient"
      ],
      "sources" : [
        "Astral/Astral.swift",
        "Comet/Comet.swift",
        "NMT/NMTClients.swift",
        "NebulaClient.swift",
        "NebulaClientError.swift",
        "NebulaURI.swift",
        "Planet/MethodProxy.swift",
        "Planet/Moon.swift",
        "Planet/Planet.swift",
        "Planet/Satellite.swift",
        "Subscriber/Subscriber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/OffskyLab/swift-nmtp.git
[1/219] Fetching swift-nmtp
[199/6682] Fetching swift-nmtp, swift-log
Fetched https://github.com/OffskyLab/swift-nmtp.git from cache (0.36s)
[647/6463] Fetching swift-log
[1229/7184] Fetching swift-log, messagepacker
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[1/83101] Fetching swift-nio
Fetched https://github.com/hirotakan/MessagePacker.git from cache (10.32s)
Fetched https://github.com/apple/swift-nio.git from cache (10.46s)
Computing version for https://github.com/OffskyLab/swift-nmtp.git
Computed https://github.com/OffskyLab/swift-nmtp.git at 0.0.4 (11.21s)
Fetching https://github.com/apple/swift-nio-extras.git
[1/6510] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.68s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (4.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.04s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2719] Fetching swift-service-lifecycle
[301/8943] Fetching swift-service-lifecycle, swift-async-algorithms
[799/15001] Fetching swift-service-lifecycle, swift-async-algorithms, swift-algorithms
[3350/22146] Fetching swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates
[16390/37564] Fetching swift-service-lifecycle, swift-async-algorithms, swift-algorithms, swift-certificates, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.82s)
[18112/34845] Fetching swift-async-algorithms, swift-algorithms, swift-certificates, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.15s)
[15208/28621] Fetching swift-algorithms, swift-certificates, swift-nio-ssl
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.18s)
Fetching https://github.com/apple/swift-http-types.git
[9612/22563] Fetching swift-certificates, swift-nio-ssl
[9613/24383] Fetching swift-certificates, swift-nio-ssl, swift-atomics
[12821/26179] Fetching swift-certificates, swift-nio-ssl, swift-atomics, swift-asn1
[13838/27192] Fetching swift-certificates, swift-nio-ssl, swift-atomics, swift-asn1, swift-http-types
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
[14580/25372] Fetching swift-certificates, swift-nio-ssl, swift-asn1, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
[13721/24359] Fetching swift-certificates, swift-nio-ssl, swift-asn1
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.54s)
[12079/22563] Fetching swift-certificates, swift-nio-ssl
[16706/23805] Fetching swift-certificates, swift-nio-ssl, swift-http-structured-headers
[19644/35907] Fetching swift-certificates, swift-nio-ssl, swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (3.72s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.79s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.25s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.98s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.40s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/23523] Fetching swift-collections
[2/29124] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
[2353/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.17s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (2.93s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.98s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (2.99s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.92s)
Fetching https://github.com/apple/swift-crypto.git
[1/17330] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.70s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (3.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (2.69s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.91s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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.97.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
Creating working copy for https://github.com/OffskyLab/swift-nmtp.git
Working copy of https://github.com/OffskyLab/swift-nmtp.git resolved at 0.0.4
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-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
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.33.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.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.42.0
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.6.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.36.1
Building for debugging...
[0/32] Write sources
[12/32] Compiling CNIOOpenBSD shim.c
[12/32] Write sources
[14/32] Compiling CNIOLinux liburing_shims.c
[14/32] Write sources
[14/32] Compiling CNIODarwin shim.c
[17/32] Write sources
[19/32] Compiling CNIOWindows shim.c
[20/32] Compiling CNIOWindows WSAStartup.c
[21/32] Compiling CNIOWASI CNIOWASI.c
[22/32] Compiling _AtomicsShims.c
[23/32] Compiling CNIOLLHTTP c_nio_http.c
[23/32] Write sources
[25/32] Compiling CNIOPosix event_loop_id.c
[26/32] Compiling CNIOLinux shim.c
[27/32] Compiling CNIOLLHTTP c_nio_api.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/62] Compiling CNIOLLHTTP c_nio_llhttp.c
[31/117] Emitting module InternalCollectionsUtilities
[32/119] Emitting module Logging
[33/119] Emitting module _NIODataStructures
[34/119] Emitting module MessagePacker
[35/124] Compiling InternalCollectionsUtilities _SortedCollection.swift
[36/124] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[37/124] Compiling Atomics ManagedAtomic.swift
[38/124] Compiling Atomics ManagedAtomicLazyReference.swift
[39/124] Compiling Atomics AtomicMemoryOrderings.swift
[40/124] Compiling Atomics DoubleWord.swift
[41/126] Compiling Logging LogHandler.swift
[41/126] Compiling c-atomics.c
[43/126] Compiling _NIODataStructures _TinyArray.swift
[46/126] Compiling Atomics OptionalRawRepresentable.swift
[47/126] Compiling _NIODataStructures PriorityQueue.swift
[48/126] Compiling Atomics AtomicOptionalWrappable.swift
[49/126] Compiling Atomics AtomicReference.swift
[50/126] Compiling Logging LogEvent.swift
[51/126] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/126] Compiling Atomics IntegerConformances.swift
[53/126] Compiling Atomics PointerConformances.swift
[54/126] Compiling Atomics AtomicStorage.swift
[55/126] Compiling Atomics AtomicValue.swift
[56/126] Compiling Atomics Primitives.native.swift
[57/126] Compiling Atomics AtomicInteger.swift
[58/126] Compiling Atomics UnsafeAtomic.swift
[60/126] Emitting module _NIOBase64
[61/126] Compiling _NIOBase64 Base64.swift
[69/126] Compiling Atomics RawRepresentable.swift
[70/126] Compiling Atomics AtomicBool.swift
[71/128] Compiling c-nioatomics.c
[75/128] Compiling Atomics IntegerOperations.swift
[76/128] Compiling Atomics Unmanaged extensions.swift
[77/168] Compiling ContainersPreview Producer+Map.swift
[78/168] Compiling ContainersPreview Producer+Reduce.swift
[79/168] Compiling ContainersPreview Producer.swift
[80/168] Compiling ContainersPreview Borrow.swift
[81/168] Emitting module NIOConcurrencyHelpers
[82/172] Compiling ContainersPreview BidirectionalContainer.swift
[83/172] Compiling ContainersPreview Container+Filter.swift
[84/172] Compiling ContainersPreview Container+SpanwiseZip.swift
[85/172] Emitting module Atomics
[86/172] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[87/172] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[88/172] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[89/173] Compiling ContainersPreview Box.swift
[90/173] Compiling ContainersPreview Inout.swift
[91/173] Compiling ContainersPreview InputSpan.swift
[92/173] Compiling ContainersPreview Shared.swift
[93/173] Compiling ContainersPreview Container.swift
[94/173] Compiling ContainersPreview ContainerIterator.swift
[95/173] Compiling ContainersPreview DynamicContainer.swift
[96/173] Compiling ContainersPreview MutableContainer.swift
[97/173] Compiling ContainersPreview PermutableContainer.swift
[98/173] Compiling ContainersPreview RandomAccessContainer.swift
[99/173] Compiling ContainersPreview RangeExpression2.swift
[100/173] Compiling ContainersPreview RangeReplaceableContainer.swift
[101/173] Compiling ContainersPreview Drain+Map.swift
[102/173] Compiling ContainersPreview Drain+Reduce.swift
[103/173] Compiling ContainersPreview Drain.swift
[104/173] Compiling ContainersPreview Producer+Collect.swift
[105/173] Compiling ContainersPreview Producer+Filter.swift
[106/173] Compiling ContainersPreview OutputSpan+Extras.swift
[107/173] Compiling ContainersPreview TemporaryAllocation.swift
[111/173] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[112/173] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[113/173] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[114/173] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[115/173] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[116/173] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[117/173] Compiling ContainersPreview BorrowingSequence.swift
[121/173] Emitting module ContainersPreview
[124/214] Compiling DequeModule RigidDeque+Equatable.swift
[125/214] Compiling DequeModule RigidDeque+Experimental.swift
[126/214] Compiling DequeModule RigidDeque+Hashable.swift
[127/214] Compiling DequeModule RigidDeque+Initializers.swift
[128/214] Compiling DequeModule RigidDeque+Insertions.swift
[129/214] Compiling DequeModule RigidDeque+Prepend.swift
[130/219] Compiling Logging Locks.swift
[131/219] Compiling Logging MetadataProvider.swift
[132/219] Compiling DequeModule UniqueDeque+Descriptions.swift
[133/219] Compiling DequeModule UniqueDeque+Equatable.swift
[134/219] Compiling DequeModule UniqueDeque+Experimental.swift
[135/219] Compiling DequeModule UniqueDeque+Hashable.swift
[136/219] Compiling DequeModule UniqueDeque+Initializers.swift
[137/219] Compiling NIOConcurrencyHelpers NIOLock.swift
[140/219] Compiling DequeModule UniqueDeque+Insertions.swift
[141/219] Compiling DequeModule UniqueDeque+Prepend.swift
[142/219] Compiling DequeModule UniqueDeque+Removals.swift
[143/219] Compiling DequeModule UniqueDeque+Consumption.swift
[144/219] Compiling DequeModule UniqueDeque+Container.swift
[148/219] Compiling DequeModule RigidDeque+Testing.swift
[149/219] Compiling DequeModule RigidDeque.swift
[150/219] Compiling DequeModule UniqueDeque+Append.swift
[153/219] Compiling DequeModule RigidDeque+Consumption.swift
[154/219] Compiling DequeModule RigidDeque+Container.swift
[155/219] Compiling DequeModule RigidDeque+Descriptions.swift
[162/219] Compiling DequeModule RigidDeque+Removals.swift
[163/219] Compiling DequeModule RigidDeque+Replacements.swift
[164/219] Compiling DequeModule Deque+Codable.swift
[165/219] Compiling DequeModule Deque+Collection.swift
[166/219] Compiling DequeModule Deque+CustomReflectable.swift
[167/219] Compiling DequeModule Deque+Descriptions.swift
[168/219] Compiling DequeModule Deque+Equatable.swift
[169/219] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[170/219] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[174/219] Compiling DequeModule UniqueDeque+Replacements.swift
[175/219] Compiling DequeModule UniqueDeque.swift
[176/219] Compiling _NIODataStructures Heap.swift
[182/220] Compiling NIOConcurrencyHelpers lock.swift
[183/220] Compiling NIOConcurrencyHelpers atomics.swift
[184/220] Compiling Logging Logging.swift
[185/220] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[186/222] Compiling DequeModule _DequeBuffer.swift
[187/222] Compiling DequeModule _DequeBufferHeader.swift
[188/222] Compiling DequeModule RigidDeque+Append.swift
[195/222] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[196/222] Compiling DequeModule Deque+Extras.swift
[197/222] Compiling DequeModule Deque+Hashable.swift
[198/222] Compiling DequeModule Deque+Testing.swift
[199/222] Compiling DequeModule Deque._Storage.swift
[200/222] Compiling DequeModule Deque._UnsafeHandle.swift
[201/222] Compiling DequeModule Deque.swift
[220/223] Compiling DequeModule _DequeSlot.swift
[221/223] Compiling DequeModule _UnsafeDequeHandle.swift
[222/223] Compiling DequeModule _UnsafeDequeSegments.swift
[223/223] Emitting module DequeModule
[225/288] Compiling NIOCore AddressedEnvelope.swift
[226/288] Compiling NIOCore AsyncAwaitSupport.swift
[227/288] Compiling NIOCore AsyncChannel.swift
[228/288] Compiling NIOCore AsyncChannelHandler.swift
[229/288] Compiling NIOCore AsyncChannelInboundStream.swift
[230/288] Compiling NIOCore AsyncChannelOutboundWriter.swift
[231/288] Compiling NIOCore NIOAsyncSequenceProducer.swift
[232/288] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[233/288] Compiling NIOCore NIOAsyncWriter.swift
[234/296] Compiling NIOCore CircularBuffer.swift
[235/296] Compiling NIOCore Codec.swift
[236/296] Compiling NIOCore ConvenienceOptionSupport.swift
[237/296] Compiling NIOCore DeadChannel.swift
[238/296] Compiling NIOCore DispatchQueue+WithFuture.swift
[239/296] Compiling NIOCore EventLoop+Deprecated.swift
[240/296] Compiling NIOCore EventLoop+SerialExecutor.swift
[241/296] Compiling NIOCore EventLoop.swift
[242/296] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[243/296] Compiling NIOCore NIOCoreSendableMetatype.swift
[244/296] Compiling NIOCore NIODecodedAsyncSequence.swift
[245/296] Compiling NIOCore NIOLoopBound.swift
[246/296] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[247/296] Compiling NIOCore NIOScheduledCallback.swift
[248/296] Compiling NIOCore NIOSendable.swift
[249/296] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[250/296] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[251/296] Compiling NIOCore RecvByteBufferAllocator.swift
[252/296] Compiling NIOCore IPProtocol.swift
[253/296] Compiling NIOCore IntegerBitPacking.swift
[254/296] Compiling NIOCore IntegerTypes.swift
[255/296] Compiling NIOCore Interfaces.swift
[256/296] Compiling NIOCore Linux.swift
[257/296] Compiling NIOCore MarkedCircularBuffer.swift
[258/296] Compiling NIOCore MulticastChannel.swift
[259/296] Compiling NIOCore NIOAny.swift
[260/296] Compiling NIOCore NIOCloseOnErrorHandler.swift
[261/296] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[262/296] Compiling NIOCore BSDSocketAPI.swift
[263/296] Compiling NIOCore ByteBuffer-aux.swift
[264/296] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[265/296] Compiling NIOCore ByteBuffer-conversions.swift
[266/296] Compiling NIOCore ByteBuffer-core.swift
[267/296] Compiling NIOCore ByteBuffer-hex.swift
[268/296] Compiling NIOCore ByteBuffer-int.swift
[269/296] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[270/296] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[271/296] Compiling NIOCore SocketAddresses.swift
[272/296] Compiling NIOCore SocketOptionProvider.swift
[273/296] Compiling NIOCore SystemCallHelpers.swift
[274/296] Compiling NIOCore TimeAmount+Duration.swift
[275/296] Compiling NIOCore TypeAssistedChannelHandler.swift
[276/296] Compiling NIOCore UniversalBootstrapSupport.swift
[277/296] Compiling NIOCore Utilities.swift
[278/296] Emitting module NIOCore
[279/296] Compiling NIOCore EventLoopFuture+Deprecated.swift
[280/296] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[281/296] Compiling NIOCore EventLoopFuture.swift
[282/296] Compiling NIOCore FileDescriptor.swift
[283/296] Compiling NIOCore FileHandle.swift
[284/296] Compiling NIOCore FileRegion.swift
[285/296] Compiling NIOCore GlobalSingletons.swift
[286/296] Compiling NIOCore IO.swift
[287/296] Compiling NIOCore IOData.swift
[288/296] Compiling NIOCore ByteBuffer-multi-int.swift
[289/296] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[290/296] Compiling NIOCore ByteBuffer-views.swift
[291/296] Compiling NIOCore Channel.swift
[292/296] Compiling NIOCore ChannelHandler.swift
[293/296] Compiling NIOCore ChannelHandlers.swift
[294/296] Compiling NIOCore ChannelInvoker.swift
[295/296] Compiling NIOCore ChannelOption.swift
[296/296] Compiling NIOCore ChannelPipeline.swift
[298/351] Compiling NIOEmbedded Embedded.swift
[299/351] Compiling NIOEmbedded AsyncTestingChannel.swift
[300/351] Emitting module NIOEmbedded
[301/351] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[303/352] Compiling NIOPosix BSDSocketAPICommon.swift
[304/352] Compiling NIOPosix BSDSocketAPIPosix.swift
[305/352] Compiling NIOPosix BSDSocketAPIWindows.swift
[306/352] Compiling NIOPosix BaseSocket.swift
[307/352] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[308/352] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[309/352] Compiling NIOPosix BaseSocketChannel.swift
[310/352] Emitting module NIOPosix
[311/358] Compiling NIOPosix SelectableChannel.swift
[312/358] Compiling NIOPosix SelectableEventLoop.swift
[313/358] Compiling NIOPosix SelectorEpoll.swift
[314/358] Compiling NIOPosix SelectorGeneric.swift
[315/358] Compiling NIOPosix SelectorKqueue.swift
[316/358] Compiling NIOPosix SelectorUring.swift
[317/358] Compiling NIOPosix SelectorWSAPoll.swift
[318/358] Compiling NIOPosix ServerSocket.swift
[319/358] Compiling NIOPosix Socket.swift
[320/358] Compiling NIOPosix SocketChannel.swift
[321/358] Compiling NIOPosix SocketProtocols.swift
[322/358] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[323/358] Compiling NIOPosix System.swift
[324/358] Compiling NIOPosix Thread.swift
[325/358] Compiling NIOPosix PipePair.swift
[326/358] Compiling NIOPosix Pool.swift
[327/358] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[328/358] Compiling NIOPosix PosixSingletons.swift
[329/358] Compiling NIOPosix RawSocketBootstrap.swift
[330/358] Compiling NIOPosix Resolver.swift
[331/358] Compiling NIOPosix Selectable.swift
[332/358] Compiling NIOPosix ThreadPosix.swift
[333/358] Compiling NIOPosix ThreadWindows.swift
[334/358] Compiling NIOPosix Utilities.swift
[335/358] Compiling NIOPosix VsockAddress.swift
[336/358] Compiling NIOPosix VsockChannelEvents.swift
[337/358] Compiling NIOPosix Windows.swift
[338/358] Compiling NIOPosix BaseStreamSocketChannel.swift
[339/358] Compiling NIOPosix Bootstrap.swift
[340/358] Compiling NIOPosix ControlMessage.swift
[341/358] Compiling NIOPosix DatagramVectorReadManager.swift
[342/358] Compiling NIOPosix Errors+Any.swift
[343/358] Compiling NIOPosix FileDescriptor.swift
[344/358] Compiling NIOPosix GetaddrinfoResolver.swift
[345/358] Compiling NIOPosix HappyEyeballs.swift
[346/358] Compiling NIOPosix IO.swift
[347/358] Compiling NIOPosix IntegerBitPacking.swift
[348/358] Compiling NIOPosix IntegerTypes.swift
[349/358] Compiling NIOPosix Linux.swift
[350/358] Compiling NIOPosix LinuxCPUSet.swift
[351/358] Compiling NIOPosix LinuxUring.swift
[352/358] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[353/358] Compiling NIOPosix NIOPosixSendableMetatype.swift
[354/358] Compiling NIOPosix NIOThreadPool.swift
[355/358] Compiling NIOPosix NonBlockingFileIO.swift
[356/358] Compiling NIOPosix PendingDatagramWritesManager.swift
[357/358] Compiling NIOPosix PendingWritesManager.swift
[358/358] Compiling NIOPosix PipeChannel.swift
[360/361] Emitting module NIO
[361/361] Compiling NIO Exports.swift
[363/378] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[364/378] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[365/380] Emitting module NIOHTTP1
[366/380] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[367/380] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[368/380] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[369/380] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[370/380] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[371/380] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[372/380] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[373/380] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[374/380] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[375/380] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[376/380] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[377/380] Compiling NIOHTTP1 HTTPTypes.swift
[378/380] Compiling NIOHTTP1 ByteCollectionUtils.swift
[379/380] Compiling NIOHTTP1 HTTPDecoder.swift
[380/380] Compiling NIOHTTP1 HTTPEncoder.swift
[382/399] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[383/399] Compiling NIOExtras NIOExtrasError.swift
[384/401] Emitting module NIOExtras
[385/401] Compiling NIOExtras DebugInboundEventsHandler.swift
[386/401] Compiling NIOExtras DebugOutboundEventsHandler.swift
[387/401] Compiling NIOExtras FixedLengthFrameDecoder.swift
[388/401] Compiling NIOExtras PCAPRingBuffer.swift
[389/401] Compiling NIOExtras QuiescingHelper.swift
[390/401] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[391/401] Compiling NIOExtras LengthFieldPrepender.swift
[392/401] Compiling NIOExtras LineBasedFrameDecoder.swift
[393/401] Compiling NIOExtras RequestResponseHandler.swift
[394/401] Compiling NIOExtras RequestResponseHandlers+State.swift
[395/401] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[396/401] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[397/401] Compiling NIOExtras JSONRPCFraming.swift
[398/401] Compiling NIOExtras NIOLengthFieldBitLength.swift
[399/401] Compiling NIOExtras NIORequestIdentifiable.swift
[400/401] Compiling NIOExtras RequestResponseWithIDHandler.swift
[401/401] Compiling NIOExtras WritePCAPHandler.swift
[403/417] Emitting module NMTP
[404/418] Compiling NMTP Argument.swift
[405/418] Compiling NMTP ArgumentValue.swift
[406/418] Compiling NMTP TLSContext.swift
[407/418] Compiling NMTP UUID+Bytes.swift
[408/418] Compiling NMTP Matter+Coding.swift
[409/418] Compiling NMTP Matter.swift
[410/418] Compiling NMTP MatterBodies.swift
[411/418] Compiling NMTP NMTHandler.swift
[412/418] Compiling NMTP NMTServer.swift
[413/418] Compiling NMTP MatterEncoder.swift
[414/418] Compiling NMTP NMTClient.swift
[415/418] Compiling NMTP MatterType.swift
[416/418] Compiling NMTP MatterDecoder.swift
[417/418] Compiling NMTP PendingRequests.swift
[418/418] Compiling NMTP NMTPError.swift
[420/430] Compiling NebulaClient Satellite.swift
[421/431] Compiling NebulaClient MethodProxy.swift
[422/431] Compiling NebulaClient Planet.swift
[423/431] Compiling NebulaClient Moon.swift
[424/431] Compiling NebulaClient NebulaClientError.swift
[425/431] Compiling NebulaClient NebulaURI.swift
[426/431] Compiling NebulaClient Astral.swift
[427/431] Compiling NebulaClient Comet.swift
[428/431] Compiling NebulaClient NMTClients.swift
[429/431] Compiling NebulaClient NebulaClient.swift
[430/431] Emitting module NebulaClient
[431/431] Compiling NebulaClient Subscriber.swift
Build complete! (140.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nmtp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OffskyLab/swift-nmtp.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "messagepacker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hirotakan/MessagePacker.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-nebula-client",
  "name" : "swift-nebula-client",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "NebulaClient",
      "targets" : [
        "NebulaClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NebulaClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NebulaClientTests",
      "path" : "Tests/NebulaClientTests",
      "sources" : [
        "NebulaClientTests.swift"
      ],
      "target_dependencies" : [
        "NebulaClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NebulaClient",
      "module_type" : "SwiftTarget",
      "name" : "NebulaClient",
      "path" : "Sources/NebulaClient",
      "product_dependencies" : [
        "NMTP",
        "NIO",
        "MessagePacker",
        "Logging"
      ],
      "product_memberships" : [
        "NebulaClient"
      ],
      "sources" : [
        "Astral/Astral.swift",
        "Comet/Comet.swift",
        "NMT/NMTClients.swift",
        "NebulaClient.swift",
        "NebulaClientError.swift",
        "NebulaURI.swift",
        "Planet/MethodProxy.swift",
        "Planet/Moon.swift",
        "Planet/Planet.swift",
        "Planet/Satellite.swift",
        "Subscriber/Subscriber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.