Build Information
Successful build of compress-nio, reference main (e1caa1
), with Swift 5.10 for macOS (SPM) on 9 Mar 2025 08:50:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/compress-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adam-fowler/compress-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e1caa19 Only assert on STREAM ERROR
Cloned https://github.com/adam-fowler/compress-nio.git
Revision (git rev-parse @):
e1caa19077dda4b00441142ef57da3db02acd466
SUCCESS checkout https://github.com/adam-fowler/compress-nio.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/adam-fowler/compress-nio.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/19] Write sources
[7/19] Write swift-version-33747A42983211AE.txt
[8/19] Compiling CNIOWASI CNIOWASI.c
[8/19] Compiling CNIOWindows WSAStartup.c
[8/19] Compiling CNIOWindows shim.c
[11/19] Compiling CNIOLinux liburing_shims.c
[12/19] Compiling CNIOLinux shim.c
[13/19] Write sources
[14/19] Compiling CCompressZlib empty.c
[15/43] Compiling _AtomicsShims.c
[16/43] Compiling CNIODarwin shim.c
[18/62] Compiling Atomics UnsafeAtomic.swift
[19/62] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/62] Compiling Atomics AtomicMemoryOrderings.swift
[21/62] Compiling Atomics DoubleWord.swift
[22/62] Compiling Atomics AtomicOptionalWrappable.swift
[23/62] Compiling Atomics AtomicReference.swift
[24/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/62] Compiling Atomics ManagedAtomic.swift
[26/62] Compiling Atomics ManagedAtomicLazyReference.swift
[27/63] Compiling Atomics AtomicBool.swift
[28/63] Compiling Atomics IntegerConformances.swift
[29/63] Compiling Atomics PointerConformances.swift
[30/63] Compiling Atomics Primitives.native.swift
[31/63] Compiling Atomics OptionalRawRepresentable.swift
[32/63] Compiling Atomics RawRepresentable.swift
[33/63] Emitting module InternalCollectionsUtilities
[34/63] Compiling Atomics Primitives.shims.swift
[35/63] Compiling Atomics AtomicInteger.swift
[36/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/63] Emitting module _NIOBase64
[38/63] Compiling _NIOBase64 Base64.swift
[39/79] Compiling DequeModule _DequeBufferHeader.swift
[40/79] Compiling DequeModule _DequeSlot.swift
[41/80] Compiling DequeModule _DequeBuffer.swift
[42/80] Compiling DequeModule _UnsafeWrappedBuffer.swift
[43/80] Compiling _NIODataStructures _TinyArray.swift
[44/80] Emitting module _NIODataStructures
[45/80] Compiling DequeModule Deque+Testing.swift
[46/80] Compiling DequeModule Deque._Storage.swift
[47/80] Compiling DequeModule Deque+Equatable.swift
[48/80] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[49/80] Compiling DequeModule Deque+Extras.swift
[50/80] Compiling DequeModule Deque+Hashable.swift
[51/80] Compiling DequeModule Deque._UnsafeHandle.swift
[52/80] Compiling DequeModule Deque.swift
[53/80] Compiling _NIODataStructures PriorityQueue.swift
[54/80] Compiling _NIODataStructures Heap.swift
[55/80] Compiling DequeModule Deque+CustomReflectable.swift
[56/80] Compiling DequeModule Deque+Descriptions.swift
[57/80] Compiling DequeModule Deque+Codable.swift
[58/80] Compiling DequeModule Deque+Collection.swift
[59/80] Emitting module DequeModule
[68/80] Compiling Atomics AtomicStorage.swift
[69/80] Compiling Atomics AtomicValue.swift
[70/82] Compiling Atomics IntegerOperations.swift
[71/82] Compiling Atomics Unmanaged extensions.swift
[71/82] Compiling c-nioatomics.c
[72/82] Compiling c-atomics.c
[82/82] Emitting module Atomics
[83/88] Compiling NIOConcurrencyHelpers lock.swift
[84/88] Compiling NIOConcurrencyHelpers NIOLock.swift
[85/88] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/88] Compiling NIOConcurrencyHelpers atomics.swift
[87/88] Emitting module NIOConcurrencyHelpers
[88/88] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/149] Compiling NIOCore Interfaces.swift
[90/149] Compiling NIOCore Linux.swift
[91/149] Compiling NIOCore MarkedCircularBuffer.swift
[92/149] Compiling NIOCore MulticastChannel.swift
[93/149] Compiling NIOCore NIOAny.swift
[94/149] Compiling NIOCore NIOCloseOnErrorHandler.swift
[95/155] Compiling NIOCore NIOLoopBound.swift
[96/155] Compiling NIOCore NIOScheduledCallback.swift
[97/155] Compiling NIOCore NIOSendable.swift
[98/155] Compiling NIOCore RecvByteBufferAllocator.swift
[99/155] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[100/155] Compiling NIOCore SocketAddresses.swift
[101/155] Compiling NIOCore AddressedEnvelope.swift
[102/155] Compiling NIOCore AsyncAwaitSupport.swift
[103/155] Compiling NIOCore AsyncChannel.swift
[104/155] Compiling NIOCore AsyncChannelHandler.swift
[105/155] Compiling NIOCore AsyncChannelInboundStream.swift
[106/155] Compiling NIOCore AsyncChannelOutboundWriter.swift
[107/155] Compiling NIOCore NIOAsyncSequenceProducer.swift
[108/155] Compiling NIOCore SocketOptionProvider.swift
[109/155] Compiling NIOCore SystemCallHelpers.swift
[110/155] Compiling NIOCore TimeAmount+Duration.swift
[111/155] Compiling NIOCore TypeAssistedChannelHandler.swift
[112/155] Compiling NIOCore UniversalBootstrapSupport.swift
[113/155] Compiling NIOCore Utilities.swift
[114/155] Compiling NIOCore Codec.swift
[115/155] Compiling NIOCore ConvenienceOptionSupport.swift
[116/155] Compiling NIOCore DeadChannel.swift
[117/155] Compiling NIOCore DispatchQueue+WithFuture.swift
[118/155] Compiling NIOCore EventLoop+Deprecated.swift
[119/155] Compiling NIOCore EventLoop+SerialExecutor.swift
[120/155] Compiling NIOCore EventLoop.swift
[121/155] Compiling NIOCore Channel.swift
[122/155] Compiling NIOCore ChannelHandler.swift
[123/155] Compiling NIOCore ChannelHandlers.swift
[124/155] Compiling NIOCore ChannelInvoker.swift
[125/155] Compiling NIOCore ChannelOption.swift
[126/155] Compiling NIOCore ChannelPipeline.swift
[127/155] Compiling NIOCore CircularBuffer.swift
[128/155] Compiling NIOCore GlobalSingletons.swift
[129/155] Compiling NIOCore IO.swift
[130/155] Compiling NIOCore IOData.swift
[131/155] Compiling NIOCore IPProtocol.swift
[132/155] Compiling NIOCore IntegerBitPacking.swift
[133/155] Compiling NIOCore IntegerTypes.swift
[134/155] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[135/155] Compiling NIOCore EventLoopFuture+Deprecated.swift
[136/155] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[137/155] Compiling NIOCore EventLoopFuture.swift
[138/155] Compiling NIOCore FileDescriptor.swift
[139/155] Compiling NIOCore FileHandle.swift
[140/155] Compiling NIOCore FileRegion.swift
[141/155] Compiling NIOCore ByteBuffer-core.swift
[142/155] Compiling NIOCore ByteBuffer-hex.swift
[143/155] Compiling NIOCore ByteBuffer-int.swift
[144/155] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[145/155] Compiling NIOCore ByteBuffer-multi-int.swift
[146/155] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[147/155] Compiling NIOCore ByteBuffer-views.swift
[148/155] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[149/155] Compiling NIOCore NIOAsyncWriter.swift
[150/155] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/155] Compiling NIOCore BSDSocketAPI.swift
[152/155] Compiling NIOCore ByteBuffer-aux.swift
[153/155] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/155] Compiling NIOCore ByteBuffer-conversions.swift
[155/155] Emitting module NIOCore
[156/165] Compiling CompressNIO Zlib.swift
[157/165] Compiling CompressNIO CompressionAlgorithm.swift
[158/165] Compiling CompressNIO Error.swift
[159/165] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[160/165] Emitting module CompressNIO
[161/165] Compiling CompressNIO ByteBuffer+decompress.swift
[162/165] Compiling CompressNIO ZlibWrapper.swift
[163/165] Compiling CompressNIO Compressor.swift
[164/165] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[165/165] Compiling CompressNIO ByteBuffer+compress.swift
Build complete! (18.77s)
Fetching https://github.com/apple/swift-nio.git
[1/73983] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.41s)
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/4209] Fetching swift-system
[128/5914] Fetching swift-system, swift-atomics
[306/21798] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.77s)
Fetched https://github.com/apple/swift-system.git from cache (1.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.56s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-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-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
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.40.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "compress-nio",
"name" : "compress-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CompressNIO",
"targets" : [
"CompressNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CompressNIOTests",
"module_type" : "SwiftTarget",
"name" : "CompressNIOTests",
"path" : "Tests/CompressNIOTests",
"sources" : [
"NIOCompressTests.swift",
"ZlibCompressTests.swift"
],
"target_dependencies" : [
"CompressNIO"
],
"type" : "test"
},
{
"c99name" : "CompressNIO",
"module_type" : "SwiftTarget",
"name" : "CompressNIO",
"path" : "Sources/CompressNIO",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"CompressNIO"
],
"sources" : [
"ByteBuffer+compress.swift",
"ByteBuffer+decompress.swift",
"CompressionAlgorithm.swift",
"Compressor.swift",
"Error.swift",
"zlib/ByteBuffer+zlib+compress.swift",
"zlib/ByteBuffer+zlib+decompress.swift",
"zlib/Zlib.swift",
"zlib/ZlibWrapper.swift"
],
"target_dependencies" : [
"CCompressZlib"
],
"type" : "library"
},
{
"c99name" : "CCompressZlib",
"module_type" : "ClangTarget",
"name" : "CCompressZlib",
"path" : "Sources/CCompressZlib",
"product_memberships" : [
"CompressNIO"
],
"sources" : [
"empty.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.