The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-ntp, reference 0.3.0 (32d3c7), with Swift 6.1 for Linux on 7 May 2025 19:22:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-ntp.git
Reference: 0.3.0
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/apple/swift-ntp
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 32d3c75 doc updates (#1)
Cloned https://github.com/apple/swift-ntp.git
Revision (git rev-parse @):
32d3c756b0167354a04f87969bc1af0ad6ca7c6a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-ntp.git at 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apple/swift-ntp.git
https://github.com/apple/swift-ntp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-ntp",
  "name" : "swift-ntp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NTPClient",
      "targets" : [
        "NTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "simpleclient",
      "targets" : [
        "simpleclient"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPTests",
      "path" : "Tests/NTPTests",
      "sources" : [
        "ByteBuffer+NTPPacketTests.swift",
        "NTPPacketTests.swift",
        "NTPTimeTests.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPClientTests",
      "path" : "Tests/NTPClientTests",
      "sources" : [
        "NTPClientTests.swift",
        "NTPResponseTests.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NTPClient",
      "path" : "Sources/NTPClient",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "Deadline.swift",
        "Handlers.swift",
        "NTPClient.swift",
        "NTPError.swift",
        "NTPResponse.swift",
        "NTPVersion.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NTP",
      "module_type" : "SwiftTarget",
      "name" : "NTP",
      "path" : "Sources/NTP",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "ByteBuffer+NTPPacket.swift",
        "NTPPacket.swift",
        "NTPTime.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "simpleclient",
      "module_type" : "SwiftTarget",
      "name" : "simpleclient",
      "path" : "Snippets",
      "product_memberships" : [
        "simpleclient"
      ],
      "sources" : [
        "simpleclient.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/77904] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (4.09s)
Fetched https://github.com/apple/swift-nio.git from cache (4.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (6.69s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[530/6072] Fetching swift-atomics, swift-system
[6073/22443] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
[4421/16371] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[12/36] Compiling CNIOWindows WSAStartup.c
[13/36] Compiling CNIOWASI CNIOWASI.c
[14/36] Compiling CNIOLinux liburing_shims.c
[14/36] Compiling CNIODarwin shim.c
[14/36] Compiling CNIOWindows shim.c
[17/36] Write sources
[18/36] Compiling _AtomicsShims.c
[19/36] Compiling CNIOLinux shim.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/78] Emitting module InternalCollectionsUtilities
[22/80] Compiling c-nioatomics.c
[24/80] Emitting module Atomics
[24/82] Compiling c-atomics.c
[26/88] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/88] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/88] Compiling Atomics AtomicMemoryOrderings.swift
[29/88] Compiling Atomics DoubleWord.swift
[32/88] Emitting module _NIOBase64
[33/88] Compiling _NIOBase64 Base64.swift
[34/88] Compiling Atomics ManagedAtomic.swift
[35/88] Compiling Atomics ManagedAtomicLazyReference.swift
[36/89] Compiling Atomics AtomicStorage.swift
[37/89] Compiling Atomics AtomicValue.swift
[38/89] Compiling Atomics Primitives.shims.swift
[39/89] Compiling Atomics AtomicInteger.swift
[40/89] Compiling Atomics AtomicOptionalWrappable.swift
[41/89] Compiling Atomics AtomicReference.swift
[45/89] Compiling Atomics Primitives.native.swift
[47/89] Compiling Atomics IntegerConformances.swift
[48/89] Compiling Atomics PointerConformances.swift
[49/89] Compiling Atomics IntegerOperations.swift
[50/89] Compiling Atomics Unmanaged extensions.swift
[51/89] Compiling _NIODataStructures PriorityQueue.swift
[52/89] Compiling _NIODataStructures _TinyArray.swift
[53/89] Compiling Atomics OptionalRawRepresentable.swift
[54/89] Compiling Atomics RawRepresentable.swift
[55/89] Compiling Atomics AtomicBool.swift
[68/91] Wrapping AST for _NIOBase64 for debugging
[71/91] Wrapping AST for InternalCollectionsUtilities for debugging
[72/91] Wrapping AST for Atomics for debugging
[74/106] Compiling DequeModule _DequeBuffer.swift
[75/106] Compiling DequeModule _DequeBufferHeader.swift
[76/108] Compiling NIOConcurrencyHelpers lock.swift
[77/108] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[78/108] Compiling NIOConcurrencyHelpers atomics.swift
[79/108] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[80/108] Emitting module NIOConcurrencyHelpers
[81/108] Compiling NIOConcurrencyHelpers NIOLock.swift
[82/109] Emitting module _NIODataStructures
[83/109] Compiling _NIODataStructures Heap.swift
[86/110] Compiling DequeModule Deque+Testing.swift
[87/110] Compiling DequeModule Deque._Storage.swift
[88/110] Compiling DequeModule Deque+Extras.swift
[89/110] Compiling DequeModule Deque+Hashable.swift
[90/110] Compiling DequeModule Deque._UnsafeHandle.swift
[91/110] Compiling DequeModule Deque.swift
[92/110] Compiling DequeModule _DequeSlot.swift
[93/110] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/110] Wrapping AST for NIOConcurrencyHelpers for debugging
[94/110] Wrapping AST for _NIODataStructures for debugging
[96/110] Compiling DequeModule Deque+Equatable.swift
[97/110] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[98/110] Compiling DequeModule Deque+CustomReflectable.swift
[99/110] Compiling DequeModule Deque+Descriptions.swift
[100/110] Emitting module DequeModule
[101/110] Compiling DequeModule Deque+Codable.swift
[102/110] Compiling DequeModule Deque+Collection.swift
[103/111] Wrapping AST for DequeModule for debugging
[105/170] Compiling NIOCore MarkedCircularBuffer.swift
[106/170] Compiling NIOCore MulticastChannel.swift
[107/170] Compiling NIOCore NIOAny.swift
[108/170] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/170] Compiling NIOCore NIOLoopBound.swift
[110/170] Compiling NIOCore NIOScheduledCallback.swift
[111/170] Compiling NIOCore NIOSendable.swift
[112/170] Compiling NIOCore RecvByteBufferAllocator.swift
[113/170] Compiling NIOCore GlobalSingletons.swift
[114/170] Compiling NIOCore IO.swift
[115/170] Compiling NIOCore IOData.swift
[116/170] Compiling NIOCore IPProtocol.swift
[117/170] Compiling NIOCore IntegerBitPacking.swift
[118/170] Compiling NIOCore IntegerTypes.swift
[119/170] Compiling NIOCore Interfaces.swift
[120/170] Compiling NIOCore Linux.swift
[121/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[122/178] Compiling NIOCore BSDSocketAPI.swift
[123/178] Compiling NIOCore ByteBuffer-aux.swift
[124/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[125/178] Compiling NIOCore ByteBuffer-conversions.swift
[126/178] Compiling NIOCore ByteBuffer-core.swift
[127/178] Compiling NIOCore ByteBuffer-hex.swift
[128/178] Compiling NIOCore ByteBuffer-int.swift
[129/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[130/178] Compiling NIOCore AddressedEnvelope.swift
[131/178] Compiling NIOCore AsyncAwaitSupport.swift
[132/178] Compiling NIOCore AsyncChannel.swift
[133/178] Compiling NIOCore AsyncChannelHandler.swift
[134/178] Compiling NIOCore AsyncChannelInboundStream.swift
[135/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[136/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[137/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[138/178] Compiling NIOCore NIOAsyncWriter.swift
[139/178] Compiling NIOCore EventLoop.swift
[140/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[141/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[142/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[143/178] Compiling NIOCore EventLoopFuture.swift
[144/178] Compiling NIOCore FileDescriptor.swift
[145/178] Compiling NIOCore FileHandle.swift
[146/178] Compiling NIOCore FileRegion.swift
[147/178] Compiling NIOCore ChannelPipeline.swift
[148/178] Compiling NIOCore CircularBuffer.swift
[149/178] Compiling NIOCore Codec.swift
[150/178] Compiling NIOCore ConvenienceOptionSupport.swift
[151/178] Compiling NIOCore DeadChannel.swift
[152/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/178] Compiling NIOCore EventLoop+Deprecated.swift
[154/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[156/178] Compiling NIOCore SocketAddresses.swift
[157/178] Compiling NIOCore SocketOptionProvider.swift
[158/178] Compiling NIOCore SystemCallHelpers.swift
[159/178] Compiling NIOCore TimeAmount+Duration.swift
[160/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[161/178] Compiling NIOCore UniversalBootstrapSupport.swift
[162/178] Compiling NIOCore Utilities.swift
[163/178] Compiling NIOCore ByteBuffer-multi-int.swift
[164/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[165/178] Compiling NIOCore ByteBuffer-views.swift
[166/178] Compiling NIOCore Channel.swift
[167/178] Compiling NIOCore ChannelHandler.swift
[168/178] Compiling NIOCore ChannelHandlers.swift
[169/178] Compiling NIOCore ChannelInvoker.swift
[170/178] Compiling NIOCore ChannelOption.swift
[171/178] Emitting module NIOCore
[172/179] Wrapping AST for NIOCore for debugging
[174/230] Emitting module NIOPosix
[175/236] Compiling NIOPosix PooledRecvBufferAllocator.swift
[176/236] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[177/236] Compiling NIOPosix PosixSingletons.swift
[178/236] Compiling NIOPosix RawSocketBootstrap.swift
[179/236] Compiling NIOPosix Resolver.swift
[180/236] Compiling NIOPosix Selectable.swift
[181/236] Compiling NIOPosix ServerSocket.swift
[182/236] Compiling NIOPosix Socket.swift
[183/236] Compiling NIOPosix SocketChannel.swift
[184/236] Compiling NIOPosix SocketProtocols.swift
[185/236] Compiling NIOPosix System.swift
[186/236] Compiling NIOPosix Thread.swift
[187/236] Compiling NIOPosix ThreadPosix.swift
[188/236] Compiling NIOPosix ThreadWindows.swift
[189/236] Compiling NIOPosix UnsafeTransfer.swift
[190/236] Compiling NIOPosix Utilities.swift
[191/236] Compiling NIOPosix VsockAddress.swift
[192/236] Compiling NIOPosix VsockChannelEvents.swift
[193/236] Compiling NTP ByteBuffer+NTPPacket.swift
[194/236] Emitting module NTP
[195/236] Compiling NTP NTPPacket.swift
[196/236] Compiling NTP NTPTime.swift
[197/237] Compiling NIOPosix Bootstrap.swift
[198/237] Compiling NIOPosix ControlMessage.swift
[199/237] Compiling NIOPosix DatagramVectorReadManager.swift
[200/237] Compiling NIOPosix Errors+Any.swift
[201/237] Compiling NIOPosix FileDescriptor.swift
[202/237] Compiling NIOPosix GetaddrinfoResolver.swift
[203/237] Compiling NIOPosix HappyEyeballs.swift
[205/237] Compiling NIOPosix IO.swift
[206/237] Compiling NIOPosix IntegerBitPacking.swift
[207/237] Compiling NIOPosix IntegerTypes.swift
[208/237] Compiling NIOPosix Linux.swift
[209/237] Compiling NIOPosix LinuxCPUSet.swift
[210/237] Compiling NIOPosix LinuxUring.swift
[211/237] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[212/237] Compiling NIOPosix BSDSocketAPICommon.swift
[213/237] Compiling NIOPosix BSDSocketAPIPosix.swift
[214/237] Compiling NIOPosix BSDSocketAPIWindows.swift
[215/237] Compiling NIOPosix BaseSocket.swift
[216/237] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[217/237] Compiling NIOPosix BaseSocketChannel.swift
[218/237] Compiling NIOPosix BaseStreamSocketChannel.swift
[219/237] Compiling NIOPosix SelectableChannel.swift
[220/237] Compiling NIOPosix SelectableEventLoop.swift
[221/237] Compiling NIOPosix SelectorEpoll.swift
[222/237] Compiling NIOPosix SelectorGeneric.swift
[223/237] Compiling NIOPosix SelectorKqueue.swift
[224/237] Compiling NIOPosix SelectorUring.swift
[225/237] Compiling NIOPosix NIOThreadPool.swift
[226/237] Compiling NIOPosix NonBlockingFileIO.swift
[227/237] Compiling NIOPosix PendingDatagramWritesManager.swift
[228/237] Compiling NIOPosix PendingWritesManager.swift
[229/237] Compiling NIOPosix PipeChannel.swift
[230/237] Compiling NIOPosix PipePair.swift
[231/237] Compiling NIOPosix Pool.swift
[232/238] Wrapping AST for NTP for debugging
[233/238] Wrapping AST for NIOPosix for debugging
[235/245] Compiling NTPClient NTPVersion.swift
[236/245] Compiling NTPClient NTPError.swift
[237/245] Compiling NTPClient NTPClient.swift
[238/245] Compiling NTPClient Handlers.swift
[239/245] Compiling NTPClient NTPResponse.swift
[240/245] Compiling NTPClient Deadline.swift
[241/245] Emitting module NTPClient
[242/246] Wrapping AST for NTPClient for debugging
[244/248] Emitting module simpleclient
[245/248] Compiling simpleclient simpleclient.swift
[246/249] Wrapping AST for simpleclient for debugging
[247/249] Write Objects.LinkFileList
[248/249] Linking simpleclient
Build complete! (52.50s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-ntp",
  "name" : "swift-ntp",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NTPClient",
      "targets" : [
        "NTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "simpleclient",
      "targets" : [
        "simpleclient"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NTPTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPTests",
      "path" : "Tests/NTPTests",
      "sources" : [
        "ByteBuffer+NTPPacketTests.swift",
        "NTPPacketTests.swift",
        "NTPTimeTests.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NTPClientTests",
      "path" : "Tests/NTPClientTests",
      "sources" : [
        "NTPClientTests.swift",
        "NTPResponseTests.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NTPClient",
      "module_type" : "SwiftTarget",
      "name" : "NTPClient",
      "path" : "Sources/NTPClient",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "Deadline.swift",
        "Handlers.swift",
        "NTPClient.swift",
        "NTPError.swift",
        "NTPResponse.swift",
        "NTPVersion.swift"
      ],
      "target_dependencies" : [
        "NTP"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NTP",
      "module_type" : "SwiftTarget",
      "name" : "NTP",
      "path" : "Sources/NTP",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "NTPClient",
        "simpleclient"
      ],
      "sources" : [
        "ByteBuffer+NTPPacket.swift",
        "NTPPacket.swift",
        "NTPTime.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "simpleclient",
      "module_type" : "SwiftTarget",
      "name" : "simpleclient",
      "path" : "Snippets",
      "product_memberships" : [
        "simpleclient"
      ],
      "sources" : [
        "simpleclient.swift"
      ],
      "target_dependencies" : [
        "NTPClient"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.