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

Failed to build OSCCore, reference 0.11.1 (b8119a), with Swift 6.1 for Android on 28 May 2025 05:52:25 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segabor/osccore.git
Reference: 0.11.1
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/segabor/osccore
 * tag               0.11.1     -> FETCH_HEAD
HEAD is now at b8119a0 Upgrade Swift toolchain version
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
b8119a02adfe177005378a15d2a333042936d9bb
SUCCESS checkout https://github.com/segabor/osccore.git at 0.11.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/segabor/osccore.git
https://github.com/segabor/osccore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    }
  ],
  "manifest_display_name" : "OSCCore",
  "name" : "OSCCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OSCCore",
      "targets" : [
        "OSCCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BasicListener",
      "targets" : [
        "BasicListener"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OSCCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OSCCoreTests",
      "path" : "Tests/OSCCoreTests",
      "sources" : [
        "AddressMatcherTests.swift",
        "DispatcherTests.swift",
        "OSCBundleTests.swift",
        "OSCMessageTests.swift",
        "OSCTimeTagTests.swift",
        "ValueConversionTests.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OSCCore",
      "module_type" : "SwiftTarget",
      "name" : "OSCCore",
      "path" : "Source/OSCCore",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "OSCCore",
        "BasicListener"
      ],
      "sources" : [
        "conversion/Array+OSCMessageArgument.swift",
        "conversion/Bool+OSCConvertible.swift",
        "conversion/Byte.swift",
        "conversion/Character+OSCConvertible.swift",
        "conversion/Data+OSCMessageArgument.swift",
        "conversion/Double+OSCMessageArgument.swift",
        "conversion/Float+OSCMessageArgument.swift",
        "conversion/Int+OSCMessageArgument.swift",
        "conversion/MIDI+OSCMessageArgument.swift",
        "conversion/OSCBundle+OSCConvertible.swift",
        "conversion/OSCConvertible.swift",
        "conversion/OSCMessage+OSCConvertible.swift",
        "conversion/OSCMessageArgument.swift",
        "conversion/OSCSymbol+OSCMessageArgument.swift",
        "conversion/OSCTimeTag+OSCMessageArgument.swift",
        "conversion/RGBA+OSCMessageArgument.swift",
        "conversion/String+OSCMessageArgument.swift",
        "conversion/alignment.swift",
        "conversion/extract.swift",
        "conversion/helpers.swift",
        "dispatch/BasicMessageDispatcher.swift",
        "dispatch/OSCBundle+MessageEventHandler.swift",
        "dispatch/events.swift",
        "dispatch/matcher.swift",
        "nio/OSCPacketReader.swift",
        "types/MIDI.swift",
        "types/OSCBundle.swift",
        "types/OSCMessage.swift",
        "types/OSCSymbol.swift",
        "types/OSCTimeTag.swift",
        "types/RGBA.swift",
        "types/TypeTagValues.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BasicListener",
      "module_type" : "SwiftTarget",
      "name" : "BasicListener",
      "path" : "Source/BasicListener",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "BasicListener"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OSCCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (6.94s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (9.20s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1494/20982] Fetching swift-system, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
[3982/16591] Fetching swift-collections
[8629/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
Fetched https://github.com/apple/swift-collections.git from cache (1.24s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.74s)
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio 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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/36] Write sources
[10/36] Compiling CNIODarwin shim.c
[11/36] Compiling CNIOLinux liburing_shims.c
[12/36] Compiling CNIOWindows WSAStartup.c
[12/36] Compiling _AtomicsShims.c
[12/36] Write sources
[16/36] Compiling CNIOWASI CNIOWASI.c
[17/36] Compiling CNIOWindows shim.c
[18/36] Compiling CNIOLinux shim.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[21/75] Emitting module _NIOBase64
[22/75] Emitting module _NIODataStructures
[22/75] Compiling c-nioatomics.c
[24/75] Compiling _NIODataStructures _TinyArray.swift
[24/75] Compiling c-atomics.c
[26/75] Compiling _NIODataStructures PriorityQueue.swift
[27/81] Compiling Atomics AtomicMemoryOrderings.swift
[28/81] Compiling Atomics DoubleWord.swift
[29/83] Compiling Atomics OptionalRawRepresentable.swift
[30/83] Compiling Atomics RawRepresentable.swift
[31/83] Compiling Atomics AtomicBool.swift
[32/83] Compiling Atomics IntegerConformances.swift
[33/84] Compiling _NIOBase64 Base64.swift
[34/84] Compiling Atomics PointerConformances.swift
[35/84] Compiling Atomics Primitives.native.swift
[36/84] Emitting module InternalCollectionsUtilities
[37/85] Compiling Atomics UnsafeAtomic.swift
[38/85] Compiling Atomics UnsafeAtomicLazyReference.swift
[39/85] Compiling Atomics ManagedAtomic.swift
[40/85] Compiling Atomics ManagedAtomicLazyReference.swift
[42/85] Compiling Atomics Primitives.shims.swift
[43/85] Compiling Atomics AtomicInteger.swift
[44/85] Compiling Atomics AtomicOptionalWrappable.swift
[45/85] Compiling Atomics AtomicReference.swift
[46/85] Compiling Atomics AtomicStorage.swift
[47/85] Compiling Atomics AtomicValue.swift
[48/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/85] Emitting module Atomics
[61/85] Wrapping AST for _NIOBase64 for debugging
[63/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/86] Compiling Atomics IntegerOperations.swift
[66/86] Compiling Atomics Unmanaged extensions.swift
[67/87] Wrapping AST for InternalCollectionsUtilities for debugging
[69/102] Compiling NIOConcurrencyHelpers lock.swift
[70/102] Compiling _NIODataStructures Heap.swift
[71/103] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/103] Compiling NIOConcurrencyHelpers NIOLock.swift
[73/103] Emitting module NIOConcurrencyHelpers
[74/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[75/103] Compiling NIOConcurrencyHelpers atomics.swift
[76/104] Compiling DequeModule Deque+CustomReflectable.swift
[77/104] Compiling DequeModule Deque+Descriptions.swift
[78/104] Compiling DequeModule Deque+Equatable.swift
[79/104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/106] Compiling DequeModule _DequeBuffer.swift
[81/106] Compiling DequeModule _DequeBufferHeader.swift
[83/106] Wrapping AST for Atomics for debugging
[85/106] Compiling DequeModule Deque+Testing.swift
[86/106] Compiling DequeModule Deque._Storage.swift
[87/106] Compiling DequeModule Deque._UnsafeHandle.swift
[88/106] Compiling DequeModule Deque.swift
[89/106] Compiling DequeModule Deque+Extras.swift
[90/106] Compiling DequeModule Deque+Hashable.swift
[91/106] Compiling DequeModule _DequeSlot.swift
[92/106] Compiling DequeModule _UnsafeWrappedBuffer.swift
[93/106] Compiling DequeModule Deque+Codable.swift
[94/106] Compiling DequeModule Deque+Collection.swift
[94/106] Wrapping AST for _NIODataStructures for debugging
[95/106] Wrapping AST for NIOConcurrencyHelpers for debugging
[97/106] Emitting module DequeModule
[98/107] Wrapping AST for DequeModule for debugging
[100/167] Compiling NIOCore CircularBuffer.swift
[101/167] Compiling NIOCore Codec.swift
[102/167] Compiling NIOCore ConvenienceOptionSupport.swift
[103/167] Compiling NIOCore DeadChannel.swift
[104/167] Compiling NIOCore DispatchQueue+WithFuture.swift
[105/167] Compiling NIOCore EventLoop+Deprecated.swift
[106/167] Compiling NIOCore EventLoop+SerialExecutor.swift
[107/167] Compiling NIOCore EventLoop.swift
[108/175] Compiling NIOCore AddressedEnvelope.swift
[109/175] Compiling NIOCore AsyncAwaitSupport.swift
[110/175] Compiling NIOCore AsyncChannel.swift
[111/175] Compiling NIOCore AsyncChannelHandler.swift
[112/175] Compiling NIOCore AsyncChannelInboundStream.swift
[113/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[114/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[115/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[116/175] Compiling NIOCore NIOAsyncWriter.swift
[117/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[118/175] Compiling NIOCore BSDSocketAPI.swift
[119/175] Compiling NIOCore ByteBuffer-aux.swift
[120/175] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[121/175] Compiling NIOCore ByteBuffer-conversions.swift
[122/175] Compiling NIOCore ByteBuffer-core.swift
[123/175] Compiling NIOCore ByteBuffer-hex.swift
[124/175] Compiling NIOCore ByteBuffer-int.swift
[125/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[126/175] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/175] Compiling NIOCore SocketAddresses.swift
[128/175] Compiling NIOCore SocketOptionProvider.swift
[129/175] Compiling NIOCore SystemCallHelpers.swift
[130/175] Compiling NIOCore TimeAmount+Duration.swift
[131/175] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/175] Compiling NIOCore UniversalBootstrapSupport.swift
[133/175] Compiling NIOCore Utilities.swift
[134/175] Emitting module NIOCore
[135/175] Compiling NIOCore IO.swift
[136/175] Compiling NIOCore IOData.swift
[137/175] Compiling NIOCore IPProtocol.swift
[138/175] Compiling NIOCore IntegerBitPacking.swift
[139/175] Compiling NIOCore IntegerTypes.swift
[140/175] Compiling NIOCore Interfaces.swift
[141/175] Compiling NIOCore Linux.swift
[142/175] Compiling NIOCore MarkedCircularBuffer.swift
[143/175] Compiling NIOCore MulticastChannel.swift
[144/175] Compiling NIOCore NIOAny.swift
[145/175] Compiling NIOCore NIOCloseOnErrorHandler.swift
[146/175] Compiling NIOCore NIOLoopBound.swift
[147/175] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[148/175] Compiling NIOCore NIOScheduledCallback.swift
[149/175] Compiling NIOCore NIOSendable.swift
[150/175] Compiling NIOCore RecvByteBufferAllocator.swift
[151/175] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[153/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[154/175] Compiling NIOCore EventLoopFuture.swift
[155/175] Compiling NIOCore FileDescriptor.swift
[156/175] Compiling NIOCore FileHandle.swift
[157/175] Compiling NIOCore FileRegion.swift
[158/175] Compiling NIOCore GlobalSingletons.swift
[159/175] Compiling NIOCore ByteBuffer-multi-int.swift
[160/175] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[161/175] Compiling NIOCore ByteBuffer-views.swift
[162/175] Compiling NIOCore Channel.swift
[163/175] Compiling NIOCore ChannelHandler.swift
[164/175] Compiling NIOCore ChannelHandlers.swift
[165/175] Compiling NIOCore ChannelInvoker.swift
[166/175] Compiling NIOCore ChannelOption.swift
[167/175] Compiling NIOCore ChannelPipeline.swift
[168/176] Wrapping AST for NIOCore for debugging
[170/226] Emitting module NIOEmbedded
[171/226] Compiling NIOEmbedded Embedded.swift
[172/226] Compiling NIOEmbedded AsyncTestingChannel.swift
[173/226] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[174/227] Wrapping AST for NIOEmbedded for debugging
[176/227] Emitting module NIOPosix
[177/233] Compiling NIOPosix BSDSocketAPICommon.swift
[178/233] Compiling NIOPosix BSDSocketAPIPosix.swift
[179/233] Compiling NIOPosix BSDSocketAPIWindows.swift
[180/233] Compiling NIOPosix BaseSocket.swift
[181/233] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[182/233] Compiling NIOPosix BaseSocketChannel.swift
[183/233] Compiling NIOPosix BaseStreamSocketChannel.swift
[184/233] Compiling NIOPosix Bootstrap.swift
[185/233] Compiling NIOPosix ControlMessage.swift
[186/233] Compiling NIOPosix DatagramVectorReadManager.swift
[187/233] Compiling NIOPosix Errors+Any.swift
[188/233] Compiling NIOPosix FileDescriptor.swift
[189/233] Compiling NIOPosix GetaddrinfoResolver.swift
[190/233] Compiling NIOPosix HappyEyeballs.swift
[191/233] Compiling NIOPosix SelectableChannel.swift
[192/233] Compiling NIOPosix SelectableEventLoop.swift
[193/233] Compiling NIOPosix SelectorEpoll.swift
[194/233] Compiling NIOPosix SelectorGeneric.swift
[195/233] Compiling NIOPosix SelectorKqueue.swift
[196/233] Compiling NIOPosix SelectorUring.swift
[197/233] Compiling NIOPosix NIOThreadPool.swift
[198/233] Compiling NIOPosix NonBlockingFileIO.swift
[199/233] Compiling NIOPosix PendingDatagramWritesManager.swift
[200/233] Compiling NIOPosix PendingWritesManager.swift
[201/233] Compiling NIOPosix PipeChannel.swift
[202/233] Compiling NIOPosix PipePair.swift
[203/233] Compiling NIOPosix IO.swift
[204/233] Compiling NIOPosix IntegerBitPacking.swift
[205/233] Compiling NIOPosix IntegerTypes.swift
[206/233] Compiling NIOPosix Linux.swift
[207/233] Compiling NIOPosix LinuxCPUSet.swift
[208/233] Compiling NIOPosix LinuxUring.swift
[209/233] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[210/233] Compiling NIOPosix ServerSocket.swift
[211/233] Compiling NIOPosix Socket.swift
[212/233] Compiling NIOPosix SocketChannel.swift
[213/233] Compiling NIOPosix SocketProtocols.swift
[214/233] Compiling NIOPosix System.swift
[215/233] Compiling NIOPosix Thread.swift
[216/233] Compiling NIOPosix Pool.swift
[217/233] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[218/233] Compiling NIOPosix PosixSingletons.swift
[219/233] Compiling NIOPosix RawSocketBootstrap.swift
[220/233] Compiling NIOPosix Resolver.swift
[221/233] Compiling NIOPosix Selectable.swift
[222/233] Compiling NIOPosix ThreadPosix.swift
[223/233] Compiling NIOPosix ThreadWindows.swift
[224/233] Compiling NIOPosix UnsafeTransfer.swift
[225/233] Compiling NIOPosix Utilities.swift
[226/233] Compiling NIOPosix VsockAddress.swift
[227/233] Compiling NIOPosix VsockChannelEvents.swift
[228/234] Wrapping AST for NIOPosix for debugging
[230/236] Compiling NIO Exports.swift
[231/236] Emitting module NIO
[232/237] Wrapping AST for NIO for debugging
[234/266] Compiling OSCCore String+OSCMessageArgument.swift
[235/266] Compiling OSCCore alignment.swift
[236/266] Compiling OSCCore extract.swift
[237/266] Compiling OSCCore helpers.swift
[238/270] Compiling OSCCore BasicMessageDispatcher.swift
[239/270] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[240/270] Compiling OSCCore events.swift
[241/270] Compiling OSCCore matcher.swift
[242/270] Compiling OSCCore OSCPacketReader.swift
[243/270] Compiling OSCCore MIDI.swift
[244/270] Compiling OSCCore OSCBundle.swift
[245/270] Compiling OSCCore OSCMessage.swift
[246/270] Compiling OSCCore OSCMessageArgument.swift
[247/270] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[248/270] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[249/270] Compiling OSCCore RGBA+OSCMessageArgument.swift
[250/270] Compiling OSCCore MIDI+OSCMessageArgument.swift
[251/270] Compiling OSCCore OSCBundle+OSCConvertible.swift
[252/270] Compiling OSCCore OSCConvertible.swift
[253/270] Compiling OSCCore OSCMessage+OSCConvertible.swift
[254/270] Compiling OSCCore Data+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[255/270] Compiling OSCCore Double+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[256/270] Compiling OSCCore Float+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[257/270] Compiling OSCCore Int+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[258/270] Compiling OSCCore Array+OSCMessageArgument.swift
[259/270] Compiling OSCCore Bool+OSCConvertible.swift
[260/270] Compiling OSCCore Byte.swift
[261/270] Compiling OSCCore Character+OSCConvertible.swift
[262/270] Emitting module OSCCore
[263/270] Compiling OSCCore OSCSymbol.swift
[264/270] Compiling OSCCore OSCTimeTag.swift
[265/270] Compiling OSCCore RGBA.swift
[266/270] Compiling OSCCore TypeTagValues.swift
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 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
[0/1] Planning build
Building for debugging...
[0/15] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/61] Compiling Atomics UnsafeAtomic.swift
[4/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/63] Compiling Atomics AtomicOptionalWrappable.swift
[6/63] Compiling Atomics OptionalRawRepresentable.swift
[7/63] Compiling Atomics Primitives.shims.swift
[8/63] Compiling Atomics AtomicInteger.swift
[9/63] Compiling Atomics ManagedAtomic.swift
[10/63] Compiling Atomics ManagedAtomicLazyReference.swift
[11/63] Compiling NIOConcurrencyHelpers atomics.swift
[12/63] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[13/63] Compiling Atomics AtomicMemoryOrderings.swift
[14/63] Compiling Atomics DoubleWord.swift
[15/63] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/63] Compiling Atomics AtomicStorage.swift
[17/63] Compiling Atomics AtomicValue.swift
[18/63] Compiling Atomics Primitives.native.swift
[19/63] Compiling Atomics AtomicReference.swift
[20/63] Emitting module _NIODataStructures
[21/63] Compiling _NIODataStructures Heap.swift
[22/63] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[23/63] Compiling NIOConcurrencyHelpers NIOLock.swift
[26/63] Compiling Atomics IntegerConformances.swift
[27/63] Compiling Atomics PointerConformances.swift
[28/63] Emitting module InternalCollectionsUtilities
[29/63] Emitting module NIOConcurrencyHelpers
[30/64] Compiling Atomics IntegerOperations.swift
[31/64] Compiling Atomics Unmanaged extensions.swift
[33/64] Compiling _NIODataStructures _TinyArray.swift
[34/64] Compiling _NIODataStructures PriorityQueue.swift
[35/65] Compiling NIOConcurrencyHelpers lock.swift
[37/65] Emitting module _NIOBase64
[38/65] Compiling _NIOBase64 Base64.swift
[39/66] Wrapping AST for InternalCollectionsUtilities for debugging
[48/79] Compiling DequeModule _DequeBuffer.swift
[49/79] Compiling DequeModule _DequeBufferHeader.swift
[50/81] Compiling DequeModule Deque+Equatable.swift
[51/81] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[52/81] Compiling DequeModule Deque+CustomReflectable.swift
[53/81] Compiling DequeModule Deque+Descriptions.swift
[54/81] Compiling DequeModule _DequeSlot.swift
[55/81] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/81] Emitting module Atomics
[57/81] Compiling DequeModule Deque+Extras.swift
[58/81] Compiling DequeModule Deque+Hashable.swift
[59/81] Compiling DequeModule Deque+Testing.swift
[60/81] Compiling DequeModule Deque._Storage.swift
[61/81] Compiling DequeModule Deque._UnsafeHandle.swift
[62/81] Compiling DequeModule Deque.swift
[68/81] Compiling DequeModule Deque+Codable.swift
[69/82] Emitting module DequeModule
[71/82] Compiling DequeModule Deque+Collection.swift
[73/83] Wrapping AST for Atomics for debugging
[74/83] Wrapping AST for DequeModule for debugging
[76/143] Compiling NIOCore MulticastChannel.swift
[77/143] Compiling NIOCore NIOAny.swift
[78/143] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/143] Compiling NIOCore NIOLoopBound.swift
[80/143] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/143] Compiling NIOCore NIOScheduledCallback.swift
[82/143] Compiling NIOCore NIOSendable.swift
[83/143] Compiling NIOCore RecvByteBufferAllocator.swift
[84/151] Compiling NIOCore IO.swift
[85/151] Compiling NIOCore IOData.swift
[86/151] Compiling NIOCore IPProtocol.swift
[87/151] Compiling NIOCore IntegerBitPacking.swift
[88/151] Compiling NIOCore IntegerTypes.swift
[89/151] Compiling NIOCore Interfaces.swift
[90/151] Compiling NIOCore Linux.swift
[91/151] Compiling NIOCore MarkedCircularBuffer.swift
[92/151] Compiling NIOCore AddressedEnvelope.swift
[93/151] Compiling NIOCore AsyncAwaitSupport.swift
[94/151] Compiling NIOCore AsyncChannel.swift
[95/151] Compiling NIOCore AsyncChannelHandler.swift
[96/151] Compiling NIOCore AsyncChannelInboundStream.swift
[97/151] Compiling NIOCore AsyncChannelOutboundWriter.swift
[98/151] Compiling NIOCore NIOAsyncSequenceProducer.swift
[99/151] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[100/151] Compiling NIOCore NIOAsyncWriter.swift
[101/151] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[102/151] Compiling NIOCore BSDSocketAPI.swift
[103/151] Compiling NIOCore ByteBuffer-aux.swift
[104/151] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[105/151] Compiling NIOCore ByteBuffer-conversions.swift
[106/151] Compiling NIOCore ByteBuffer-core.swift
[107/151] Compiling NIOCore ByteBuffer-hex.swift
[108/151] Compiling NIOCore ByteBuffer-int.swift
[109/151] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[110/151] Compiling NIOCore CircularBuffer.swift
[111/151] Compiling NIOCore Codec.swift
[112/151] Compiling NIOCore ConvenienceOptionSupport.swift
[113/151] Compiling NIOCore DeadChannel.swift
[114/151] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/151] Compiling NIOCore EventLoop+Deprecated.swift
[116/151] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/151] Compiling NIOCore EventLoop.swift
[118/151] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[119/151] Compiling NIOCore EventLoopFuture+Deprecated.swift
[120/151] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[121/151] Compiling NIOCore EventLoopFuture.swift
[122/151] Compiling NIOCore FileDescriptor.swift
[123/151] Compiling NIOCore FileHandle.swift
[124/151] Compiling NIOCore FileRegion.swift
[125/151] Compiling NIOCore GlobalSingletons.swift
[126/151] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[127/151] Compiling NIOCore SocketAddresses.swift
[128/151] Compiling NIOCore SocketOptionProvider.swift
[129/151] Compiling NIOCore SystemCallHelpers.swift
[130/151] Compiling NIOCore TimeAmount+Duration.swift
[131/151] Compiling NIOCore TypeAssistedChannelHandler.swift
[132/151] Compiling NIOCore UniversalBootstrapSupport.swift
[133/151] Compiling NIOCore Utilities.swift
[134/151] Emitting module NIOCore
[135/151] Compiling NIOCore ByteBuffer-multi-int.swift
[136/151] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[137/151] Compiling NIOCore ByteBuffer-views.swift
[138/151] Compiling NIOCore Channel.swift
[139/151] Compiling NIOCore ChannelHandler.swift
[140/151] Compiling NIOCore ChannelHandlers.swift
[141/151] Compiling NIOCore ChannelInvoker.swift
[142/151] Compiling NIOCore ChannelOption.swift
[143/151] Compiling NIOCore ChannelPipeline.swift
[145/201] Emitting module NIOEmbedded
[146/201] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[147/201] Compiling NIOEmbedded AsyncTestingChannel.swift
[148/201] Compiling NIOEmbedded Embedded.swift
[150/201] Compiling NIOPosix SelectableChannel.swift
[151/201] Compiling NIOPosix SelectableEventLoop.swift
[152/201] Compiling NIOPosix SelectorEpoll.swift
[153/201] Compiling NIOPosix SelectorGeneric.swift
[154/201] Compiling NIOPosix SelectorKqueue.swift
[155/201] Compiling NIOPosix SelectorUring.swift
[156/201] Compiling NIOPosix Pool.swift
[157/201] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[158/201] Compiling NIOPosix PosixSingletons.swift
[159/201] Compiling NIOPosix RawSocketBootstrap.swift
[160/201] Compiling NIOPosix Resolver.swift
[161/201] Compiling NIOPosix Selectable.swift
[162/207] Compiling NIOPosix ServerSocket.swift
[163/207] Compiling NIOPosix Socket.swift
[164/207] Compiling NIOPosix SocketChannel.swift
[165/207] Compiling NIOPosix SocketProtocols.swift
[166/207] Compiling NIOPosix System.swift
[167/207] Compiling NIOPosix Thread.swift
[168/207] Emitting module NIOPosix
[169/207] Compiling NIOPosix BSDSocketAPICommon.swift
[170/207] Compiling NIOPosix BSDSocketAPIPosix.swift
[171/207] Compiling NIOPosix BSDSocketAPIWindows.swift
[172/207] Compiling NIOPosix BaseSocket.swift
[173/207] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[174/207] Compiling NIOPosix BaseSocketChannel.swift
[175/207] Compiling NIOPosix BaseStreamSocketChannel.swift
[176/207] Compiling NIOPosix IO.swift
[177/207] Compiling NIOPosix IntegerBitPacking.swift
[178/207] Compiling NIOPosix IntegerTypes.swift
[179/207] Compiling NIOPosix Linux.swift
[180/207] Compiling NIOPosix LinuxCPUSet.swift
[181/207] Compiling NIOPosix LinuxUring.swift
[182/207] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[183/207] Compiling NIOPosix Bootstrap.swift
[184/207] Compiling NIOPosix ControlMessage.swift
[185/207] Compiling NIOPosix DatagramVectorReadManager.swift
[186/207] Compiling NIOPosix Errors+Any.swift
[187/207] Compiling NIOPosix FileDescriptor.swift
[188/207] Compiling NIOPosix GetaddrinfoResolver.swift
[189/207] Compiling NIOPosix HappyEyeballs.swift
[190/207] Compiling NIOPosix NIOThreadPool.swift
[191/207] Compiling NIOPosix NonBlockingFileIO.swift
[192/207] Compiling NIOPosix PendingDatagramWritesManager.swift
[193/207] Compiling NIOPosix PendingWritesManager.swift
[194/207] Compiling NIOPosix PipeChannel.swift
[195/207] Compiling NIOPosix PipePair.swift
[196/207] Compiling NIOPosix ThreadPosix.swift
[197/207] Compiling NIOPosix ThreadWindows.swift
[198/207] Compiling NIOPosix UnsafeTransfer.swift
[199/207] Compiling NIOPosix Utilities.swift
[200/207] Compiling NIOPosix VsockAddress.swift
[201/207] Compiling NIOPosix VsockChannelEvents.swift
[203/209] Emitting module NIO
[204/209] Compiling NIO Exports.swift
[206/238] Compiling OSCCore Data+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[207/238] Compiling OSCCore Double+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[208/238] Compiling OSCCore Float+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[209/238] Compiling OSCCore Int+OSCMessageArgument.swift
/host/spi-builder-workspace/Source/OSCCore/conversion/Data+OSCMessageArgument.swift:42:25: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
40 |         payload += self.count.oscValue!
41 |
42 |         payload += self.withUnsafeBytes { (pointer: UnsafePointer<Byte>) -> [Byte] in
   |                         `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
43 |             let buffer = UnsafeBufferPointer<Byte>(start: pointer, count: dataSize)
44 |             return [Byte](buffer)
/host/spi-builder-workspace/Source/OSCCore/conversion/Float+OSCMessageArgument.swift:20:36: error: cannot find 'rawValue' in scope
18 |             let rawValue = htonl(self.bitPattern)
19 |         #endif
20 |         return [Byte](typetobinary(rawValue))
   |                                    `- error: cannot find 'rawValue' in scope
21 |     }
22 |
[210/242] Emitting module OSCCore
[211/242] Compiling OSCCore BasicMessageDispatcher.swift
[212/242] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[213/242] Compiling OSCCore events.swift
[214/242] Compiling OSCCore matcher.swift
[215/242] Compiling OSCCore OSCSymbol.swift
[216/242] Compiling OSCCore OSCTimeTag.swift
[217/242] Compiling OSCCore RGBA.swift
[218/242] Compiling OSCCore TypeTagValues.swift
[219/242] Compiling OSCCore Array+OSCMessageArgument.swift
[220/242] Compiling OSCCore Bool+OSCConvertible.swift
[221/242] Compiling OSCCore Byte.swift
[222/242] Compiling OSCCore Character+OSCConvertible.swift
[223/242] Compiling OSCCore OSCMessageArgument.swift
[224/242] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[225/242] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[226/242] Compiling OSCCore RGBA+OSCMessageArgument.swift
[227/242] Compiling OSCCore String+OSCMessageArgument.swift
[228/242] Compiling OSCCore alignment.swift
[229/242] Compiling OSCCore extract.swift
[230/242] Compiling OSCCore helpers.swift
[231/242] Compiling OSCCore OSCPacketReader.swift
[232/242] Compiling OSCCore MIDI.swift
[233/242] Compiling OSCCore OSCBundle.swift
[234/242] Compiling OSCCore OSCMessage.swift
[235/242] Compiling OSCCore MIDI+OSCMessageArgument.swift
[236/242] Compiling OSCCore OSCBundle+OSCConvertible.swift
[237/242] Compiling OSCCore OSCConvertible.swift
[238/242] Compiling OSCCore OSCMessage+OSCConvertible.swift
BUILD FAILURE 6.1 android