Build Information
Successful build of swift-ntp, reference main (af6d3b
), with Swift 6.1 for Android on 11 Jul 2025 21:03:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-ntp.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/apple/swift-ntp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at af6d3bf refactor Package.swift (#8)
Cloned https://github.com/apple/swift-ntp.git
Revision (git rev-parse @):
af6d3bf04f791ec2e3ba2368047efe686d4c19a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-ntp.git at main
========================================
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/swiftlang/swift-docc-plugin.git"
}
],
"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",
"TimeoutTests.swift"
],
"target_dependencies" : [
"NTPClient"
],
"type" : "test"
},
{
"c99name" : "NTPClient",
"module_type" : "SwiftTarget",
"name" : "NTPClient",
"path" : "Sources/NTPClient",
"product_dependencies" : [
"NIOPosix"
],
"product_memberships" : [
"NTPClient",
"simpleclient"
],
"sources" : [
"Handlers.swift",
"NTPClient.swift",
"NTPError.swift",
"NTPResponse.swift",
"NTPVersion.swift",
"Timeout.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-3":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin.git
Fetching https://github.com/apple/swift-nio.git
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin.git from cache (0.37s)
[1/76555] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (8.23s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/1808] Fetching swift-atomics
[1809/6449] Fetching swift-atomics, swift-system
[4733/23195] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.87s)
Fetched https://github.com/apple/swift-collections.git from cache (1.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/swiftlang/swift-docc-plugin.git
Computed https://github.com/swiftlang/swift-docc-plugin.git at 1.4.5 (0.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.5
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
[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] Write sources
[14/36] Compiling CNIOLinux liburing_shims.c
[17/36] Compiling CNIODarwin shim.c
[18/36] Compiling CNIOLinux shim.c
[19/36] Compiling _AtomicsShims.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/74] Emitting module _NIODataStructures
[23/74] Emitting module _NIOBase64
[24/74] Compiling _NIOBase64 Base64.swift
[26/75] Compiling _NIODataStructures Heap.swift
[27/75] Compiling _NIODataStructures _TinyArray.swift
[28/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/76] Compiling Atomics UnsafeAtomic.swift
[30/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/78] Compiling InternalCollectionsUtilities Debugging.swift
[33/78] Compiling InternalCollectionsUtilities Descriptions.swift
[34/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[35/78] Compiling _NIODataStructures PriorityQueue.swift
[37/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/78] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/78] Compiling Atomics AtomicReference.swift
[43/78] Compiling Atomics AtomicStorage.swift
[44/78] Compiling Atomics AtomicInteger.swift
[45/78] Compiling Atomics AtomicOptionalWrappable.swift
[46/78] Emitting module InternalCollectionsUtilities
[54/79] Compiling Atomics OptionalRawRepresentable.swift
[55/79] Compiling Atomics RawRepresentable.swift
[56/79] Compiling Atomics AtomicBool.swift
[57/79] Emitting module Atomics
[60/79] Wrapping AST for _NIOBase64 for debugging
[63/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/80] Compiling c-nioatomics.c
[65/80] Compiling Atomics IntegerOperations.swift
[66/80] Compiling Atomics Unmanaged extensions.swift
[68/81] Wrapping AST for InternalCollectionsUtilities for debugging
[69/81] Wrapping AST for Atomics for debugging
[70/81] Wrapping AST for _NIODataStructures for debugging
[71/81] Compiling c-atomics.c
[73/102] Compiling DequeModule _DequeBuffer.swift
[74/102] Compiling DequeModule _DequeBufferHeader.swift
[75/104] Compiling DequeModule _DequeSlot.swift
[76/104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/104] Compiling DequeModule Deque+Testing.swift
[78/104] Compiling DequeModule Deque._Storage.swift
[79/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/104] Compiling DequeModule Deque._UnsafeHandle.swift
[82/104] Compiling DequeModule Deque.swift
[83/104] Compiling DequeModule Deque+Extras.swift
[84/104] Compiling DequeModule Deque+Hashable.swift
[85/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/104] Compiling NIOConcurrencyHelpers atomics.swift
[87/104] Compiling NIOConcurrencyHelpers lock.swift
[88/104] Emitting module NIOConcurrencyHelpers
[89/104] Compiling DequeModule Deque+CustomReflectable.swift
[90/104] Compiling DequeModule Deque+Descriptions.swift
[91/104] Compiling DequeModule Deque+Equatable.swift
[92/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/105] Emitting module DequeModule
[95/105] Compiling DequeModule Deque+Codable.swift
[96/105] Compiling DequeModule Deque+Collection.swift
[97/106] Wrapping AST for NIOConcurrencyHelpers for debugging
[98/106] Wrapping AST for DequeModule for debugging
[100/167] Compiling NIOCore NIOAny.swift
[101/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[102/167] Compiling NIOCore NIOCoreSendableMetatype.swift
[103/167] Compiling NIOCore NIOLoopBound.swift
[104/167] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[105/167] Compiling NIOCore NIOScheduledCallback.swift
[106/167] Compiling NIOCore NIOSendable.swift
[107/167] Compiling NIOCore RecvByteBufferAllocator.swift
[108/175] Compiling NIOCore IOData.swift
[109/175] Compiling NIOCore IPProtocol.swift
[110/175] Compiling NIOCore IntegerBitPacking.swift
[111/175] Compiling NIOCore IntegerTypes.swift
[112/175] Compiling NIOCore Interfaces.swift
[113/175] Compiling NIOCore Linux.swift
[114/175] Compiling NIOCore MarkedCircularBuffer.swift
[115/175] Compiling NIOCore MulticastChannel.swift
[116/175] Compiling NIOCore CircularBuffer.swift
[117/175] Compiling NIOCore Codec.swift
[118/175] Compiling NIOCore ConvenienceOptionSupport.swift
[119/175] Compiling NIOCore DeadChannel.swift
[120/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[121/175] Compiling NIOCore EventLoop+Deprecated.swift
[122/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[123/175] Compiling NIOCore EventLoop.swift
[124/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[125/175] Compiling NIOCore AddressedEnvelope.swift
[126/175] Compiling NIOCore AsyncAwaitSupport.swift
[127/175] Compiling NIOCore AsyncChannel.swift
[128/175] Compiling NIOCore AsyncChannelHandler.swift
[129/175] Compiling NIOCore AsyncChannelInboundStream.swift
[130/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/175] Compiling NIOCore NIOAsyncWriter.swift
[134/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[135/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[136/175] Compiling NIOCore EventLoopFuture.swift
[137/175] Compiling NIOCore FileDescriptor.swift
[138/175] Compiling NIOCore FileHandle.swift
[139/175] Compiling NIOCore FileRegion.swift
[140/175] Compiling NIOCore GlobalSingletons.swift
[141/175] Compiling NIOCore IO.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 NIOThrowingAsyncSequenceProducer.swift
[151/175] Compiling NIOCore BSDSocketAPI.swift
[152/175] Compiling NIOCore ByteBuffer-aux.swift
[153/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/175] Compiling NIOCore ByteBuffer-conversions.swift
[155/175] Compiling NIOCore ByteBuffer-core.swift
[156/175] Compiling NIOCore ByteBuffer-hex.swift
[157/175] Compiling NIOCore ByteBuffer-int.swift
[158/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/175] Compiling NIOCore ByteBuffer-multi-int.swift
[160/175] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[161/175] Compiling NIOCore ByteBuffer-views.swift
[162/175] Compiling NIOCore Channel.swift
[163/175] Compiling NIOCore ChannelHandler.swift
[164/175] Compiling NIOCore ChannelHandlers.swift
[165/175] Compiling NIOCore ChannelInvoker.swift
[166/175] Compiling NIOCore ChannelOption.swift
[167/175] Compiling NIOCore ChannelPipeline.swift
[168/175] Emitting module NIOCore
[169/176] Wrapping AST for NIOCore for debugging
[171/227] Compiling NIOPosix IO.swift
[172/227] Compiling NIOPosix IntegerBitPacking.swift
[173/227] Compiling NIOPosix IntegerTypes.swift
[174/227] Compiling NIOPosix Linux.swift
[175/227] Compiling NIOPosix LinuxCPUSet.swift
[176/227] Compiling NIOPosix LinuxUring.swift
[177/227] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[178/233] Compiling NIOPosix ThreadPosix.swift
[179/233] Compiling NIOPosix ThreadWindows.swift
[180/233] Compiling NIOPosix UnsafeTransfer.swift
[181/233] Compiling NIOPosix Utilities.swift
[182/233] Compiling NIOPosix VsockAddress.swift
[183/233] Compiling NIOPosix VsockChannelEvents.swift
[184/233] Compiling NIOPosix Pool.swift
[185/233] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/233] Compiling NIOPosix PosixSingletons.swift
[187/233] Compiling NIOPosix RawSocketBootstrap.swift
[188/233] Compiling NIOPosix Resolver.swift
[189/233] Compiling NIOPosix Selectable.swift
[190/233] Compiling NIOPosix SelectableChannel.swift
[191/233] Compiling NIOPosix SelectableEventLoop.swift
[192/233] Compiling NIOPosix SelectorEpoll.swift
[193/233] Compiling NIOPosix SelectorGeneric.swift
[194/233] Compiling NIOPosix SelectorKqueue.swift
[195/233] Compiling NIOPosix SelectorUring.swift
[196/233] Compiling NIOPosix ServerSocket.swift
[197/233] Compiling NIOPosix Socket.swift
[198/233] Compiling NIOPosix SocketChannel.swift
[199/233] Compiling NIOPosix SocketProtocols.swift
[200/233] Compiling NIOPosix System.swift
[201/233] Compiling NIOPosix Thread.swift
[202/233] Emitting module NIOPosix
[203/233] Compiling NIOPosix BSDSocketAPICommon.swift
[204/233] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/233] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/233] Compiling NIOPosix BaseSocket.swift
[207/233] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/233] Compiling NIOPosix BaseSocketChannel.swift
[209/233] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/233] Compiling NIOPosix Bootstrap.swift
[211/233] Compiling NIOPosix ControlMessage.swift
[212/233] Compiling NIOPosix DatagramVectorReadManager.swift
[213/233] Compiling NIOPosix Errors+Any.swift
[214/233] Compiling NIOPosix FileDescriptor.swift
[215/233] Compiling NIOPosix GetaddrinfoResolver.swift
[216/233] Compiling NIOPosix HappyEyeballs.swift
[217/233] Compiling NIOPosix NIOPosixSendableMetatype.swift
[218/233] Compiling NIOPosix NIOThreadPool.swift
[219/233] Compiling NIOPosix NonBlockingFileIO.swift
[220/233] Compiling NIOPosix PendingDatagramWritesManager.swift
[221/233] Compiling NIOPosix PendingWritesManager.swift
[222/233] Compiling NIOPosix PipeChannel.swift
[223/233] Compiling NIOPosix PipePair.swift
[224/234] Compiling NTP NTPTime.swift
[225/234] Compiling NTP NTPPacket.swift
[226/234] Compiling NTP ByteBuffer+NTPPacket.swift
[227/234] Emitting module NTP
[229/235] Wrapping AST for NIOPosix for debugging
[230/235] Wrapping AST for NTP for debugging
[232/242] Compiling NTPClient NTPError.swift
[233/242] Compiling NTPClient Timeout.swift
[234/242] Emitting module NTPClient
[235/242] Compiling NTPClient NTPClient.swift
[236/242] Compiling NTPClient Handlers.swift
[237/242] Compiling NTPClient NTPVersion.swift
[238/242] Compiling NTPClient NTPResponse.swift
[239/243] Wrapping AST for NTPClient for debugging
[241/245] Emitting module simpleclient
[242/245] Compiling simpleclient simpleclient.swift
[243/246] Wrapping AST for simpleclient for debugging
[244/246] Write Objects.LinkFileList
[245/246] Linking simpleclient
Build complete! (92.85s)
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/swiftlang/swift-docc-plugin.git"
}
],
"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",
"TimeoutTests.swift"
],
"target_dependencies" : [
"NTPClient"
],
"type" : "test"
},
{
"c99name" : "NTPClient",
"module_type" : "SwiftTarget",
"name" : "NTPClient",
"path" : "Sources/NTPClient",
"product_dependencies" : [
"NIOPosix"
],
"product_memberships" : [
"NTPClient",
"simpleclient"
],
"sources" : [
"Handlers.swift",
"NTPClient.swift",
"NTPError.swift",
"NTPResponse.swift",
"NTPVersion.swift",
"Timeout.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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.