The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SpeziNetworking, reference 2.3.0 (098e78), with Swift 6.0 for Linux on 10 Mar 2025 03:22:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziNetworking.git
Reference: 2.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/StanfordSpezi/SpeziNetworking
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 098e78d Migrate to Swift Testing (#15)
Cloned https://github.com/StanfordSpezi/SpeziNetworking.git
Revision (git rev-parse @):
098e78d7717fc4e3199c579e47c75b916ce678ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziNetworking.git at 2.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziNetworking.git
https://github.com/StanfordSpezi/SpeziNetworking.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.59.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "SpeziNetworking",
  "name" : "SpeziNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ByteCoding",
      "targets" : [
        "ByteCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziNumerics",
      "targets" : [
        "SpeziNumerics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTByteCoding",
      "targets" : [
        "XCTByteCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ByteCodingTesting",
      "targets" : [
        "ByteCodingTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTByteCoding",
      "module_type" : "SwiftTarget",
      "name" : "XCTByteCoding",
      "path" : "Sources/XCTByteCoding",
      "product_memberships" : [
        "XCTByteCoding"
      ],
      "sources" : [
        "TestIdentity.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziNumericsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziNumericsTests",
      "path" : "Tests/SpeziNumericsTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "Int24Tests.swift",
        "MedFloatTests.swift"
      ],
      "target_dependencies" : [
        "ByteCoding",
        "SpeziNumerics",
        "ByteCodingTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziNumerics",
      "module_type" : "SwiftTarget",
      "name" : "SpeziNumerics",
      "path" : "Sources/SpeziNumerics",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "SpeziNumerics"
      ],
      "sources" : [
        "ByteBuffer+Int24.swift",
        "MedFloat.swift",
        "MedFloatImpl.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByteCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ByteCodingTests",
      "path" : "Tests/ByteCodingTests",
      "sources" : [
        "ByteCodableTests.swift",
        "RawRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "ByteCoding",
        "ByteCodingTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ByteCodingTesting",
      "module_type" : "SwiftTarget",
      "name" : "ByteCodingTesting",
      "path" : "Sources/ByteCodingTesting",
      "product_memberships" : [
        "ByteCodingTesting"
      ],
      "sources" : [
        "TestIdentity.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByteCoding",
      "module_type" : "SwiftTarget",
      "name" : "ByteCoding",
      "path" : "Sources/ByteCoding",
      "product_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "ByteCoding",
        "SpeziNumerics",
        "XCTByteCoding",
        "ByteCodingTesting"
      ],
      "sources" : [
        "ByteCodable+Deprecated.swift",
        "ByteCodable.swift",
        "PrimitiveByteCodable.swift",
        "RawRepresentable+ByteCodable.swift",
        "RawRepresentable+PrimitiveByteCodable.swift",
        "StandardLibrary/Bool+ByteCodable.swift",
        "StandardLibrary/Data+ByteCodable.swift",
        "StandardLibrary/FixedWithInteger+ByteCodable.swift",
        "StandardLibrary/Float+ByteCodable.swift",
        "StandardLibrary/String+ByteCodable.swift",
        "TestingSupport/Data+HexString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-numerics.git
[1/5653] Fetching swift-numerics
[5654/79636] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (5.45s)
Fetched https://github.com/apple/swift-nio.git from cache (5.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.34s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.01s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[547/17589] Fetching swift-atomics, swift-collections
[1558/21803] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.84s)
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.81.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
Building for debugging...
[0/25] Write sources
[13/25] Compiling CNIOWindows shim.c
[14/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling CNIOWASI CNIOWASI.c
[16/25] Compiling _AtomicsShims.c
[17/25] Write sources
[19/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIODarwin shim.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/67] Emitting module _NIODataStructures
[24/67] Compiling c-nioatomics.c
[25/67] Compiling c-atomics.c
[27/73] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/73] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/73] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/75] Emitting module NIOConcurrencyHelpers
[31/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/75] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/77] Compiling InternalCollectionsUtilities Debugging.swift
[34/77] Compiling InternalCollectionsUtilities Descriptions.swift
[35/77] Emitting module Atomics
[36/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[37/77] Compiling _NIODataStructures _TinyArray.swift
[38/77] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[39/77] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[40/77] Emitting module InternalCollectionsUtilities
[41/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[42/77] Compiling InternalCollectionsUtilities Integer rank.swift
[43/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/77] Compiling _NIODataStructures PriorityQueue.swift
[45/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[46/77] Compiling InternalCollectionsUtilities Specialize.swift
[47/77] Compiling _NIOBase64 Base64.swift
[48/77] Emitting module _NIOBase64
[49/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/78] Compiling Atomics IntegerOperations.swift
[71/78] Compiling Atomics Unmanaged extensions.swift
[76/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[77/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/95] Compiling _NIODataStructures Heap.swift
[79/96] Compiling NIOConcurrencyHelpers lock.swift
[80/96] Compiling DequeModule Deque+CustomReflectable.swift
[81/96] Compiling DequeModule Deque+Descriptions.swift
[83/98] Compiling NIOConcurrencyHelpers atomics.swift
[84/99] Compiling DequeModule _DequeBuffer.swift
[85/99] Compiling DequeModule _DequeBufferHeader.swift
[87/99] Compiling DequeModule _DequeSlot.swift
[88/99] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/99] Compiling DequeModule Deque+Testing.swift
[90/99] Compiling DequeModule Deque._Storage.swift
[91/99] Compiling DequeModule Deque+Extras.swift
[92/99] Compiling DequeModule Deque+Hashable.swift
[93/99] Compiling DequeModule Deque+Equatable.swift
[94/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/99] Compiling DequeModule Deque._UnsafeHandle.swift
[96/99] Compiling DequeModule Deque.swift
[97/99] Compiling DequeModule Deque+Codable.swift
[98/99] Compiling DequeModule Deque+Collection.swift
[99/99] Emitting module DequeModule
[101/159] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[102/159] Compiling NIOCore BSDSocketAPI.swift
[103/159] Compiling NIOCore ByteBuffer-aux.swift
[104/159] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[105/159] Compiling NIOCore ByteBuffer-conversions.swift
[106/159] Compiling NIOCore ByteBuffer-core.swift
[107/159] Compiling NIOCore ByteBuffer-hex.swift
[108/159] Compiling NIOCore ByteBuffer-int.swift
[109/159] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[110/167] Compiling NIOCore GlobalSingletons.swift
[111/167] Compiling NIOCore IO.swift
[112/167] Compiling NIOCore IOData.swift
[113/167] Compiling NIOCore IPProtocol.swift
[114/167] Compiling NIOCore IntegerBitPacking.swift
[115/167] Compiling NIOCore IntegerTypes.swift
[116/167] Compiling NIOCore Interfaces.swift
[117/167] Compiling NIOCore Linux.swift
[118/167] Compiling NIOCore EventLoop.swift
[119/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[120/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[121/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[122/167] Compiling NIOCore EventLoopFuture.swift
[123/167] Compiling NIOCore FileDescriptor.swift
[124/167] Compiling NIOCore FileHandle.swift
[125/167] Compiling NIOCore FileRegion.swift
[126/167] Compiling NIOCore MarkedCircularBuffer.swift
[127/167] Compiling NIOCore MulticastChannel.swift
[128/167] Compiling NIOCore NIOAny.swift
[129/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[130/167] Compiling NIOCore NIOLoopBound.swift
[131/167] Compiling NIOCore NIOScheduledCallback.swift
[132/167] Compiling NIOCore NIOSendable.swift
[133/167] Compiling NIOCore RecvByteBufferAllocator.swift
[134/167] Compiling NIOCore AddressedEnvelope.swift
[135/167] Compiling NIOCore AsyncAwaitSupport.swift
[136/167] Compiling NIOCore AsyncChannel.swift
[137/167] Compiling NIOCore AsyncChannelHandler.swift
[138/167] Compiling NIOCore AsyncChannelInboundStream.swift
[139/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[140/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[141/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[142/167] Compiling NIOCore NIOAsyncWriter.swift
[143/167] Compiling NIOCore ChannelPipeline.swift
[144/167] Compiling NIOCore CircularBuffer.swift
[145/167] Compiling NIOCore Codec.swift
[146/167] Compiling NIOCore ConvenienceOptionSupport.swift
[147/167] Compiling NIOCore DeadChannel.swift
[148/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[149/167] Compiling NIOCore EventLoop+Deprecated.swift
[150/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[151/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[152/167] Compiling NIOCore SocketAddresses.swift
[153/167] Compiling NIOCore SocketOptionProvider.swift
[154/167] Compiling NIOCore SystemCallHelpers.swift
[155/167] Compiling NIOCore TimeAmount+Duration.swift
[156/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[157/167] Compiling NIOCore UniversalBootstrapSupport.swift
[158/167] Compiling NIOCore Utilities.swift
[159/167] Compiling NIOCore ByteBuffer-multi-int.swift
[160/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[161/167] Compiling NIOCore ByteBuffer-views.swift
[162/167] Compiling NIOCore Channel.swift
[163/167] Compiling NIOCore ChannelHandler.swift
[164/167] Compiling NIOCore ChannelHandlers.swift
[165/167] Compiling NIOCore ChannelInvoker.swift
[166/167] Compiling NIOCore ChannelOption.swift
[167/167] Emitting module NIOCore
[169/219] Emitting module NIOEmbedded
[170/219] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/219] Compiling NIOEmbedded Embedded.swift
[172/219] Compiling NIOEmbedded AsyncTestingChannel.swift
[174/220] Compiling NIOPosix SelectableChannel.swift
[175/220] Compiling NIOPosix SelectableEventLoop.swift
[176/220] Compiling NIOPosix SelectorEpoll.swift
[177/220] Compiling NIOPosix SelectorGeneric.swift
[178/220] Compiling NIOPosix SelectorKqueue.swift
[179/220] Compiling NIOPosix SelectorUring.swift
[180/220] Compiling NIOPosix IO.swift
[181/220] Compiling NIOPosix IntegerBitPacking.swift
[182/220] Compiling NIOPosix IntegerTypes.swift
[183/220] Compiling NIOPosix Linux.swift
[184/220] Compiling NIOPosix LinuxCPUSet.swift
[185/220] Compiling NIOPosix LinuxUring.swift
[186/220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[187/220] Compiling NIOPosix ServerSocket.swift
[188/220] Compiling NIOPosix Socket.swift
[189/220] Compiling NIOPosix SocketChannel.swift
[190/220] Compiling NIOPosix SocketProtocols.swift
[191/220] Compiling NIOPosix System.swift
[192/220] Compiling NIOPosix Thread.swift
[193/226] Emitting module NIOPosix
[194/226] Compiling NIOPosix BSDSocketAPICommon.swift
[195/226] Compiling NIOPosix BSDSocketAPIPosix.swift
[196/226] Compiling NIOPosix BSDSocketAPIWindows.swift
[197/226] Compiling NIOPosix BaseSocket.swift
[198/226] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[199/226] Compiling NIOPosix BaseSocketChannel.swift
[200/226] Compiling NIOPosix BaseStreamSocketChannel.swift
[201/226] Compiling NIOPosix ThreadPosix.swift
[202/226] Compiling NIOPosix ThreadWindows.swift
[203/226] Compiling NIOPosix UnsafeTransfer.swift
[204/226] Compiling NIOPosix Utilities.swift
[205/226] Compiling NIOPosix VsockAddress.swift
[206/226] Compiling NIOPosix VsockChannelEvents.swift
[207/226] Compiling NIOPosix PooledRecvBufferAllocator.swift
[208/226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[209/226] Compiling NIOPosix PosixSingletons.swift
[210/226] Compiling NIOPosix RawSocketBootstrap.swift
[211/226] Compiling NIOPosix Resolver.swift
[212/226] Compiling NIOPosix Selectable.swift
[213/226] Compiling NIOPosix Bootstrap.swift
[214/226] Compiling NIOPosix ControlMessage.swift
[215/226] Compiling NIOPosix DatagramVectorReadManager.swift
[216/226] Compiling NIOPosix Errors+Any.swift
[217/226] Compiling NIOPosix FileDescriptor.swift
[218/226] Compiling NIOPosix GetaddrinfoResolver.swift
[219/226] Compiling NIOPosix HappyEyeballs.swift
[220/226] Compiling NIOPosix NIOThreadPool.swift
[221/226] Compiling NIOPosix NonBlockingFileIO.swift
[222/226] Compiling NIOPosix PendingDatagramWritesManager.swift
[223/226] Compiling NIOPosix PendingWritesManager.swift
[224/226] Compiling NIOPosix PipeChannel.swift
[225/226] Compiling NIOPosix PipePair.swift
[226/226] Compiling NIOPosix Pool.swift
[228/229] Emitting module NIO
[229/229] Compiling NIO Exports.swift
[231/235] Emitting module NIOFoundationCompat
[232/235] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[233/235] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[234/235] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[235/235] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[237/247] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[238/247] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[239/247] Compiling ByteCoding Bool+ByteCodable.swift
[240/247] Compiling ByteCoding Data+ByteCodable.swift
[241/247] Compiling ByteCoding PrimitiveByteCodable.swift
[242/247] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[243/247] Emitting module ByteCoding
[244/247] Compiling ByteCoding ByteCodable+Deprecated.swift
[245/247] Compiling ByteCoding ByteCodable.swift
[246/248] Compiling ByteCoding Float+ByteCodable.swift
[247/248] Compiling ByteCoding String+ByteCodable.swift
[248/248] Compiling ByteCoding Data+HexString.swift
[250/257] Compiling XCTByteCoding TestIdentity.swift
[251/257] Emitting module XCTByteCoding
[252/257] Compiling SpeziNumerics MedFloat.swift
[253/258] Emitting module ByteCodingTesting
[254/258] Compiling ByteCodingTesting TestIdentity.swift
[257/259] Compiling SpeziNumerics ByteBuffer+Int24.swift
[258/259] Emitting module SpeziNumerics
[259/259] Compiling SpeziNumerics MedFloatImpl.swift
Build complete! (61.45s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.59.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    }
  ],
  "manifest_display_name" : "SpeziNetworking",
  "name" : "SpeziNetworking",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "ByteCoding",
      "targets" : [
        "ByteCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpeziNumerics",
      "targets" : [
        "SpeziNumerics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTByteCoding",
      "targets" : [
        "XCTByteCoding"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ByteCodingTesting",
      "targets" : [
        "ByteCodingTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTByteCoding",
      "module_type" : "SwiftTarget",
      "name" : "XCTByteCoding",
      "path" : "Sources/XCTByteCoding",
      "product_memberships" : [
        "XCTByteCoding"
      ],
      "sources" : [
        "TestIdentity.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpeziNumericsTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziNumericsTests",
      "path" : "Tests/SpeziNumericsTests",
      "product_dependencies" : [
        "RealModule"
      ],
      "sources" : [
        "Int24Tests.swift",
        "MedFloatTests.swift"
      ],
      "target_dependencies" : [
        "ByteCoding",
        "SpeziNumerics",
        "ByteCodingTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziNumerics",
      "module_type" : "SwiftTarget",
      "name" : "SpeziNumerics",
      "path" : "Sources/SpeziNumerics",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "SpeziNumerics"
      ],
      "sources" : [
        "ByteBuffer+Int24.swift",
        "MedFloat.swift",
        "MedFloatImpl.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByteCodingTests",
      "module_type" : "SwiftTarget",
      "name" : "ByteCodingTests",
      "path" : "Tests/ByteCodingTests",
      "sources" : [
        "ByteCodableTests.swift",
        "RawRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "ByteCoding",
        "ByteCodingTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ByteCodingTesting",
      "module_type" : "SwiftTarget",
      "name" : "ByteCodingTesting",
      "path" : "Sources/ByteCodingTesting",
      "product_memberships" : [
        "ByteCodingTesting"
      ],
      "sources" : [
        "TestIdentity.swift"
      ],
      "target_dependencies" : [
        "ByteCoding"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ByteCoding",
      "module_type" : "SwiftTarget",
      "name" : "ByteCoding",
      "path" : "Sources/ByteCoding",
      "product_dependencies" : [
        "NIOCore",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "ByteCoding",
        "SpeziNumerics",
        "XCTByteCoding",
        "ByteCodingTesting"
      ],
      "sources" : [
        "ByteCodable+Deprecated.swift",
        "ByteCodable.swift",
        "PrimitiveByteCodable.swift",
        "RawRepresentable+ByteCodable.swift",
        "RawRepresentable+PrimitiveByteCodable.swift",
        "StandardLibrary/Bool+ByteCodable.swift",
        "StandardLibrary/Data+ByteCodable.swift",
        "StandardLibrary/FixedWithInteger+ByteCodable.swift",
        "StandardLibrary/Float+ByteCodable.swift",
        "StandardLibrary/String+ByteCodable.swift",
        "TestingSupport/Data+HexString.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.