Build Information
Successful build of swift-ntp, reference main (28e649
), with Swift 6.1 for Android on 12 Jun 2025 20:37:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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 28e6491 converting to computed error properties (#3)
Cloned https://github.com/apple/swift-ntp.git
Revision (git rev-parse @):
28e64917e3c37e558e6f19200a81afc0535c70bc
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/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",
"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-0":/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/2082] Fetching swift-docc-plugin
[2083/78356] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (0.59s)
[1526/76274] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[505/6225] Fetching swift-atomics, swift-system
[2297/22825] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
[4482/16600] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3408] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.56s)
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/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-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-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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[12/36] Compiling CNIOWindows shim.c
[12/36] Compiling CNIODarwin shim.c
[14/36] Compiling CNIOWindows WSAStartup.c
[15/36] Compiling CNIOWASI CNIOWASI.c
[16/36] Write sources
[17/36] Compiling _AtomicsShims.c
[18/36] Compiling CNIOLinux shim.c
[19/36] Compiling CNIOLinux liburing_shims.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/75] Compiling _NIODataStructures _TinyArray.swift
[24/75] Compiling InternalCollectionsUtilities Descriptions.swift
[25/75] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/75] Compiling c-nioatomics.c
[27/75] Emitting module InternalCollectionsUtilities
[28/75] Compiling Atomics AtomicInteger.swift
[29/75] Compiling Atomics AtomicOptionalWrappable.swift
[30/75] Compiling Atomics UnsafeAtomic.swift
[31/75] Compiling Atomics UnsafeAtomicLazyReference.swift
[34/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/77] Compiling _NIOBase64 Base64.swift
[36/77] Emitting module _NIOBase64
[37/77] Emitting module Atomics
[38/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/77] Compiling Atomics DoubleWord.swift
[46/77] Compiling InternalCollectionsUtilities Debugging.swift
[48/77] Compiling Atomics ManagedAtomic.swift
[49/77] Compiling Atomics ManagedAtomicLazyReference.swift
[56/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/78] Compiling c-atomics.c
[62/79] Compiling _NIODataStructures Heap.swift
[63/79] Emitting module _NIODataStructures
[64/79] Compiling _NIODataStructures PriorityQueue.swift
[65/86] Compiling Atomics IntegerOperations.swift
[66/86] Compiling Atomics Unmanaged extensions.swift
[67/87] Wrapping AST for _NIOBase64 for debugging
[69/87] Wrapping AST for InternalCollectionsUtilities for debugging
[70/87] Wrapping AST for _NIODataStructures for debugging
[71/102] Wrapping AST for Atomics for debugging
[73/102] Compiling DequeModule Deque+Equatable.swift
[74/102] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/104] Compiling DequeModule _DequeBuffer.swift
[76/104] Compiling DequeModule _DequeBufferHeader.swift
[77/104] Compiling DequeModule Deque+CustomReflectable.swift
[78/104] Compiling DequeModule Deque+Descriptions.swift
[79/104] Compiling DequeModule Deque+Extras.swift
[80/104] Compiling DequeModule Deque+Hashable.swift
[81/104] Compiling NIOConcurrencyHelpers lock.swift
[82/104] Emitting module NIOConcurrencyHelpers
[83/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/104] Compiling NIOConcurrencyHelpers atomics.swift
[88/105] Compiling DequeModule _DequeSlot.swift
[89/105] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/105] Compiling DequeModule Deque._UnsafeHandle.swift
[91/105] Compiling DequeModule Deque.swift
[92/105] Compiling DequeModule Deque+Testing.swift
[93/105] Compiling DequeModule Deque._Storage.swift
[93/105] Wrapping AST for NIOConcurrencyHelpers for debugging
[95/105] Emitting module DequeModule
[96/105] Compiling DequeModule Deque+Codable.swift
[97/105] Compiling DequeModule Deque+Collection.swift
[98/106] Wrapping AST for DequeModule for debugging
[100/166] Compiling NIOCore IO.swift
[101/166] Compiling NIOCore IOData.swift
[102/166] Compiling NIOCore IPProtocol.swift
[103/166] Compiling NIOCore IntegerBitPacking.swift
[104/166] Compiling NIOCore IntegerTypes.swift
[105/166] Compiling NIOCore Interfaces.swift
[106/166] Compiling NIOCore Linux.swift
[107/166] Compiling NIOCore MarkedCircularBuffer.swift
[108/174] Compiling NIOCore AddressedEnvelope.swift
[109/174] Compiling NIOCore AsyncAwaitSupport.swift
[110/174] Compiling NIOCore AsyncChannel.swift
[111/174] Compiling NIOCore AsyncChannelHandler.swift
[112/174] Compiling NIOCore AsyncChannelInboundStream.swift
[113/174] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/174] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/174] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[116/174] Compiling NIOCore NIOAsyncWriter.swift
[117/174] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/174] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/174] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/174] Compiling NIOCore EventLoopFuture.swift
[121/174] Compiling NIOCore FileDescriptor.swift
[122/174] Compiling NIOCore FileHandle.swift
[123/174] Compiling NIOCore FileRegion.swift
[124/174] Compiling NIOCore GlobalSingletons.swift
[125/174] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[126/174] Compiling NIOCore SocketAddresses.swift
[127/174] Compiling NIOCore SocketOptionProvider.swift
[128/174] Compiling NIOCore SystemCallHelpers.swift
[129/174] Compiling NIOCore TimeAmount+Duration.swift
[130/174] Compiling NIOCore TypeAssistedChannelHandler.swift
[131/174] Compiling NIOCore UniversalBootstrapSupport.swift
[132/174] Compiling NIOCore Utilities.swift
[133/174] Emitting module NIOCore
[134/174] Compiling NIOCore MulticastChannel.swift
[135/174] Compiling NIOCore NIOAny.swift
[136/174] Compiling NIOCore NIOCloseOnErrorHandler.swift
[137/174] Compiling NIOCore NIOLoopBound.swift
[138/174] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[139/174] Compiling NIOCore NIOScheduledCallback.swift
[140/174] Compiling NIOCore NIOSendable.swift
[141/174] Compiling NIOCore RecvByteBufferAllocator.swift
[142/174] Compiling NIOCore CircularBuffer.swift
[143/174] Compiling NIOCore Codec.swift
[144/174] Compiling NIOCore ConvenienceOptionSupport.swift
[145/174] Compiling NIOCore DeadChannel.swift
[146/174] Compiling NIOCore DispatchQueue+WithFuture.swift
[147/174] Compiling NIOCore EventLoop+Deprecated.swift
[148/174] Compiling NIOCore EventLoop+SerialExecutor.swift
[149/174] Compiling NIOCore EventLoop.swift
[150/174] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/174] Compiling NIOCore BSDSocketAPI.swift
[152/174] Compiling NIOCore ByteBuffer-aux.swift
[153/174] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/174] Compiling NIOCore ByteBuffer-conversions.swift
[155/174] Compiling NIOCore ByteBuffer-core.swift
[156/174] Compiling NIOCore ByteBuffer-hex.swift
[157/174] Compiling NIOCore ByteBuffer-int.swift
[158/174] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/174] Compiling NIOCore ByteBuffer-multi-int.swift
[160/174] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[161/174] Compiling NIOCore ByteBuffer-views.swift
[162/174] Compiling NIOCore Channel.swift
[163/174] Compiling NIOCore ChannelHandler.swift
[164/174] Compiling NIOCore ChannelHandlers.swift
[165/174] Compiling NIOCore ChannelInvoker.swift
[166/174] Compiling NIOCore ChannelOption.swift
[167/174] Compiling NIOCore ChannelPipeline.swift
[168/175] Wrapping AST for NIOCore for debugging
[170/225] Emitting module NIOPosix
[171/231] Compiling NIOPosix SelectableChannel.swift
[172/231] Compiling NIOPosix SelectableEventLoop.swift
[173/231] Compiling NIOPosix SelectorEpoll.swift
[174/231] Compiling NIOPosix SelectorGeneric.swift
[175/231] Compiling NIOPosix SelectorKqueue.swift
[176/231] Compiling NIOPosix SelectorUring.swift
[177/231] Compiling NIOPosix IO.swift
[178/231] Compiling NIOPosix IntegerBitPacking.swift
[179/231] Compiling NIOPosix IntegerTypes.swift
[180/231] Compiling NIOPosix Linux.swift
[181/231] Compiling NIOPosix LinuxCPUSet.swift
[182/231] Compiling NIOPosix LinuxUring.swift
[183/231] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[184/231] Compiling NIOPosix ServerSocket.swift
[185/231] Compiling NIOPosix Socket.swift
[186/231] Compiling NIOPosix SocketChannel.swift
[187/231] Compiling NIOPosix SocketProtocols.swift
[188/231] Compiling NIOPosix System.swift
[189/231] Compiling NIOPosix Thread.swift
[190/231] Compiling NIOPosix Pool.swift
[191/231] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[192/231] Compiling NIOPosix PosixSingletons.swift
[193/231] Compiling NIOPosix RawSocketBootstrap.swift
[194/231] Compiling NIOPosix Resolver.swift
[195/231] Compiling NIOPosix Selectable.swift
[196/231] Compiling NIOPosix BSDSocketAPICommon.swift
[197/231] Compiling NIOPosix BSDSocketAPIPosix.swift
[198/231] Compiling NIOPosix BSDSocketAPIWindows.swift
[199/231] Compiling NIOPosix BaseSocket.swift
[200/231] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[201/231] Compiling NIOPosix BaseSocketChannel.swift
[202/231] Compiling NIOPosix BaseStreamSocketChannel.swift
[203/231] Compiling NIOPosix ThreadPosix.swift
[204/231] Compiling NIOPosix ThreadWindows.swift
[205/231] Compiling NIOPosix UnsafeTransfer.swift
[206/231] Compiling NIOPosix Utilities.swift
[207/231] Compiling NIOPosix VsockAddress.swift
[208/231] Compiling NIOPosix VsockChannelEvents.swift
[209/231] Compiling NIOPosix Bootstrap.swift
[210/231] Compiling NIOPosix ControlMessage.swift
[211/231] Compiling NIOPosix DatagramVectorReadManager.swift
[212/231] Compiling NIOPosix Errors+Any.swift
[213/231] Compiling NIOPosix FileDescriptor.swift
[214/231] Compiling NIOPosix GetaddrinfoResolver.swift
[215/231] Compiling NIOPosix HappyEyeballs.swift
[216/231] Compiling NIOPosix NIOThreadPool.swift
[217/231] Compiling NIOPosix NonBlockingFileIO.swift
[218/231] Compiling NIOPosix PendingDatagramWritesManager.swift
[219/231] Compiling NIOPosix PendingWritesManager.swift
[220/231] Compiling NIOPosix PipeChannel.swift
[221/231] Compiling NIOPosix PipePair.swift
[222/232] Wrapping AST for NIOPosix for debugging
[224/232] Compiling NTP NTPTime.swift
[225/232] Emitting module NTP
[226/232] Compiling NTP ByteBuffer+NTPPacket.swift
[227/232] Compiling NTP NTPPacket.swift
[228/233] Wrapping AST for NTP for debugging
[230/240] Compiling NTPClient NTPError.swift
[231/240] Compiling NTPClient NTPClient.swift
[232/240] Compiling NTPClient Handlers.swift
[233/240] Emitting module NTPClient
[234/240] Compiling NTPClient NTPResponse.swift
[235/240] Compiling NTPClient NTPVersion.swift
[236/240] Compiling NTPClient Timeout.swift
[237/241] Wrapping AST for NTPClient for debugging
[239/243] Emitting module simpleclient
[240/243] Compiling simpleclient simpleclient.swift
[241/244] Wrapping AST for simpleclient for debugging
[242/244] Write Objects.LinkFileList
[243/244] Linking simpleclient
Build complete! (51.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",
"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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.