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 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-3":/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: 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:         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-3":/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-nio.git
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
[5707/81817] Fetching swift-numerics, swift-nio
Fetched https://github.com/apple/swift-numerics.git from cache (0.57s)
[3806/76111] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (11.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.16s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[133/6101] Fetching swift-system, swift-atomics
[993/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.50s)
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.19s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.88s)
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-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.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.5.0
Building for debugging...
[0/25] Write sources
[14/25] Compiling CNIODarwin shim.c
[15/25] Compiling CNIOWindows shim.c
[16/25] Compiling CNIOWindows WSAStartup.c
[16/25] Write sources
[16/25] Compiling CNIOWASI CNIOWASI.c
[16/25] Compiling _AtomicsShims.c
[20/25] Compiling CNIOLinux liburing_shims.c
[21/25] Compiling CNIOLinux shim.c
[22/25] Write swift-version-24593BA9C3E375BF.txt
[23/64] Compiling c-nioatomics.c
[25/64] Compiling Atomics OptionalRawRepresentable.swift
[26/64] Compiling Atomics RawRepresentable.swift
[27/64] Emitting module InternalCollectionsUtilities
[28/65] Emitting module _NIOBase64
[29/65] Compiling _NIOBase64 Base64.swift
[30/66] Compiling Atomics AtomicValue.swift
[31/66] Compiling Atomics IntegerConformances.swift
[32/66] Compiling _NIODataStructures PriorityQueue.swift
[33/66] Compiling _NIODataStructures _TinyArray.swift
[34/66] Compiling Atomics UnsafeAtomic.swift
[35/66] Compiling Atomics UnsafeAtomicLazyReference.swift
[36/66] Compiling Atomics AtomicInteger.swift
[37/66] Compiling Atomics AtomicOptionalWrappable.swift
[39/66] Compiling Atomics PointerConformances.swift
[40/66] Compiling Atomics Primitives.native.swift
[41/66] Compiling Atomics AtomicBool.swift
[42/66] Compiling Atomics Primitives.shims.swift
[43/66] Compiling Atomics AtomicReference.swift
[44/66] Compiling Atomics AtomicStorage.swift
[51/68] Emitting module Atomics
[58/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/68] Emitting module _NIODataStructures
[60/68] Compiling Atomics ManagedAtomic.swift
[61/68] Compiling Atomics ManagedAtomicLazyReference.swift
[62/68] Compiling Atomics AtomicMemoryOrderings.swift
[63/68] Compiling Atomics DoubleWord.swift
[64/68] Compiling _NIODataStructures Heap.swift
[66/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[68/70] Compiling Atomics IntegerOperations.swift
[69/70] Compiling Atomics Unmanaged extensions.swift
[70/71] Compiling c-atomics.c
[72/92] Compiling DequeModule Deque+CustomReflectable.swift
[73/92] Compiling DequeModule Deque+Descriptions.swift
[74/94] Compiling DequeModule Deque+Extras.swift
[75/94] Compiling DequeModule Deque+Hashable.swift
[76/94] Compiling DequeModule Deque+Equatable.swift
[77/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/94] Compiling DequeModule _DequeBuffer.swift
[79/94] Compiling DequeModule _DequeBufferHeader.swift
[80/94] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[81/94] Compiling DequeModule Deque+Testing.swift
[82/94] Compiling DequeModule Deque._Storage.swift
[83/94] Compiling DequeModule Deque._UnsafeHandle.swift
[84/94] Compiling DequeModule Deque.swift
[85/94] Compiling NIOConcurrencyHelpers lock.swift
[86/94] Compiling DequeModule _DequeSlot.swift
[87/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[88/94] Emitting module NIOConcurrencyHelpers
[89/94] Compiling DequeModule Deque+Codable.swift
[90/94] Compiling DequeModule Deque+Collection.swift
[91/94] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[92/94] Compiling NIOConcurrencyHelpers atomics.swift
[93/94] Compiling NIOConcurrencyHelpers NIOLock.swift
[94/95] Emitting module DequeModule
[97/156] Compiling NIOCore IO.swift
[98/156] Compiling NIOCore IOData.swift
[99/156] Compiling NIOCore IPProtocol.swift
[100/156] Compiling NIOCore IntegerBitPacking.swift
[101/156] Compiling NIOCore IntegerTypes.swift
[102/156] Compiling NIOCore Interfaces.swift
[103/156] Compiling NIOCore Linux.swift
[104/156] Compiling NIOCore MarkedCircularBuffer.swift
[105/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[106/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[107/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[108/164] Compiling NIOCore EventLoopFuture.swift
[109/164] Compiling NIOCore FileDescriptor.swift
[110/164] Compiling NIOCore FileHandle.swift
[111/164] Compiling NIOCore FileRegion.swift
[112/164] Compiling NIOCore GlobalSingletons.swift
[113/164] Compiling NIOCore MulticastChannel.swift
[114/164] Compiling NIOCore NIOAny.swift
[115/164] Compiling NIOCore NIOCloseOnErrorHandler.swift
[116/164] Compiling NIOCore NIOLoopBound.swift
[117/164] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[118/164] Compiling NIOCore NIOScheduledCallback.swift
[119/164] Compiling NIOCore NIOSendable.swift
[120/164] Compiling NIOCore RecvByteBufferAllocator.swift
[121/164] Compiling NIOCore CircularBuffer.swift
[122/164] Compiling NIOCore Codec.swift
[123/164] Compiling NIOCore ConvenienceOptionSupport.swift
[124/164] Compiling NIOCore DeadChannel.swift
[125/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[126/164] Compiling NIOCore EventLoop+Deprecated.swift
[127/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[128/164] Compiling NIOCore EventLoop.swift
[129/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[130/164] Compiling NIOCore BSDSocketAPI.swift
[131/164] Compiling NIOCore ByteBuffer-aux.swift
[132/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[133/164] Compiling NIOCore ByteBuffer-conversions.swift
[134/164] Compiling NIOCore ByteBuffer-core.swift
[135/164] Compiling NIOCore ByteBuffer-hex.swift
[136/164] Compiling NIOCore ByteBuffer-int.swift
[137/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[138/164] Compiling NIOCore AddressedEnvelope.swift
[139/164] Compiling NIOCore AsyncAwaitSupport.swift
[140/164] Compiling NIOCore AsyncChannel.swift
[141/164] Compiling NIOCore AsyncChannelHandler.swift
[142/164] Compiling NIOCore AsyncChannelInboundStream.swift
[143/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/164] Compiling NIOCore NIOAsyncWriter.swift
[147/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[148/164] Compiling NIOCore SocketAddresses.swift
[149/164] Compiling NIOCore SocketOptionProvider.swift
[150/164] Compiling NIOCore SystemCallHelpers.swift
[151/164] Compiling NIOCore TimeAmount+Duration.swift
[152/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[153/164] Compiling NIOCore UniversalBootstrapSupport.swift
[154/164] Compiling NIOCore Utilities.swift
[155/164] Compiling NIOCore ByteBuffer-multi-int.swift
[156/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[157/164] Compiling NIOCore ByteBuffer-views.swift
[158/164] Compiling NIOCore Channel.swift
[159/164] Compiling NIOCore ChannelHandler.swift
[160/164] Compiling NIOCore ChannelHandlers.swift
[161/164] Compiling NIOCore ChannelInvoker.swift
[162/164] Compiling NIOCore ChannelOption.swift
[163/164] Compiling NIOCore ChannelPipeline.swift
[164/164] Emitting module NIOCore
[166/215] Emitting module NIOEmbedded
[167/215] Compiling NIOEmbedded AsyncTestingChannel.swift
[168/215] Compiling NIOEmbedded Embedded.swift
[169/215] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[171/216] Compiling NIOPosix ServerSocket.swift
[172/216] Compiling NIOPosix Socket.swift
[173/216] Compiling NIOPosix SocketChannel.swift
[174/216] Compiling NIOPosix SocketProtocols.swift
[175/216] Compiling NIOPosix System.swift
[176/216] Compiling NIOPosix Thread.swift
[177/222] Compiling NIOPosix Pool.swift
[178/222] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[179/222] Compiling NIOPosix PosixSingletons.swift
[180/222] Compiling NIOPosix RawSocketBootstrap.swift
[181/222] Compiling NIOPosix Resolver.swift
[182/222] Compiling NIOPosix Selectable.swift
[183/222] Compiling NIOPosix SelectableChannel.swift
[184/222] Compiling NIOPosix SelectableEventLoop.swift
[185/222] Compiling NIOPosix SelectorEpoll.swift
[186/222] Compiling NIOPosix SelectorGeneric.swift
[187/222] Compiling NIOPosix SelectorKqueue.swift
[188/222] Compiling NIOPosix SelectorUring.swift
[189/222] Compiling NIOPosix ThreadPosix.swift
[190/222] Compiling NIOPosix ThreadWindows.swift
[191/222] Compiling NIOPosix UnsafeTransfer.swift
[192/222] Compiling NIOPosix Utilities.swift
[193/222] Compiling NIOPosix VsockAddress.swift
[194/222] Compiling NIOPosix VsockChannelEvents.swift
[195/222] Emitting module NIOPosix
[196/222] Compiling NIOPosix BSDSocketAPICommon.swift
[197/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[198/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[199/222] Compiling NIOPosix BaseSocket.swift
[200/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[201/222] Compiling NIOPosix BaseSocketChannel.swift
[202/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[203/222] Compiling NIOPosix IO.swift
[204/222] Compiling NIOPosix IntegerBitPacking.swift
[205/222] Compiling NIOPosix IntegerTypes.swift
[206/222] Compiling NIOPosix Linux.swift
[207/222] Compiling NIOPosix LinuxCPUSet.swift
[208/222] Compiling NIOPosix LinuxUring.swift
[209/222] Compiling NIOPosix MultiThreadedEventLoopGroup.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] Emitting module NIOFoundationCompat
[228/231] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[229/231] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[230/231] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[231/231] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[233/243] Compiling ByteCoding String+ByteCodable.swift
[234/244] Compiling ByteCoding Data+ByteCodable.swift
[235/244] Compiling ByteCoding RawRepresentable+PrimitiveByteCodable.swift
[236/244] Compiling ByteCoding Bool+ByteCodable.swift
[237/244] Compiling ByteCoding PrimitiveByteCodable.swift
[238/244] Compiling ByteCoding RawRepresentable+ByteCodable.swift
[239/244] Emitting module ByteCoding
[240/244] Compiling ByteCoding ByteCodable+Deprecated.swift
[241/244] Compiling ByteCoding ByteCodable.swift
[242/244] Compiling ByteCoding Float+ByteCodable.swift
[243/244] Compiling ByteCoding FixedWithInteger+ByteCodable.swift
[244/244] Compiling ByteCoding Data+HexString.swift
[246/253] Emitting module ByteCodingTesting
[247/253] Compiling XCTByteCoding TestIdentity.swift
[248/253] Emitting module XCTByteCoding
[250/254] Compiling ByteCodingTesting TestIdentity.swift
[252/255] Compiling SpeziNumerics ByteBuffer+Int24.swift
[253/255] Compiling SpeziNumerics MedFloat.swift
[254/255] Emitting module SpeziNumerics
[255/255] Compiling SpeziNumerics MedFloatImpl.swift
Build complete! (91.48s)
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.