Build Information
Successful build of swift-ntp, reference main (af6d3b
), with Swift 6.1 for Linux on 11 Jul 2025 21:03:39 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: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.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: 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/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-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.38s)
[1/76555] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (7.10s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[1611/6449] Fetching swift-atomics, swift-system
[6450/23195] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.58s)
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
[4354/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.64s)
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.51s)
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.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.08s)
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-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/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/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/swiftlang/swift-docc-plugin.git
Working copy of https://github.com/swiftlang/swift-docc-plugin.git resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/36] Write sources
[13/36] Compiling CNIOWindows WSAStartup.c
[13/36] Compiling _AtomicsShims.c
[15/36] Compiling CNIOWindows shim.c
[16/36] Compiling CNIOWASI CNIOWASI.c
[17/36] Compiling CNIOLinux liburing_shims.c
[18/36] Compiling CNIODarwin shim.c
[19/36] Compiling CNIOLinux shim.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/74] Emitting module Atomics
[23/76] Compiling Atomics IntegerOperations.swift
[24/76] Compiling Atomics Unmanaged extensions.swift
[25/76] Compiling Atomics AtomicStorage.swift
[26/76] Compiling Atomics AtomicValue.swift
[27/76] Emitting module _NIOBase64
[28/76] Compiling _NIOBase64 Base64.swift
[30/77] Compiling Atomics OptionalRawRepresentable.swift
[31/78] Compiling Atomics AtomicInteger.swift
[32/78] Compiling Atomics AtomicOptionalWrappable.swift
[33/78] Compiling Atomics AtomicReference.swift
[37/78] Compiling Atomics AtomicMemoryOrderings.swift
[38/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/78] Compiling Atomics UnsafeAtomic.swift
[40/78] Compiling Atomics UnsafeAtomicLazyReference.swift
[41/78] Compiling Atomics RawRepresentable.swift
[42/78] Compiling Atomics AtomicBool.swift
[43/78] Compiling _NIODataStructures PriorityQueue.swift
[44/78] Compiling _NIODataStructures _TinyArray.swift
[45/78] Compiling Atomics Primitives.native.swift
[48/78] Compiling Atomics DoubleWord.swift
[49/78] Compiling Atomics IntegerConformances.swift
[50/78] Compiling Atomics PointerConformances.swift
[51/78] Emitting module InternalCollectionsUtilities
[52/78] Compiling Atomics ManagedAtomic.swift
[53/78] Compiling Atomics ManagedAtomicLazyReference.swift
[61/79] Wrapping AST for _NIOBase64 for debugging
[63/79] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/80] Compiling c-nioatomics.c
[65/80] Wrapping AST for Atomics for debugging
[66/80] Wrapping AST for InternalCollectionsUtilities for debugging
[68/95] Compiling DequeModule Deque+Equatable.swift
[69/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[70/97] Compiling DequeModule Deque+CustomReflectable.swift
[71/97] Compiling DequeModule Deque+Descriptions.swift
[71/97] Compiling c-atomics.c
[73/97] Compiling DequeModule _DequeBuffer.swift
[74/97] Compiling DequeModule _DequeBufferHeader.swift
[75/97] Compiling DequeModule Deque+Extras.swift
[76/97] Compiling DequeModule Deque+Hashable.swift
[77/97] Emitting module _NIODataStructures
[78/97] Compiling _NIODataStructures Heap.swift
[79/98] Compiling DequeModule Deque+Testing.swift
[80/98] Compiling DequeModule Deque._Storage.swift
[82/104] Compiling DequeModule _DequeSlot.swift
[83/104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/104] Wrapping AST for _NIODataStructures for debugging
[85/104] Compiling DequeModule Deque._UnsafeHandle.swift
[86/104] Compiling DequeModule Deque.swift
[87/104] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/104] Compiling NIOConcurrencyHelpers lock.swift
[89/104] Compiling DequeModule Deque+Codable.swift
[90/104] Compiling DequeModule Deque+Collection.swift
[91/104] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/104] Emitting module NIOConcurrencyHelpers
[93/104] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/104] Compiling NIOConcurrencyHelpers atomics.swift
[95/104] Emitting module DequeModule
[97/106] Wrapping AST for DequeModule for debugging
[98/106] Wrapping AST for NIOConcurrencyHelpers for debugging
[100/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[101/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[102/167] Compiling NIOCore EventLoopFuture.swift
[103/167] Compiling NIOCore FileDescriptor.swift
[104/167] Compiling NIOCore FileHandle.swift
[105/167] Compiling NIOCore FileRegion.swift
[106/167] Compiling NIOCore GlobalSingletons.swift
[107/167] Compiling NIOCore IO.swift
[108/167] Compiling NIOCore IOData.swift
[109/167] Compiling NIOCore IPProtocol.swift
[110/167] Compiling NIOCore IntegerBitPacking.swift
[111/167] Compiling NIOCore IntegerTypes.swift
[112/167] Compiling NIOCore Interfaces.swift
[113/167] Compiling NIOCore Linux.swift
[114/167] Compiling NIOCore MarkedCircularBuffer.swift
[115/167] Compiling NIOCore MulticastChannel.swift
[116/167] Compiling NIOCore NIOAny.swift
[117/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[118/167] Compiling NIOCore NIOCoreSendableMetatype.swift
[119/167] Compiling NIOCore NIOLoopBound.swift
[120/167] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/167] Compiling NIOCore NIOScheduledCallback.swift
[122/167] Compiling NIOCore NIOSendable.swift
[123/167] Compiling NIOCore RecvByteBufferAllocator.swift
[124/175] Compiling NIOCore AddressedEnvelope.swift
[125/175] Compiling NIOCore AsyncAwaitSupport.swift
[126/175] Compiling NIOCore AsyncChannel.swift
[127/175] Compiling NIOCore AsyncChannelHandler.swift
[128/175] Compiling NIOCore AsyncChannelInboundStream.swift
[129/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[130/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[131/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[132/175] Compiling NIOCore NIOAsyncWriter.swift
[133/175] Compiling NIOCore CircularBuffer.swift
[134/175] Compiling NIOCore Codec.swift
[135/175] Compiling NIOCore ConvenienceOptionSupport.swift
[136/175] Compiling NIOCore DeadChannel.swift
[137/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[138/175] Compiling NIOCore EventLoop+Deprecated.swift
[139/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[140/175] Compiling NIOCore EventLoop.swift
[141/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.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] Emitting module NIOCore
[151/175] Compiling NIOCore ByteBuffer-multi-int.swift
[152/175] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[153/175] Compiling NIOCore ByteBuffer-views.swift
[154/175] Compiling NIOCore Channel.swift
[155/175] Compiling NIOCore ChannelHandler.swift
[156/175] Compiling NIOCore ChannelHandlers.swift
[157/175] Compiling NIOCore ChannelInvoker.swift
[158/175] Compiling NIOCore ChannelOption.swift
[159/175] Compiling NIOCore ChannelPipeline.swift
[160/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[161/175] Compiling NIOCore BSDSocketAPI.swift
[162/175] Compiling NIOCore ByteBuffer-aux.swift
[163/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[164/175] Compiling NIOCore ByteBuffer-conversions.swift
[165/175] Compiling NIOCore ByteBuffer-core.swift
[166/175] Compiling NIOCore ByteBuffer-hex.swift
[167/175] Compiling NIOCore ByteBuffer-int.swift
[168/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[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 NTP
[203/233] Compiling NIOPosix NIOPosixSendableMetatype.swift
[204/233] Compiling NIOPosix NIOThreadPool.swift
[205/233] Compiling NIOPosix NonBlockingFileIO.swift
[206/233] Compiling NIOPosix PendingDatagramWritesManager.swift
[207/233] Compiling NIOPosix PendingWritesManager.swift
[208/233] Compiling NIOPosix PipeChannel.swift
[209/233] Compiling NIOPosix PipePair.swift
[210/233] Compiling NTP NTPTime.swift
[211/233] Compiling NIOPosix BSDSocketAPICommon.swift
[212/233] Compiling NIOPosix BSDSocketAPIPosix.swift
[213/233] Compiling NIOPosix BSDSocketAPIWindows.swift
[214/233] Compiling NIOPosix BaseSocket.swift
[215/233] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[216/233] Compiling NIOPosix BaseSocketChannel.swift
[217/233] Compiling NIOPosix BaseStreamSocketChannel.swift
[218/233] Emitting module NIOPosix
[219/233] Compiling NIOPosix Bootstrap.swift
[220/233] Compiling NIOPosix ControlMessage.swift
[221/233] Compiling NIOPosix DatagramVectorReadManager.swift
[222/233] Compiling NIOPosix Errors+Any.swift
[223/233] Compiling NIOPosix FileDescriptor.swift
[224/233] Compiling NIOPosix GetaddrinfoResolver.swift
[225/233] Compiling NIOPosix HappyEyeballs.swift
[226/234] Compiling NTP ByteBuffer+NTPPacket.swift
[227/234] Compiling NTP NTPPacket.swift
[229/235] Wrapping AST for NTP for debugging
[230/235] Wrapping AST for NIOPosix for debugging
[232/242] Compiling NTPClient NTPError.swift
[233/242] Emitting module NTPClient
[234/242] Compiling NTPClient Handlers.swift
[235/242] Compiling NTPClient NTPClient.swift
[236/242] Compiling NTPClient NTPVersion.swift
[237/242] Compiling NTPClient NTPResponse.swift
[238/242] Compiling NTPClient Timeout.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.15s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.