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 main (098e78), with Swift 6.0 for Linux on 10 Mar 2025 03:22:41 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.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: 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/StanfordSpezi/SpeziNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-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-numerics.git
Fetching https://github.com/apple/swift-nio.git
[1/5653] Fetching swift-numerics
[5654/79636] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (3.55s)
Fetched https://github.com/apple/swift-nio.git from cache (3.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (0.77s)
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/4214] Fetching swift-system
[1181/5919] Fetching swift-system, swift-atomics
[3143/21803] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
[4565/17589] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
[4448/15884] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.91s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.69s)
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-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-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
[12/25] Compiling CNIOWindows WSAStartup.c
[13/25] Compiling CNIODarwin shim.c
[13/25] Compiling CNIOWindows shim.c
[13/25] Write sources
[18/25] Compiling CNIOLinux liburing_shims.c
[19/25] Compiling CNIOWASI CNIOWASI.c
[20/25] Compiling CNIOLinux shim.c
[21/25] Compiling _AtomicsShims.c
[21/25] Write swift-version-24593BA9C3E375BF.txt
[23/67] Compiling c-nioatomics.c
[24/67] Compiling c-atomics.c
[26/73] Emitting module Atomics
[27/75] Compiling Atomics IntegerOperations.swift
[28/75] Compiling Atomics Unmanaged extensions.swift
[29/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/77] Compiling InternalCollectionsUtilities Debugging.swift
[32/77] Compiling InternalCollectionsUtilities Descriptions.swift
[33/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/77] Compiling InternalCollectionsUtilities Specialize.swift
[37/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/77] Compiling InternalCollectionsUtilities Integer rank.swift
[40/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[44/77] Compiling _NIOBase64 Base64.swift
[45/77] Emitting module _NIOBase64
[46/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[47/78] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[48/78] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[49/78] Compiling _NIODataStructures _TinyArray.swift
[50/78] Compiling _NIODataStructures PriorityQueue.swift
[52/78] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/78] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[54/78] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/78] Emitting module InternalCollectionsUtilities
[64/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/95] Compiling DequeModule _DequeBuffer.swift
[74/95] Compiling DequeModule _DequeBufferHeader.swift
[75/97] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[76/97] Emitting module NIOConcurrencyHelpers
[77/97] Compiling NIOConcurrencyHelpers NIOLock.swift
[78/97] Compiling NIOConcurrencyHelpers lock.swift
[79/97] Emitting module _NIODataStructures
[80/97] Compiling _NIODataStructures Heap.swift
[81/98] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[82/98] Compiling NIOConcurrencyHelpers atomics.swift
[83/98] Compiling DequeModule Deque+CustomReflectable.swift
[84/98] Compiling DequeModule Deque+Descriptions.swift
[85/98] Compiling DequeModule Deque+Extras.swift
[86/98] Compiling DequeModule Deque+Hashable.swift
[89/99] Compiling DequeModule Deque+Testing.swift
[90/99] Compiling DequeModule Deque._Storage.swift
[91/99] Compiling DequeModule Deque+Equatable.swift
[92/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/99] Compiling DequeModule Deque._UnsafeHandle.swift
[94/99] Compiling DequeModule Deque.swift
[95/99] Compiling DequeModule _DequeSlot.swift
[96/99] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/99] Compiling DequeModule Deque+Codable.swift
[98/99] Compiling DequeModule Deque+Collection.swift
[99/99] Emitting module DequeModule
[101/159] Compiling NIOCore AddressedEnvelope.swift
[102/159] Compiling NIOCore AsyncAwaitSupport.swift
[103/159] Compiling NIOCore AsyncChannel.swift
[104/159] Compiling NIOCore AsyncChannelHandler.swift
[105/159] Compiling NIOCore AsyncChannelInboundStream.swift
[106/159] Compiling NIOCore AsyncChannelOutboundWriter.swift
[107/159] Compiling NIOCore NIOAsyncSequenceProducer.swift
[108/159] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[109/159] Compiling NIOCore NIOAsyncWriter.swift
[110/167] Compiling NIOCore EventLoop.swift
[111/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[112/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[113/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[114/167] Compiling NIOCore EventLoopFuture.swift
[115/167] Compiling NIOCore FileDescriptor.swift
[116/167] Compiling NIOCore FileHandle.swift
[117/167] Compiling NIOCore FileRegion.swift
[118/167] Compiling NIOCore MarkedCircularBuffer.swift
[119/167] Compiling NIOCore MulticastChannel.swift
[120/167] Compiling NIOCore NIOAny.swift
[121/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/167] Compiling NIOCore NIOLoopBound.swift
[123/167] Compiling NIOCore NIOScheduledCallback.swift
[124/167] Compiling NIOCore NIOSendable.swift
[125/167] Compiling NIOCore RecvByteBufferAllocator.swift
[126/167] Compiling NIOCore ChannelPipeline.swift
[127/167] Compiling NIOCore CircularBuffer.swift
[128/167] Compiling NIOCore Codec.swift
[129/167] Compiling NIOCore ConvenienceOptionSupport.swift
[130/167] Compiling NIOCore DeadChannel.swift
[131/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[132/167] Compiling NIOCore EventLoop+Deprecated.swift
[133/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[134/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[135/167] Compiling NIOCore SocketAddresses.swift
[136/167] Compiling NIOCore SocketOptionProvider.swift
[137/167] Compiling NIOCore SystemCallHelpers.swift
[138/167] Compiling NIOCore TimeAmount+Duration.swift
[139/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[140/167] Compiling NIOCore UniversalBootstrapSupport.swift
[141/167] Compiling NIOCore Utilities.swift
[142/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[143/167] Compiling NIOCore BSDSocketAPI.swift
[144/167] Compiling NIOCore ByteBuffer-aux.swift
[145/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[146/167] Compiling NIOCore ByteBuffer-conversions.swift
[147/167] Compiling NIOCore ByteBuffer-core.swift
[148/167] Compiling NIOCore ByteBuffer-hex.swift
[149/167] Compiling NIOCore ByteBuffer-int.swift
[150/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[151/167] Compiling NIOCore GlobalSingletons.swift
[152/167] Compiling NIOCore IO.swift
[153/167] Compiling NIOCore IOData.swift
[154/167] Compiling NIOCore IPProtocol.swift
[155/167] Compiling NIOCore IntegerBitPacking.swift
[156/167] Compiling NIOCore IntegerTypes.swift
[157/167] Compiling NIOCore Interfaces.swift
[158/167] Compiling NIOCore Linux.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] Compiling NIOPosix PooledRecvBufferAllocator.swift
[170/219] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[171/219] Compiling NIOPosix PosixSingletons.swift
[172/219] Compiling NIOPosix RawSocketBootstrap.swift
[173/219] Compiling NIOPosix Resolver.swift
[174/219] Compiling NIOPosix Selectable.swift
[175/225] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[176/225] Compiling NIOEmbedded AsyncTestingChannel.swift
[177/225] Compiling NIOEmbedded Embedded.swift
[178/225] Emitting module NIOEmbedded
[180/226] Compiling NIOPosix ThreadPosix.swift
[181/226] Compiling NIOPosix ThreadWindows.swift
[182/226] Compiling NIOPosix UnsafeTransfer.swift
[183/226] Compiling NIOPosix Utilities.swift
[184/226] Compiling NIOPosix VsockAddress.swift
[185/226] Compiling NIOPosix VsockChannelEvents.swift
[186/226] Compiling NIOPosix SelectableChannel.swift
[187/226] Compiling NIOPosix SelectableEventLoop.swift
[188/226] Compiling NIOPosix SelectorEpoll.swift
[189/226] Compiling NIOPosix SelectorGeneric.swift
[190/226] Compiling NIOPosix SelectorKqueue.swift
[191/226] Compiling NIOPosix SelectorUring.swift
[192/226] Compiling NIOPosix ServerSocket.swift
[193/226] Compiling NIOPosix Socket.swift
[194/226] Compiling NIOPosix SocketChannel.swift
[195/226] Compiling NIOPosix SocketProtocols.swift
[196/226] Compiling NIOPosix System.swift
[197/226] Compiling NIOPosix Thread.swift
[198/226] Emitting module NIOPosix
[199/226] Compiling NIOPosix BSDSocketAPICommon.swift
[200/226] Compiling NIOPosix BSDSocketAPIPosix.swift
[201/226] Compiling NIOPosix BSDSocketAPIWindows.swift
[202/226] Compiling NIOPosix BaseSocket.swift
[203/226] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[204/226] Compiling NIOPosix BaseSocketChannel.swift
[205/226] Compiling NIOPosix BaseStreamSocketChannel.swift
[206/226] Compiling NIOPosix Bootstrap.swift
[207/226] Compiling NIOPosix ControlMessage.swift
[208/226] Compiling NIOPosix DatagramVectorReadManager.swift
[209/226] Compiling NIOPosix Errors+Any.swift
[210/226] Compiling NIOPosix FileDescriptor.swift
[211/226] Compiling NIOPosix GetaddrinfoResolver.swift
[212/226] Compiling NIOPosix HappyEyeballs.swift
[213/226] Compiling NIOPosix NIOThreadPool.swift
[214/226] Compiling NIOPosix NonBlockingFileIO.swift
[215/226] Compiling NIOPosix PendingDatagramWritesManager.swift
[216/226] Compiling NIOPosix PendingWritesManager.swift
[217/226] Compiling NIOPosix PipeChannel.swift
[218/226] Compiling NIOPosix PipePair.swift
[219/226] Compiling NIOPosix Pool.swift
[220/226] Compiling NIOPosix IO.swift
[221/226] Compiling NIOPosix IntegerBitPacking.swift
[222/226] Compiling NIOPosix IntegerTypes.swift
[223/226] Compiling NIOPosix Linux.swift
[224/226] Compiling NIOPosix LinuxCPUSet.swift
[225/226] Compiling NIOPosix LinuxUring.swift
[226/226] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[228/229] Emitting module NIO
[229/229] Compiling NIO Exports.swift
[231/235] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[232/235] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[233/235] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[234/235] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[235/235] Emitting module NIOFoundationCompat
[237/247] Compiling ByteCoding String+ByteCodable.swift
[238/248] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[239/248] Compiling ByteCoding Data+ByteCodable.swift
[240/248] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[241/248] Compiling ByteCoding Bool+ByteCodable.swift
[242/248] Compiling ByteCoding Float+ByteCodable.swift
[243/248] Compiling ByteCoding PrimitiveByteCodable.swift
[244/248] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[245/248] Compiling ByteCoding ByteCodable+Deprecated.swift
[246/248] Compiling ByteCoding ByteCodable.swift
[247/248] Emitting module ByteCoding
[248/248] Compiling ByteCoding Data+HexString.swift
[250/257] Emitting module ByteCodingTesting
[251/257] Compiling ByteCodingTesting TestIdentity.swift
[252/257] Emitting module XCTByteCoding
[253/257] Compiling XCTByteCoding TestIdentity.swift
[256/259] Compiling SpeziNumerics MedFloat.swift
[257/259] Compiling SpeziNumerics ByteBuffer+Int24.swift
[258/259] Emitting module SpeziNumerics
[259/259] Compiling SpeziNumerics MedFloatImpl.swift
Build complete! (47.05s)
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.