The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SpeziNetworking, reference 2.3.0 (098e78), with Swift 6.1 for Linux on 30 Apr 2025 20:34:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.61.2
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.1
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-2":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/apple/swift-nio.git
[1/5674] Fetching swift-numerics
[5675/81243] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (7.11s)
Fetched https://github.com/apple/swift-nio.git from cache (7.26s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (11.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.57s)
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/4367] Fetching swift-system
[788/6072] Fetching swift-system, swift-atomics
[857/22341] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-system.git from cache (0.97s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.40s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.52s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.03s)
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Building for debugging...
[0/25] Write sources
[13/25] Compiling _AtomicsShims.c
[14/25] Compiling CNIOWindows WSAStartup.c
[15/25] Compiling CNIOWindows shim.c
[15/25] Write sources
[18/25] Compiling CNIOWASI CNIOWASI.c
[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
[23/67] Compiling c-atomics.c
[24/67] Compiling c-nioatomics.c
[26/73] Emitting module InternalCollectionsUtilities
[27/73] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/73] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/73] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[30/75] Compiling InternalCollectionsUtilities Debugging.swift
[31/75] Compiling InternalCollectionsUtilities Descriptions.swift
[32/77] Compiling _NIODataStructures PriorityQueue.swift
[33/77] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/77] Compiling InternalCollectionsUtilities Specialize.swift
[37/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[40/77] Compiling InternalCollectionsUtilities Integer rank.swift
[41/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[42/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[45/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[46/77] Compiling _NIODataStructures _TinyArray.swift
[47/77] Emitting module _NIOBase64
[48/77] Compiling _NIOBase64 Base64.swift
[52/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[53/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/78] Emitting module Atomics
[67/78] Compiling Atomics IntegerOperations.swift
[68/78] Compiling Atomics Unmanaged extensions.swift
[73/95] Compiling NIOConcurrencyHelpers lock.swift
[74/95] Compiling DequeModule Deque+CustomReflectable.swift
[75/95] Emitting module _NIODataStructures
[76/95] Compiling DequeModule Deque+Descriptions.swift
[77/95] Compiling _NIODataStructures Heap.swift
[78/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[79/95] Compiling NIOConcurrencyHelpers atomics.swift
[80/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/98] Emitting module NIOConcurrencyHelpers
[82/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/99] Compiling DequeModule _DequeBuffer.swift
[84/99] Compiling DequeModule _DequeBufferHeader.swift
[87/99] Compiling DequeModule Deque+Testing.swift
[88/99] Compiling DequeModule Deque._Storage.swift
[89/99] Compiling DequeModule Deque+Equatable.swift
[90/99] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[91/99] Compiling DequeModule Deque+Extras.swift
[92/99] Compiling DequeModule Deque+Hashable.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 MarkedCircularBuffer.swift
[102/159] Compiling NIOCore MulticastChannel.swift
[103/159] Compiling NIOCore NIOAny.swift
[104/159] Compiling NIOCore NIOCloseOnErrorHandler.swift
[105/159] Compiling NIOCore NIOLoopBound.swift
[106/159] Compiling NIOCore NIOScheduledCallback.swift
[107/159] Compiling NIOCore NIOSendable.swift
[108/159] Compiling NIOCore RecvByteBufferAllocator.swift
[109/167] Compiling NIOCore ChannelPipeline.swift
[110/167] Compiling NIOCore CircularBuffer.swift
[111/167] Compiling NIOCore Codec.swift
[112/167] Compiling NIOCore ConvenienceOptionSupport.swift
[113/167] Compiling NIOCore DeadChannel.swift
[114/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/167] Compiling NIOCore EventLoop+Deprecated.swift
[116/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[118/167] Compiling NIOCore SocketAddresses.swift
[119/167] Compiling NIOCore SocketOptionProvider.swift
[120/167] Compiling NIOCore SystemCallHelpers.swift
[121/167] Compiling NIOCore TimeAmount+Duration.swift
[122/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[123/167] Compiling NIOCore UniversalBootstrapSupport.swift
[124/167] Compiling NIOCore Utilities.swift
[125/167] Compiling NIOCore EventLoop.swift
[126/167] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/167] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/167] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/167] Compiling NIOCore EventLoopFuture.swift
[130/167] Compiling NIOCore FileDescriptor.swift
[131/167] Compiling NIOCore FileHandle.swift
[132/167] Compiling NIOCore FileRegion.swift
[133/167] Compiling NIOCore AddressedEnvelope.swift
[134/167] Compiling NIOCore AsyncAwaitSupport.swift
[135/167] Compiling NIOCore AsyncChannel.swift
[136/167] Compiling NIOCore AsyncChannelHandler.swift
[137/167] Compiling NIOCore AsyncChannelInboundStream.swift
[138/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[139/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[140/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[141/167] Compiling NIOCore NIOAsyncWriter.swift
[142/167] Compiling NIOCore GlobalSingletons.swift
[143/167] Compiling NIOCore IO.swift
[144/167] Compiling NIOCore IOData.swift
[145/167] Compiling NIOCore IPProtocol.swift
[146/167] Compiling NIOCore IntegerBitPacking.swift
[147/167] Compiling NIOCore IntegerTypes.swift
[148/167] Compiling NIOCore Interfaces.swift
[149/167] Compiling NIOCore Linux.swift
[150/167] Compiling NIOCore ByteBuffer-multi-int.swift
[151/167] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[152/167] Compiling NIOCore ByteBuffer-views.swift
[153/167] Compiling NIOCore Channel.swift
[154/167] Compiling NIOCore ChannelHandler.swift
[155/167] Compiling NIOCore ChannelHandlers.swift
[156/167] Compiling NIOCore ChannelInvoker.swift
[157/167] Compiling NIOCore ChannelOption.swift
[158/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[159/167] Compiling NIOCore BSDSocketAPI.swift
[160/167] Compiling NIOCore ByteBuffer-aux.swift
[161/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[162/167] Compiling NIOCore ByteBuffer-conversions.swift
[163/167] Compiling NIOCore ByteBuffer-core.swift
[164/167] Compiling NIOCore ByteBuffer-hex.swift
[165/167] Compiling NIOCore ByteBuffer-int.swift
[166/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[167/167] Emitting module NIOCore
[169/219] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[170/219] Emitting module NIOEmbedded
[171/219] Compiling NIOEmbedded AsyncTestingChannel.swift
[172/219] Compiling NIOEmbedded Embedded.swift
[174/220] Emitting module NIOPosix
[175/226] Compiling NIOPosix PooledRecvBufferAllocator.swift
[176/226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[177/226] Compiling NIOPosix PosixSingletons.swift
[178/226] Compiling NIOPosix RawSocketBootstrap.swift
[179/226] Compiling NIOPosix Resolver.swift
[180/226] Compiling NIOPosix Selectable.swift
[181/226] Compiling NIOPosix SelectableChannel.swift
[182/226] Compiling NIOPosix SelectableEventLoop.swift
[183/226] Compiling NIOPosix SelectorEpoll.swift
[184/226] Compiling NIOPosix SelectorGeneric.swift
[185/226] Compiling NIOPosix SelectorKqueue.swift
[186/226] Compiling NIOPosix SelectorUring.swift
[187/226] Compiling NIOPosix ServerSocket.swift
[188/226] Compiling NIOPosix Socket.swift
[189/226] Compiling NIOPosix SocketChannel.swift
[190/226] Compiling NIOPosix SocketProtocols.swift
[191/226] Compiling NIOPosix System.swift
[192/226] Compiling NIOPosix Thread.swift
[193/226] Compiling NIOPosix ThreadPosix.swift
[194/226] Compiling NIOPosix ThreadWindows.swift
[195/226] Compiling NIOPosix UnsafeTransfer.swift
[196/226] Compiling NIOPosix Utilities.swift
[197/226] Compiling NIOPosix VsockAddress.swift
[198/226] Compiling NIOPosix VsockChannelEvents.swift
[199/226] Compiling NIOPosix IO.swift
[200/226] Compiling NIOPosix IntegerBitPacking.swift
[201/226] Compiling NIOPosix IntegerTypes.swift
[202/226] Compiling NIOPosix Linux.swift
[203/226] Compiling NIOPosix LinuxCPUSet.swift
[204/226] Compiling NIOPosix LinuxUring.swift
[205/226] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[206/226] Compiling NIOPosix NIOThreadPool.swift
[207/226] Compiling NIOPosix NonBlockingFileIO.swift
[208/226] Compiling NIOPosix PendingDatagramWritesManager.swift
[209/226] Compiling NIOPosix PendingWritesManager.swift
[210/226] Compiling NIOPosix PipeChannel.swift
[211/226] Compiling NIOPosix PipePair.swift
[212/226] Compiling NIOPosix Pool.swift
[213/226] Compiling NIOPosix BSDSocketAPICommon.swift
[214/226] Compiling NIOPosix BSDSocketAPIPosix.swift
[215/226] Compiling NIOPosix BSDSocketAPIWindows.swift
[216/226] Compiling NIOPosix BaseSocket.swift
[217/226] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[218/226] Compiling NIOPosix BaseSocketChannel.swift
[219/226] Compiling NIOPosix BaseStreamSocketChannel.swift
[220/226] Compiling NIOPosix Bootstrap.swift
[221/226] Compiling NIOPosix ControlMessage.swift
[222/226] Compiling NIOPosix DatagramVectorReadManager.swift
[223/226] Compiling NIOPosix Errors+Any.swift
[224/226] Compiling NIOPosix FileDescriptor.swift
[225/226] Compiling NIOPosix GetaddrinfoResolver.swift
[226/226] Compiling NIOPosix HappyEyeballs.swift
[228/229] Compiling NIO Exports.swift
[229/229] Emitting module NIO
[231/235] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[232/235] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[233/235] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[234/235] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[235/235] Emitting module NIOFoundationCompat
[237/247] Compiling ByteCoding String+ByteCodable.swift
[238/248] Compiling ByteCoding Data+ByteCodable.swift
[239/248] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[240/248] Compiling ByteCoding Float+ByteCodable.swift
[241/248] Compiling ByteCoding PrimitiveByteCodable.swift
[242/248] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[243/248] Compiling ByteCoding ByteCodable+Deprecated.swift
[244/248] Compiling ByteCoding ByteCodable.swift
[245/248] Emitting module ByteCoding
[246/248] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[247/248] Compiling ByteCoding Bool+ByteCodable.swift
[248/248] Compiling ByteCoding Data+HexString.swift
[250/257] Emitting module XCTByteCoding
[251/257] Compiling XCTByteCoding TestIdentity.swift
[253/258] Emitting module ByteCodingTesting
[254/258] Compiling ByteCodingTesting TestIdentity.swift
[255/258] Compiling SpeziNumerics ByteBuffer+Int24.swift
[257/259] Compiling SpeziNumerics MedFloatImpl.swift
[258/259] Emitting module SpeziNumerics
[259/259] Compiling SpeziNumerics MedFloat.swift
Build complete! (82.60s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.