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 Android on 31 May 2025 01:09:25 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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:         android
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[2050/78172] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (4.66s)
Fetched https://github.com/apple/swift-nio.git from cache (4.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (7.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1717] Fetching swift-atomics
[534/6108] Fetching swift-atomics, swift-system
[6109/22699] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.66s)
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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[12/36] Compiling CNIOWASI CNIOWASI.c
[12/36] Compiling CNIOWindows shim.c
[14/36] Compiling CNIOWindows WSAStartup.c
[14/36] Compiling CNIOLinux liburing_shims.c
[14/36] Write sources
[17/36] Compiling _AtomicsShims.c
[18/36] Compiling CNIODarwin shim.c
[19/36] Compiling CNIOLinux shim.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/75] Emitting module _NIOBase64
[23/75] Emitting module Atomics
[24/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/78] Compiling Atomics Primitives.shims.swift
[26/78] Compiling Atomics AtomicInteger.swift
[27/78] Compiling Atomics Primitives.native.swift
[28/78] Compiling Atomics OptionalRawRepresentable.swift
[29/78] Compiling _NIODataStructures _TinyArray.swift
[31/78] Compiling Atomics RawRepresentable.swift
[32/78] Compiling Atomics AtomicBool.swift
[33/78] Compiling Atomics AtomicOptionalWrappable.swift
[34/78] Compiling Atomics AtomicMemoryOrderings.swift
[35/78] Compiling Atomics DoubleWord.swift
[36/78] Compiling Atomics AtomicReference.swift
[37/78] Compiling Atomics IntegerConformances.swift
[38/78] Compiling Atomics PointerConformances.swift
[39/78] Compiling _NIODataStructures PriorityQueue.swift
[40/78] Emitting module InternalCollectionsUtilities
[46/78] Compiling Atomics AtomicStorage.swift
[47/78] Compiling Atomics AtomicValue.swift
[51/78] Compiling _NIOBase64 Base64.swift
[52/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/79] Compiling Atomics ManagedAtomic.swift
[57/79] Compiling Atomics ManagedAtomicLazyReference.swift
[58/79] Compiling Atomics UnsafeAtomic.swift
[59/79] Compiling Atomics UnsafeAtomicLazyReference.swift
[60/79] Emitting module _NIODataStructures
[61/79] Compiling _NIODataStructures Heap.swift
[64/81] Compiling c-nioatomics.c
[66/81] Compiling Atomics IntegerOperations.swift
[67/81] Compiling Atomics Unmanaged extensions.swift
[67/82] Wrapping AST for _NIOBase64 for debugging
[68/82] Wrapping AST for _NIODataStructures for debugging
[69/82] Wrapping AST for InternalCollectionsUtilities for debugging
[71/97] Wrapping AST for Atomics for debugging
[73/97] Compiling DequeModule _DequeBuffer.swift
[74/97] Compiling DequeModule _DequeBufferHeader.swift
[74/99] Compiling c-atomics.c
[76/99] Compiling DequeModule Deque+CustomReflectable.swift
[77/99] Compiling DequeModule Deque+Descriptions.swift
[78/99] Compiling DequeModule Deque+Extras.swift
[79/99] Compiling DequeModule Deque+Hashable.swift
[80/99] Compiling DequeModule Deque+Testing.swift
[81/99] Compiling DequeModule Deque._Storage.swift
[82/99] Compiling DequeModule Deque+Equatable.swift
[83/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[84/105] Compiling DequeModule Deque+Codable.swift
[85/105] Compiling DequeModule Deque+Collection.swift
[86/105] Compiling DequeModule _DequeSlot.swift
[87/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/105] Compiling DequeModule Deque._UnsafeHandle.swift
[89/105] Compiling DequeModule Deque.swift
[90/105] Emitting module DequeModule
[92/106] Compiling NIOConcurrencyHelpers lock.swift
[93/106] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/106] Wrapping AST for DequeModule for debugging
[95/106] Emitting module NIOConcurrencyHelpers
[96/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/106] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/106] Compiling NIOConcurrencyHelpers atomics.swift
[99/107] Wrapping AST for NIOConcurrencyHelpers for debugging
[101/167] Compiling NIOCore MulticastChannel.swift
[102/167] Compiling NIOCore NIOAny.swift
[103/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[104/167] Compiling NIOCore NIOLoopBound.swift
[105/167] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[106/167] Compiling NIOCore NIOScheduledCallback.swift
[107/167] Compiling NIOCore NIOSendable.swift
[108/167] Compiling NIOCore RecvByteBufferAllocator.swift
[109/167] Compiling NIOCore CircularBuffer.swift
[110/167] Compiling NIOCore Codec.swift
[111/167] Compiling NIOCore ConvenienceOptionSupport.swift
[112/167] Compiling NIOCore DeadChannel.swift
[113/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[114/167] Compiling NIOCore EventLoop+Deprecated.swift
[115/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[116/167] Compiling NIOCore EventLoop.swift
[117/175] Compiling NIOCore AddressedEnvelope.swift
[118/175] Compiling NIOCore AsyncAwaitSupport.swift
[119/175] Compiling NIOCore AsyncChannel.swift
[120/175] Compiling NIOCore AsyncChannelHandler.swift
[121/175] Compiling NIOCore AsyncChannelInboundStream.swift
[122/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[123/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[124/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[125/175] Compiling NIOCore NIOAsyncWriter.swift
[126/175] Compiling NIOCore IO.swift
[127/175] Compiling NIOCore IOData.swift
[128/175] Compiling NIOCore IPProtocol.swift
[129/175] Compiling NIOCore IntegerBitPacking.swift
[130/175] Compiling NIOCore IntegerTypes.swift
[131/175] Compiling NIOCore Interfaces.swift
[132/175] Compiling NIOCore Linux.swift
[133/175] Compiling NIOCore MarkedCircularBuffer.swift
[134/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[135/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[136/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[137/175] Compiling NIOCore EventLoopFuture.swift
[138/175] Compiling NIOCore FileDescriptor.swift
[139/175] Compiling NIOCore FileHandle.swift
[140/175] Compiling NIOCore FileRegion.swift
[141/175] Compiling NIOCore GlobalSingletons.swift
[142/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[143/175] Compiling NIOCore SocketAddresses.swift
[144/175] Compiling NIOCore SocketOptionProvider.swift
[145/175] Compiling NIOCore SystemCallHelpers.swift
[146/175] Compiling NIOCore TimeAmount+Duration.swift
[147/175] Compiling NIOCore TypeAssistedChannelHandler.swift
[148/175] Compiling NIOCore UniversalBootstrapSupport.swift
[149/175] Compiling NIOCore Utilities.swift
[150/175] Compiling NIOCore ByteBuffer-multi-int.swift
[151/175] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[152/175] Compiling NIOCore ByteBuffer-views.swift
[153/175] Compiling NIOCore Channel.swift
[154/175] Compiling NIOCore ChannelHandler.swift
[155/175] Compiling NIOCore ChannelHandlers.swift
[156/175] Compiling NIOCore ChannelInvoker.swift
[157/175] Compiling NIOCore ChannelOption.swift
[158/175] Compiling NIOCore ChannelPipeline.swift
[159/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[160/175] Compiling NIOCore BSDSocketAPI.swift
[161/175] Compiling NIOCore ByteBuffer-aux.swift
[162/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[163/175] Compiling NIOCore ByteBuffer-conversions.swift
[164/175] Compiling NIOCore ByteBuffer-core.swift
[165/175] Compiling NIOCore ByteBuffer-hex.swift
[166/175] Compiling NIOCore ByteBuffer-int.swift
[167/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[168/175] Emitting module NIOCore
[169/181] Wrapping AST for NIOCore for debugging
[171/226] Compiling NIOPosix IO.swift
[172/226] Compiling NIOPosix IntegerBitPacking.swift
[173/226] Compiling NIOPosix IntegerTypes.swift
[174/226] Compiling NIOPosix Linux.swift
[175/226] Compiling NIOPosix LinuxCPUSet.swift
[176/226] Compiling NIOPosix LinuxUring.swift
[177/226] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[178/232] Compiling NIOPosix ThreadPosix.swift
[179/232] Compiling NIOPosix ThreadWindows.swift
[180/232] Compiling NIOPosix UnsafeTransfer.swift
[181/232] Compiling NIOPosix Utilities.swift
[182/232] Compiling NIOPosix VsockAddress.swift
[183/232] Compiling NIOPosix VsockChannelEvents.swift
[184/232] Compiling NIOPosix ServerSocket.swift
[185/232] Compiling NIOPosix Socket.swift
[186/232] Compiling NIOPosix SocketChannel.swift
[187/232] Compiling NIOPosix SocketProtocols.swift
[188/232] Compiling NIOPosix System.swift
[189/232] Compiling NIOPosix Thread.swift
[190/232] Compiling NIOPosix Pool.swift
[191/232] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[192/232] Compiling NIOPosix PosixSingletons.swift
[193/232] Compiling NIOPosix RawSocketBootstrap.swift
[194/232] Compiling NIOPosix Resolver.swift
[195/232] Compiling NIOPosix Selectable.swift
[196/232] Emitting module NIOPosix
[197/232] Compiling NIOPosix BSDSocketAPICommon.swift
[198/232] Compiling NIOPosix BSDSocketAPIPosix.swift
[199/232] Compiling NIOPosix BSDSocketAPIWindows.swift
[200/232] Compiling NIOPosix BaseSocket.swift
[201/232] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[202/232] Compiling NIOPosix BaseSocketChannel.swift
[203/232] Compiling NIOPosix BaseStreamSocketChannel.swift
[204/232] Compiling NIOPosix Bootstrap.swift
[205/232] Compiling NIOPosix ControlMessage.swift
[206/232] Compiling NIOPosix DatagramVectorReadManager.swift
[207/232] Compiling NIOPosix Errors+Any.swift
[208/232] Compiling NIOPosix FileDescriptor.swift
[209/232] Compiling NIOPosix GetaddrinfoResolver.swift
[210/232] Compiling NIOPosix HappyEyeballs.swift
[211/232] Compiling NIOPosix NIOThreadPool.swift
[212/232] Compiling NIOPosix NonBlockingFileIO.swift
[213/232] Compiling NIOPosix PendingDatagramWritesManager.swift
[214/232] Compiling NIOPosix PendingWritesManager.swift
[215/232] Compiling NIOPosix PipeChannel.swift
[216/232] Compiling NIOPosix PipePair.swift
[217/232] Compiling NIOPosix SelectableChannel.swift
[218/232] Compiling NIOPosix SelectableEventLoop.swift
[219/232] Compiling NIOPosix SelectorEpoll.swift
[220/232] Compiling NIOPosix SelectorGeneric.swift
[221/232] Compiling NIOPosix SelectorKqueue.swift
[222/232] Compiling NIOPosix SelectorUring.swift
[224/233] Emitting module NTP
[225/233] Compiling NTP NTPPacket.swift
[226/233] Compiling NTP ByteBuffer+NTPPacket.swift
[227/233] Compiling NTP NTPTime.swift
[228/234] Wrapping AST for NIOPosix for debugging
[229/234] Wrapping AST for NTP for debugging
[231/241] Compiling NTPClient NTPVersion.swift
[232/241] Emitting module NTPClient
[233/241] Compiling NTPClient NTPError.swift
[234/241] Compiling NTPClient NTPResponse.swift
[235/241] Compiling NTPClient Handlers.swift
[236/241] Compiling NTPClient Deadline.swift
[237/241] Compiling NTPClient NTPClient.swift
[238/242] Wrapping AST for NTPClient for debugging
[240/244] Emitting module simpleclient
[241/244] Compiling simpleclient simpleclient.swift
[242/245] Wrapping AST for simpleclient for debugging
[243/245] Write Objects.LinkFileList
[244/245] Linking simpleclient
Build complete! (82.71s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.