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.1 for Linux on 30 Apr 2025 20:34:29 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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.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-0":/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-nio.git
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
[4824/81243] Fetching swift-numerics, swift-nio
[4767/5674] Fetching swift-numerics
[4881/81243] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
[3779/75569] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (14.10s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.72s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[1879/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
[2929/16269] Fetching swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-collections.git from cache (2.22s)
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.25s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Building for debugging...
[0/25] Write sources
[12/25] Compiling CNIOWindows shim.c
[12/25] Compiling CNIOWindows WSAStartup.c
[14/25] Compiling CNIODarwin shim.c
[14/25] Write sources
[15/25] Compiling CNIOWASI CNIOWASI.c
[19/25] Compiling _AtomicsShims.c
[20/25] Compiling CNIOLinux liburing_shims.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/67] Compiling Atomics Primitives.shims.swift
[25/67] Compiling Atomics AtomicInteger.swift
[26/67] Compiling Atomics AtomicOptionalWrappable.swift
[27/69] Compiling Atomics AtomicStorage.swift
[28/69] Compiling Atomics AtomicValue.swift
[29/69] Emitting module Atomics
[30/71] Compiling Atomics Primitives.native.swift
[31/71] Compiling Atomics OptionalRawRepresentable.swift
[32/71] Compiling Atomics IntegerConformances.swift
[33/71] Compiling Atomics PointerConformances.swift
[37/71] Compiling Atomics UnsafeAtomic.swift
[38/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[40/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/71] Compiling Atomics ManagedAtomic.swift
[42/71] Compiling Atomics ManagedAtomicLazyReference.swift
[42/71] Compiling c-nioatomics.c
[48/71] Emitting module InternalCollectionsUtilities
[49/71] Compiling Atomics RawRepresentable.swift
[50/71] Compiling Atomics AtomicBool.swift
[51/71] Compiling Atomics AtomicReference.swift
[55/71] Emitting module _NIOBase64
[56/71] Compiling _NIOBase64 Base64.swift
[57/72] Compiling _NIODataStructures PriorityQueue.swift
[58/72] Compiling _NIODataStructures _TinyArray.swift
[69/73] Compiling Atomics IntegerOperations.swift
[70/73] Compiling Atomics Unmanaged extensions.swift
[72/89] Compiling DequeModule _DequeBuffer.swift
[73/89] Compiling DequeModule _DequeBufferHeader.swift
[74/91] Compiling DequeModule Deque+CustomReflectable.swift
[75/91] Compiling DequeModule Deque+Descriptions.swift
[76/91] Emitting module _NIODataStructures
[77/91] Compiling _NIODataStructures Heap.swift
[77/91] Compiling c-atomics.c
[80/98] Compiling DequeModule _DequeSlot.swift
[81/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/98] Compiling DequeModule Deque+Testing.swift
[83/98] Compiling DequeModule Deque._Storage.swift
[84/98] Compiling DequeModule Deque+Extras.swift
[85/98] Compiling DequeModule Deque+Hashable.swift
[86/98] Compiling DequeModule Deque._UnsafeHandle.swift
[87/98] Compiling DequeModule Deque.swift
[88/98] Compiling DequeModule Deque+Equatable.swift
[89/98] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/98] Compiling DequeModule Deque+Codable.swift
[91/98] Compiling DequeModule Deque+Collection.swift
[92/98] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/98] Compiling NIOConcurrencyHelpers lock.swift
[94/98] Emitting module DequeModule
[95/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[97/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[98/99] Emitting module NIOConcurrencyHelpers
[99/99] Compiling NIOConcurrencyHelpers atomics.swift
[101/159] Compiling NIOCore EventLoop.swift
[102/159] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[103/159] Compiling NIOCore EventLoopFuture+Deprecated.swift
[104/159] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[105/159] Compiling NIOCore EventLoopFuture.swift
[106/159] Compiling NIOCore FileDescriptor.swift
[107/159] Compiling NIOCore FileHandle.swift
[108/159] Compiling NIOCore FileRegion.swift
[109/167] Compiling NIOCore AddressedEnvelope.swift
[110/167] Compiling NIOCore AsyncAwaitSupport.swift
[111/167] Compiling NIOCore AsyncChannel.swift
[112/167] Compiling NIOCore AsyncChannelHandler.swift
[113/167] Compiling NIOCore AsyncChannelInboundStream.swift
[114/167] Compiling NIOCore AsyncChannelOutboundWriter.swift
[115/167] Compiling NIOCore NIOAsyncSequenceProducer.swift
[116/167] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[117/167] Compiling NIOCore NIOAsyncWriter.swift
[118/167] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[119/167] Compiling NIOCore BSDSocketAPI.swift
[120/167] Compiling NIOCore ByteBuffer-aux.swift
[121/167] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[122/167] Compiling NIOCore ByteBuffer-conversions.swift
[123/167] Compiling NIOCore ByteBuffer-core.swift
[124/167] Compiling NIOCore ByteBuffer-hex.swift
[125/167] Compiling NIOCore ByteBuffer-int.swift
[126/167] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[127/167] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[128/167] Compiling NIOCore SocketAddresses.swift
[129/167] Compiling NIOCore SocketOptionProvider.swift
[130/167] Compiling NIOCore SystemCallHelpers.swift
[131/167] Compiling NIOCore TimeAmount+Duration.swift
[132/167] Compiling NIOCore TypeAssistedChannelHandler.swift
[133/167] Compiling NIOCore UniversalBootstrapSupport.swift
[134/167] Compiling NIOCore Utilities.swift
[135/167] Compiling NIOCore ChannelPipeline.swift
[136/167] Compiling NIOCore CircularBuffer.swift
[137/167] Compiling NIOCore Codec.swift
[138/167] Compiling NIOCore ConvenienceOptionSupport.swift
[139/167] Compiling NIOCore DeadChannel.swift
[140/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[141/167] Compiling NIOCore EventLoop+Deprecated.swift
[142/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[143/167] Compiling NIOCore MarkedCircularBuffer.swift
[144/167] Compiling NIOCore MulticastChannel.swift
[145/167] Compiling NIOCore NIOAny.swift
[146/167] Compiling NIOCore NIOCloseOnErrorHandler.swift
[147/167] Compiling NIOCore NIOLoopBound.swift
[148/167] Compiling NIOCore NIOScheduledCallback.swift
[149/167] Compiling NIOCore NIOSendable.swift
[150/167] Compiling NIOCore RecvByteBufferAllocator.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 NIOEmbedded AsyncTestingChannel.swift
[170/219] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/219] Emitting module NIOEmbedded
[172/219] Compiling NIOEmbedded Embedded.swift
[174/220] Emitting module NIOPosix
[175/226] Compiling NIOPosix IO.swift
[176/226] Compiling NIOPosix IntegerBitPacking.swift
[177/226] Compiling NIOPosix IntegerTypes.swift
[178/226] Compiling NIOPosix Linux.swift
[179/226] Compiling NIOPosix LinuxCPUSet.swift
[180/226] Compiling NIOPosix LinuxUring.swift
[181/226] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[182/226] Compiling NIOPosix SelectableChannel.swift
[183/226] Compiling NIOPosix SelectableEventLoop.swift
[184/226] Compiling NIOPosix SelectorEpoll.swift
[185/226] Compiling NIOPosix SelectorGeneric.swift
[186/226] Compiling NIOPosix SelectorKqueue.swift
[187/226] Compiling NIOPosix SelectorUring.swift
[188/226] Compiling NIOPosix ServerSocket.swift
[189/226] Compiling NIOPosix Socket.swift
[190/226] Compiling NIOPosix SocketChannel.swift
[191/226] Compiling NIOPosix SocketProtocols.swift
[192/226] Compiling NIOPosix System.swift
[193/226] Compiling NIOPosix Thread.swift
[194/226] Compiling NIOPosix PooledRecvBufferAllocator.swift
[195/226] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[196/226] Compiling NIOPosix PosixSingletons.swift
[197/226] Compiling NIOPosix RawSocketBootstrap.swift
[198/226] Compiling NIOPosix Resolver.swift
[199/226] Compiling NIOPosix Selectable.swift
[200/226] Compiling NIOPosix ThreadPosix.swift
[201/226] Compiling NIOPosix ThreadWindows.swift
[202/226] Compiling NIOPosix UnsafeTransfer.swift
[203/226] Compiling NIOPosix Utilities.swift
[204/226] Compiling NIOPosix VsockAddress.swift
[205/226] Compiling NIOPosix VsockChannelEvents.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] Emitting module NIO
[229/229] Compiling NIO Exports.swift
[231/235] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[232/235] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[233/235] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[234/235] Emitting module NIOFoundationCompat
[235/235] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[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 ByteCodable+Deprecated.swift
[244/248] Compiling ByteCoding ByteCodable.swift
[245/248] Emitting module ByteCoding
[246/248] Compiling ByteCoding PrimitiveByteCodable.swift
[247/248] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[248/248] Compiling ByteCoding Data+HexString.swift
[250/257] Emitting module XCTByteCoding
[251/257] Compiling XCTByteCoding TestIdentity.swift
[252/258] Emitting module ByteCodingTesting
[253/258] Compiling ByteCodingTesting TestIdentity.swift
[256/259] Emitting module SpeziNumerics
[257/259] Compiling SpeziNumerics ByteBuffer+Int24.swift
[258/259] Compiling SpeziNumerics MedFloatImpl.swift
[259/259] Compiling SpeziNumerics MedFloat.swift
Build complete! (71.61s)
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.