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 main (098e78), with Swift 6.1 for Android on 30 May 2025 12:39:23 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-numerics.git
Fetching https://github.com/apple/swift-nio.git
[1/5706] Fetching swift-numerics
[5707/81817] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (7.83s)
Fetched https://github.com/apple/swift-nio.git from cache (7.93s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (10.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.52s)
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/1710] Fetching swift-atomics
[53/6101] Fetching swift-atomics, swift-system
[2523/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.40s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.90s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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
Building for debugging...
[0/25] Write sources
[12/25] Compiling CNIOWindows WSAStartup.c
[13/25] Compiling CNIOWASI CNIOWASI.c
[14/25] Compiling _AtomicsShims.c
[14/25] Write sources
[18/25] Compiling CNIOWindows shim.c
[18/25] Compiling CNIOLinux liburing_shims.c
[20/25] Compiling CNIOLinux shim.c
[21/25] Compiling CNIODarwin shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[24/64] Emitting module _NIOBase64
[25/64] Compiling _NIOBase64 Base64.swift
[26/65] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/65] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/65] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/65] Compiling Atomics UnsafeAtomic.swift
[30/65] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/67] Compiling _NIODataStructures Heap.swift
[32/67] Compiling _NIODataStructures PriorityQueue.swift
[33/67] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/67] Compiling InternalCollectionsUtilities Debugging.swift
[35/67] Emitting module InternalCollectionsUtilities
[36/67] Compiling InternalCollectionsUtilities Descriptions.swift
[37/67] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[38/67] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/67] Compiling c-nioatomics.c
[40/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/68] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/68] Emitting module _NIODataStructures
[45/68] Compiling _NIODataStructures _TinyArray.swift
[46/69] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/69] Compiling InternalCollectionsUtilities Integer rank.swift
[48/69] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/69] Compiling Atomics ManagedAtomic.swift
[51/69] Compiling Atomics ManagedAtomicLazyReference.swift
[55/69] Compiling Atomics AtomicMemoryOrderings.swift
[56/69] Compiling Atomics DoubleWord.swift
[58/69] Emitting module Atomics
[66/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/70] Compiling Atomics IntegerOperations.swift
[68/70] Compiling Atomics Unmanaged extensions.swift
[71/86] Compiling DequeModule _DequeBuffer.swift
[72/86] Compiling DequeModule _DequeBufferHeader.swift
[73/88] Compiling DequeModule Deque+Equatable.swift
[74/88] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/88] Compiling DequeModule Deque+CustomReflectable.swift
[76/88] Compiling DequeModule Deque+Descriptions.swift
[77/88] Compiling DequeModule Deque+Codable.swift
[78/88] Compiling DequeModule Deque+Collection.swift
[79/88] Compiling DequeModule _DequeSlot.swift
[80/88] Compiling DequeModule _UnsafeWrappedBuffer.swift
[81/88] Compiling DequeModule Deque+Testing.swift
[82/88] Compiling DequeModule Deque._Storage.swift
[83/88] Compiling DequeModule Deque._UnsafeHandle.swift
[84/88] Compiling DequeModule Deque.swift
[85/88] Compiling DequeModule Deque+Extras.swift
[86/88] Compiling DequeModule Deque+Hashable.swift
[87/88] Emitting module DequeModule
[87/89] Compiling c-atomics.c
[90/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[91/95] Emitting module NIOConcurrencyHelpers
[92/95] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/95] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[94/95] Compiling NIOConcurrencyHelpers lock.swift
[95/95] Compiling NIOConcurrencyHelpers atomics.swift
[97/156] Compiling NIOCore AddressedEnvelope.swift
[98/156] Compiling NIOCore AsyncAwaitSupport.swift
[99/156] Compiling NIOCore AsyncChannel.swift
[100/156] Compiling NIOCore AsyncChannelHandler.swift
[101/156] Compiling NIOCore AsyncChannelInboundStream.swift
[102/156] Compiling NIOCore AsyncChannelOutboundWriter.swift
[103/156] Compiling NIOCore NIOAsyncSequenceProducer.swift
[104/156] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[105/156] Compiling NIOCore NIOAsyncWriter.swift
[106/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/164] Compiling NIOCore EventLoopFuture.swift
[110/164] Compiling NIOCore FileDescriptor.swift
[111/164] Compiling NIOCore FileHandle.swift
[112/164] Compiling NIOCore FileRegion.swift
[113/164] Compiling NIOCore GlobalSingletons.swift
[114/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[115/164] Compiling NIOCore BSDSocketAPI.swift
[116/164] Compiling NIOCore ByteBuffer-aux.swift
[117/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[118/164] Compiling NIOCore ByteBuffer-conversions.swift
[119/164] Compiling NIOCore ByteBuffer-core.swift
[120/164] Compiling NIOCore ByteBuffer-hex.swift
[121/164] Compiling NIOCore ByteBuffer-int.swift
[122/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[123/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[124/164] Compiling NIOCore SocketAddresses.swift
[125/164] Compiling NIOCore SocketOptionProvider.swift
[126/164] Compiling NIOCore SystemCallHelpers.swift
[127/164] Compiling NIOCore TimeAmount+Duration.swift
[128/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[129/164] Compiling NIOCore UniversalBootstrapSupport.swift
[130/164] Compiling NIOCore Utilities.swift
[131/164] Compiling NIOCore ByteBuffer-multi-int.swift
[132/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[133/164] Compiling NIOCore ByteBuffer-views.swift
[134/164] Compiling NIOCore Channel.swift
[135/164] Compiling NIOCore ChannelHandler.swift
[136/164] Compiling NIOCore ChannelHandlers.swift
[137/164] Compiling NIOCore ChannelInvoker.swift
[138/164] Compiling NIOCore ChannelOption.swift
[139/164] Compiling NIOCore ChannelPipeline.swift
[140/164] Compiling NIOCore MulticastChannel.swift
[141/164] Compiling NIOCore NIOAny.swift
[142/164] Compiling NIOCore NIOCloseOnErrorHandler.swift
[143/164] Compiling NIOCore NIOLoopBound.swift
[144/164] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[145/164] Compiling NIOCore NIOScheduledCallback.swift
[146/164] Compiling NIOCore NIOSendable.swift
[147/164] Compiling NIOCore RecvByteBufferAllocator.swift
[148/164] Compiling NIOCore CircularBuffer.swift
[149/164] Compiling NIOCore Codec.swift
[150/164] Compiling NIOCore ConvenienceOptionSupport.swift
[151/164] Compiling NIOCore DeadChannel.swift
[152/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[153/164] Compiling NIOCore EventLoop+Deprecated.swift
[154/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[155/164] Compiling NIOCore EventLoop.swift
[156/164] Compiling NIOCore IO.swift
[157/164] Compiling NIOCore IOData.swift
[158/164] Compiling NIOCore IPProtocol.swift
[159/164] Compiling NIOCore IntegerBitPacking.swift
[160/164] Compiling NIOCore IntegerTypes.swift
[161/164] Compiling NIOCore Interfaces.swift
[162/164] Compiling NIOCore Linux.swift
[163/164] Compiling NIOCore MarkedCircularBuffer.swift
[164/164] Emitting module NIOCore
[166/215] Emitting module NIOEmbedded
[167/215] Compiling NIOEmbedded AsyncTestingChannel.swift
[168/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[169/215] Compiling NIOEmbedded Embedded.swift
[170/216] Compiling NIOPosix IO.swift
[171/216] Compiling NIOPosix IntegerBitPacking.swift
[172/216] Compiling NIOPosix IntegerTypes.swift
[173/216] Compiling NIOPosix Linux.swift
[174/216] Compiling NIOPosix LinuxCPUSet.swift
[175/216] Compiling NIOPosix LinuxUring.swift
[176/216] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[178/222] Compiling NIOPosix ThreadPosix.swift
[179/222] Compiling NIOPosix ThreadWindows.swift
[180/222] Compiling NIOPosix UnsafeTransfer.swift
[181/222] Compiling NIOPosix Utilities.swift
[182/222] Compiling NIOPosix VsockAddress.swift
[183/222] Compiling NIOPosix VsockChannelEvents.swift
[184/222] Compiling NIOPosix Pool.swift
[185/222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[186/222] Compiling NIOPosix PosixSingletons.swift
[187/222] Compiling NIOPosix RawSocketBootstrap.swift
[188/222] Compiling NIOPosix Resolver.swift
[189/222] Compiling NIOPosix Selectable.swift
[190/222] Emitting module NIOPosix
[191/222] Compiling NIOPosix SelectableChannel.swift
[192/222] Compiling NIOPosix SelectableEventLoop.swift
[193/222] Compiling NIOPosix SelectorEpoll.swift
[194/222] Compiling NIOPosix SelectorGeneric.swift
[195/222] Compiling NIOPosix SelectorKqueue.swift
[196/222] Compiling NIOPosix SelectorUring.swift
[197/222] Compiling NIOPosix ServerSocket.swift
[198/222] Compiling NIOPosix Socket.swift
[199/222] Compiling NIOPosix SocketChannel.swift
[200/222] Compiling NIOPosix SocketProtocols.swift
[201/222] Compiling NIOPosix System.swift
[202/222] Compiling NIOPosix Thread.swift
[203/222] Compiling NIOPosix BSDSocketAPICommon.swift
[204/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[205/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[206/222] Compiling NIOPosix BaseSocket.swift
[207/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[208/222] Compiling NIOPosix BaseSocketChannel.swift
[209/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[210/222] Compiling NIOPosix Bootstrap.swift
[211/222] Compiling NIOPosix ControlMessage.swift
[212/222] Compiling NIOPosix DatagramVectorReadManager.swift
[213/222] Compiling NIOPosix Errors+Any.swift
[214/222] Compiling NIOPosix FileDescriptor.swift
[215/222] Compiling NIOPosix GetaddrinfoResolver.swift
[216/222] Compiling NIOPosix HappyEyeballs.swift
[217/222] Compiling NIOPosix NIOThreadPool.swift
[218/222] Compiling NIOPosix NonBlockingFileIO.swift
[219/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[220/222] Compiling NIOPosix PendingWritesManager.swift
[221/222] Compiling NIOPosix PipeChannel.swift
[222/222] Compiling NIOPosix PipePair.swift
[224/225] Emitting module NIO
[225/225] Compiling NIO Exports.swift
[227/231] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[228/231] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[229/231] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[230/231] Emitting module NIOFoundationCompat
[231/231] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/243] Compiling ByteCoding String+ByteCodable.swift
[234/244] Compiling ByteCoding ByteCodable+Deprecated.swift
[235/244] Compiling ByteCoding ByteCodable.swift
[236/244] Compiling ByteCoding PrimitiveByteCodable.swift
[237/244] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[238/244] Emitting module ByteCoding
[239/244] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[240/244] Compiling ByteCoding Bool+ByteCodable.swift
[241/244] Compiling ByteCoding Data+ByteCodable.swift
[242/244] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[243/244] Compiling ByteCoding Float+ByteCodable.swift
[244/244] Compiling ByteCoding Data+HexString.swift
[246/253] Compiling ByteCodingTesting TestIdentity.swift
[247/253] Emitting module ByteCodingTesting
[248/253] Emitting module XCTByteCoding
[249/253] Compiling XCTByteCoding TestIdentity.swift
[252/255] Emitting module SpeziNumerics
[253/255] Compiling SpeziNumerics ByteBuffer+Int24.swift
[254/255] Compiling SpeziNumerics MedFloat.swift
[255/255] Compiling SpeziNumerics MedFloatImpl.swift
Build complete! (92.74s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.