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 Atem, reference master (b1ab46), with Swift 6.1 for Android on 27 May 2025 20:07:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/dev1an/swift-atem.git
Reference: master
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/dev1an/swift-atem
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b1ab46e Add MediaPlayerFrameDescription change decoder
Cloned https://github.com/dev1an/swift-atem.git
Revision (git rev-parse @):
b1ab46e3e59353cf18a9093b8fc9ed53917f6e47
SUCCESS checkout https://github.com/dev1an/swift-atem.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dev1an/swift-atem.git
https://github.com/dev1an/swift-atem.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.18.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    }
  ],
  "manifest_display_name" : "Atem",
  "name" : "Atem",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Atem",
      "targets" : [
        "Atem"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AtemAppleDiscovery",
      "targets" : [
        "AtemAppleDiscovery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VersionDump",
      "targets" : [
        "VersionDump"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Simulator",
      "targets" : [
        "Simulator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TitleGenerator",
      "targets" : [
        "TitleGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PreviewSwitcher",
      "targets" : [
        "PreviewSwitcher"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SourceLabeler",
      "targets" : [
        "SourceLabeler"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "MessageDecoder",
      "targets" : [
        "MessageDecoder"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VersionDump",
      "module_type" : "SwiftTarget",
      "name" : "VersionDump",
      "path" : "Sources/VersionDump",
      "product_memberships" : [
        "VersionDump"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TitleGenerator",
      "module_type" : "SwiftTarget",
      "name" : "TitleGenerator",
      "path" : "Sources/TitleGenerator",
      "product_memberships" : [
        "TitleGenerator"
      ],
      "sources" : [
        "Renderer.swift",
        "Title.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SourceLabeler",
      "module_type" : "SwiftTarget",
      "name" : "SourceLabeler",
      "path" : "Sources/SourceLabeler",
      "product_memberships" : [
        "SourceLabeler"
      ],
      "sources" : [
        "Analyze grid.swift",
        "Label.swift",
        "connect.swift",
        "generate grid.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Simulator",
      "module_type" : "SwiftTarget",
      "name" : "Simulator",
      "path" : "Sources/Simulator",
      "product_memberships" : [
        "Simulator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PreviewSwitcher",
      "module_type" : "SwiftTarget",
      "name" : "PreviewSwitcher",
      "path" : "Sources/PreviewSwitcher",
      "product_memberships" : [
        "PreviewSwitcher"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MessageDecoder",
      "module_type" : "SwiftTarget",
      "name" : "MessageDecoder",
      "path" : "Sources/MessageDecoder",
      "product_memberships" : [
        "MessageDecoder"
      ],
      "sources" : [
        "IntOperators.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AtemTests",
      "module_type" : "SwiftTarget",
      "name" : "AtemTests",
      "path" : "Tests/AtemTests",
      "sources" : [
        "Atem_Tests.swift",
        "ColorConversionTests.swift",
        "DataTransferMessagesTests.swift",
        "EnvelopeWrapper.swift",
        "MessageTests.swift"
      ],
      "target_dependencies" : [
        "Atem"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AtemAppleDiscovery",
      "module_type" : "SwiftTarget",
      "name" : "AtemAppleDiscovery",
      "path" : "Sources/AtemAppleDiscovery",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "AtemAppleDiscovery"
      ],
      "sources" : [
        "NetService.swift",
        "Network-framework.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Atem",
      "module_type" : "SwiftTarget",
      "name" : "Atem",
      "path" : "Sources/Atem",
      "product_dependencies" : [
        "NIO"
      ],
      "product_memberships" : [
        "Atem",
        "VersionDump",
        "Simulator",
        "TitleGenerator",
        "PreviewSwitcher",
        "SourceLabeler",
        "MessageDecoder"
      ],
      "sources" : [
        "Connection.swift",
        "Controller.swift",
        "MediaConverter/422 ABLARL YUV.swift",
        "MediaConverter/Decode input labels.swift",
        "MediaConverter/RunLength.swift",
        "MediaConverter/accelerate.swift",
        "MediaPool.swift",
        "MessageHandler.swift",
        "Messages/Actions.swift",
        "Messages/Configuration.swift",
        "Messages/DataTransfer.swift",
        "Messages/Message.swift",
        "Model.swift",
        "Packet.swift",
        "PacketTypes.swift",
        "Switcher.swift",
        "TallyLight.swift",
        "UploadManager.swift",
        "Utilities/ArrayOperations.swift",
        "Utilities/HandlerWithTimer.swift",
        "Utilities/InitialSwitcherStateMessages.swift",
        "Utilities/IntOperators.swift",
        "Utilities/OptionSet+elements.swift",
        "Utilities/RawRepresentable+decode.swift",
        "VideoSource.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-extras.git
Fetching https://github.com/apple/swift-nio.git
[1/5914] Fetching swift-nio-extras
[5915/81969] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (9.07s)
Fetched https://github.com/apple/swift-nio.git from cache (9.23s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (10.48s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-log.git
[1/1590] Fetching swift-asn1
[637/5426] Fetching swift-asn1, swift-log
[935/7852] Fetching swift-asn1, swift-log, swift-service-lifecycle
[5089/12837] Fetching swift-asn1, swift-log, swift-service-lifecycle, swift-async-algorithms
[8188/27680] Fetching swift-asn1, swift-log, swift-service-lifecycle, swift-async-algorithms, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.74s)
[11498/25254] Fetching swift-asn1, swift-log, swift-async-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.06s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
Fetched https://github.com/apple/swift-log.git from cache (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[2079/14843] Fetching swift-nio-ssl
[2822/20802] Fetching swift-nio-ssl, swift-algorithms
[8182/22512] Fetching swift-nio-ssl, swift-algorithms, swift-atomics
[8285/23416] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-types
[11099/24557] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
[13327/23653] Fetching swift-nio-ssl, swift-algorithms, swift-atomics, swift-http-structured-headers
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.36s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.71s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.41s)
[10836/14843] Fetching swift-nio-ssl
[14844/26370] Fetching swift-nio-ssl, swift-nio-http2
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.52s)
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.26s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (8.76s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.29s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.86s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.86s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.57s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.61s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.92s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.38s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.13s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
Building for debugging...
[0/57] Write sources
[15/57] Compiling _AtomicsShims.c
[15/57] Compiling CNIOWindows shim.c
[17/57] Compiling CNIOWASI CNIOWASI.c
[17/57] Write sources
[21/57] Compiling CNIODarwin shim.c
[21/57] Compiling CNIOWindows WSAStartup.c
[23/57] Compiling CNIOLinux liburing_shims.c
[24/57] Compiling CNIOLinux shim.c
[25/57] Write swift-version-24593BA9C3E375BF.txt
[27/96] Compiling Atomics AtomicOptionalWrappable.swift
[28/96] Compiling Atomics AtomicMemoryOrderings.swift
[29/97] Compiling Atomics UnsafeAtomic.swift
[30/97] Compiling Atomics UnsafeAtomicLazyReference.swift
[31/99] Emitting module _NIOBase64
[32/99] Compiling _NIOBase64 Base64.swift
[33/100] Compiling _NIODataStructures PriorityQueue.swift
[34/100] Compiling _NIODataStructures _TinyArray.swift
[36/100] Compiling Atomics ManagedAtomic.swift
[37/100] Compiling Atomics ManagedAtomicLazyReference.swift
[38/100] Compiling Atomics Primitives.shims.swift
[39/100] Compiling Atomics AtomicInteger.swift
[40/100] Compiling Atomics AtomicBool.swift
[41/100] Compiling Atomics IntegerConformances.swift
[42/100] Compiling Atomics PointerConformances.swift
[43/100] Compiling Atomics Primitives.native.swift
[45/100] Compiling Atomics DoubleWord.swift
[49/100] Compiling Atomics AtomicReference.swift
[50/100] Compiling Atomics AtomicStorage.swift
[51/100] Compiling Atomics AtomicValue.swift
[54/100] Compiling Atomics OptionalRawRepresentable.swift
[55/100] Compiling Atomics RawRepresentable.swift
[57/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/100] Emitting module InternalCollectionsUtilities
[61/100] Emitting module _NIODataStructures
[62/100] Compiling _NIODataStructures Heap.swift
[63/101] Emitting module Atomics
[66/101] Wrapping AST for _NIOBase64 for debugging
[69/101] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/102] Wrapping AST for _NIODataStructures for debugging
[72/102] Compiling Atomics IntegerOperations.swift
[73/102] Compiling Atomics Unmanaged extensions.swift
[73/103] Wrapping AST for InternalCollectionsUtilities for debugging
[75/118] Wrapping AST for Atomics for debugging
[77/118] Compiling DequeModule Deque+CustomReflectable.swift
[78/118] Compiling DequeModule Deque+Descriptions.swift
[79/120] Compiling DequeModule Deque+Equatable.swift
[80/120] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/120] Compiling DequeModule _DequeBuffer.swift
[82/120] Compiling DequeModule _DequeBufferHeader.swift
[82/120] Compiling c-nioatomics.c
[84/120] Compiling DequeModule _DequeSlot.swift
[85/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/120] Compiling DequeModule Deque._UnsafeHandle.swift
[87/120] Compiling DequeModule Deque.swift
[88/120] Compiling DequeModule Deque+Testing.swift
[89/120] Compiling DequeModule Deque._Storage.swift
[90/120] Compiling DequeModule Deque+Extras.swift
[91/120] Compiling DequeModule Deque+Hashable.swift
[92/120] Compiling DequeModule Deque+Codable.swift
[93/120] Compiling DequeModule Deque+Collection.swift
[94/120] Emitting module DequeModule
[95/121] Wrapping AST for DequeModule for debugging
[96/121] Compiling c-atomics.c
[98/127] Compiling NIOConcurrencyHelpers NIOLock.swift
[99/127] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[100/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[101/127] Emitting module NIOConcurrencyHelpers
[102/127] Compiling NIOConcurrencyHelpers atomics.swift
[103/127] Compiling NIOConcurrencyHelpers lock.swift
[104/128] Wrapping AST for NIOConcurrencyHelpers for debugging
[106/188] Compiling NIOCore IO.swift
[107/188] Compiling NIOCore IOData.swift
[108/188] Compiling NIOCore IPProtocol.swift
[109/188] Compiling NIOCore IntegerBitPacking.swift
[110/188] Compiling NIOCore IntegerTypes.swift
[111/188] Compiling NIOCore Interfaces.swift
[112/188] Compiling NIOCore Linux.swift
[113/188] Compiling NIOCore MarkedCircularBuffer.swift
[114/196] Compiling NIOCore CircularBuffer.swift
[115/196] Compiling NIOCore Codec.swift
[116/196] Compiling NIOCore ConvenienceOptionSupport.swift
[117/196] Compiling NIOCore DeadChannel.swift
[118/196] Compiling NIOCore DispatchQueue+WithFuture.swift
[119/196] Compiling NIOCore EventLoop+Deprecated.swift
[120/196] Compiling NIOCore EventLoop+SerialExecutor.swift
[121/196] Compiling NIOCore EventLoop.swift
[122/196] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[123/196] Compiling NIOCore EventLoopFuture+Deprecated.swift
[124/196] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[125/196] Compiling NIOCore EventLoopFuture.swift
[126/196] Compiling NIOCore FileDescriptor.swift
[127/196] Compiling NIOCore FileHandle.swift
[128/196] Compiling NIOCore FileRegion.swift
[129/196] Compiling NIOCore GlobalSingletons.swift
[130/196] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[131/196] Compiling NIOCore SocketAddresses.swift
[132/196] Compiling NIOCore SocketOptionProvider.swift
[133/196] Compiling NIOCore SystemCallHelpers.swift
[134/196] Compiling NIOCore TimeAmount+Duration.swift
[135/196] Compiling NIOCore TypeAssistedChannelHandler.swift
[136/196] Compiling NIOCore UniversalBootstrapSupport.swift
[137/196] Compiling NIOCore Utilities.swift
[138/196] Compiling NIOCore AddressedEnvelope.swift
[139/196] Compiling NIOCore AsyncAwaitSupport.swift
[140/196] Compiling NIOCore AsyncChannel.swift
[141/196] Compiling NIOCore AsyncChannelHandler.swift
[142/196] Compiling NIOCore AsyncChannelInboundStream.swift
[143/196] Compiling NIOCore AsyncChannelOutboundWriter.swift
[144/196] Compiling NIOCore NIOAsyncSequenceProducer.swift
[145/196] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[146/196] Compiling NIOCore NIOAsyncWriter.swift
[147/196] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[148/196] Compiling NIOCore BSDSocketAPI.swift
[149/196] Compiling NIOCore ByteBuffer-aux.swift
[150/196] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[151/196] Compiling NIOCore ByteBuffer-conversions.swift
[152/196] Compiling NIOCore ByteBuffer-core.swift
[153/196] Compiling NIOCore ByteBuffer-hex.swift
[154/196] Compiling NIOCore ByteBuffer-int.swift
[155/196] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[156/196] Emitting module NIOCore
[157/196] Compiling NIOCore ByteBuffer-multi-int.swift
[158/196] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[159/196] Compiling NIOCore ByteBuffer-views.swift
[160/196] Compiling NIOCore Channel.swift
[161/196] Compiling NIOCore ChannelHandler.swift
[162/196] Compiling NIOCore ChannelHandlers.swift
[163/196] Compiling NIOCore ChannelInvoker.swift
[164/196] Compiling NIOCore ChannelOption.swift
[165/196] Compiling NIOCore ChannelPipeline.swift
[166/196] Compiling NIOCore MulticastChannel.swift
[167/196] Compiling NIOCore NIOAny.swift
[168/196] Compiling NIOCore NIOCloseOnErrorHandler.swift
[169/196] Compiling NIOCore NIOLoopBound.swift
[170/196] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[171/196] Compiling NIOCore NIOScheduledCallback.swift
[172/196] Compiling NIOCore NIOSendable.swift
[173/196] Compiling NIOCore RecvByteBufferAllocator.swift
[174/199] Wrapping AST for NIOCore for debugging
[176/247] Compiling NIOEmbedded Embedded.swift
[177/247] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[178/247] Compiling NIOEmbedded AsyncTestingChannel.swift
[179/247] Emitting module NIOEmbedded
[180/248] Wrapping AST for NIOEmbedded for debugging
[182/248] Compiling NIOPosix SelectableChannel.swift
[183/248] Compiling NIOPosix SelectableEventLoop.swift
[184/248] Compiling NIOPosix SelectorEpoll.swift
[185/248] Compiling NIOPosix SelectorGeneric.swift
[186/248] Compiling NIOPosix SelectorKqueue.swift
[187/248] Compiling NIOPosix SelectorUring.swift
[188/254] Compiling NIOPosix ServerSocket.swift
[189/254] Compiling NIOPosix Socket.swift
[190/254] Compiling NIOPosix SocketChannel.swift
[191/254] Compiling NIOPosix SocketProtocols.swift
[192/254] Compiling NIOPosix System.swift
[193/254] Compiling NIOPosix Thread.swift
[194/254] Compiling NIOPosix Pool.swift
[195/254] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[196/254] Compiling NIOPosix PosixSingletons.swift
[197/254] Compiling NIOPosix RawSocketBootstrap.swift
[198/254] Compiling NIOPosix Resolver.swift
[199/254] Compiling NIOPosix Selectable.swift
[200/254] Emitting module NIOPosix
[201/254] Compiling NIOPosix BSDSocketAPICommon.swift
[202/254] Compiling NIOPosix BSDSocketAPIPosix.swift
[203/254] Compiling NIOPosix BSDSocketAPIWindows.swift
[204/254] Compiling NIOPosix BaseSocket.swift
[205/254] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[206/254] Compiling NIOPosix BaseSocketChannel.swift
[207/254] Compiling NIOPosix BaseStreamSocketChannel.swift
[208/254] Compiling NIOPosix Bootstrap.swift
[209/254] Compiling NIOPosix ControlMessage.swift
[210/254] Compiling NIOPosix DatagramVectorReadManager.swift
[211/254] Compiling NIOPosix Errors+Any.swift
[212/254] Compiling NIOPosix FileDescriptor.swift
[213/254] Compiling NIOPosix GetaddrinfoResolver.swift
[214/254] Compiling NIOPosix HappyEyeballs.swift
[215/254] Compiling NIOPosix ThreadPosix.swift
[216/254] Compiling NIOPosix ThreadWindows.swift
[217/254] Compiling NIOPosix UnsafeTransfer.swift
[218/254] Compiling NIOPosix Utilities.swift
[219/254] Compiling NIOPosix VsockAddress.swift
[220/254] Compiling NIOPosix VsockChannelEvents.swift
[221/254] Compiling NIOPosix IO.swift
[222/254] Compiling NIOPosix IntegerBitPacking.swift
[223/254] Compiling NIOPosix IntegerTypes.swift
[224/254] Compiling NIOPosix Linux.swift
[225/254] Compiling NIOPosix LinuxCPUSet.swift
[226/254] Compiling NIOPosix LinuxUring.swift
[227/254] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[228/254] Compiling NIOPosix NIOThreadPool.swift
[229/254] Compiling NIOPosix NonBlockingFileIO.swift
[230/254] Compiling NIOPosix PendingDatagramWritesManager.swift
[231/254] Compiling NIOPosix PendingWritesManager.swift
[232/254] Compiling NIOPosix PipeChannel.swift
[233/254] Compiling NIOPosix PipePair.swift
[234/255] Wrapping AST for NIOPosix for debugging
[236/257] Emitting module NIO
[237/257] Compiling NIO Exports.swift
[238/258] Wrapping AST for NIO for debugging
[240/284] Compiling AtemAppleDiscovery Network-framework.swift
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[241/284] Emitting module AtemAppleDiscovery
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
[242/284] Compiling AtemAppleDiscovery NetService.swift
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
warning: 'spi-builder-workspace': dependency 'swift-nio-extras' is not used by any target
[0/1] Planning build
Building for debugging...
[0/30] Write swift-version-24593BA9C3E375BF.txt
[2/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/76] Compiling Atomics UnsafeAtomic.swift
[4/76] Compiling Atomics UnsafeAtomicLazyReference.swift
[5/78] Compiling NIOConcurrencyHelpers NIOLock.swift
[6/78] Compiling Atomics OptionalRawRepresentable.swift
[7/78] Compiling Atomics RawRepresentable.swift
[8/78] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/78] Emitting module InternalCollectionsUtilities
[10/78] Emitting module _NIOBase64
[11/78] Compiling _NIOBase64 Base64.swift
[12/79] Compiling Atomics Primitives.shims.swift
[13/79] Compiling Atomics AtomicInteger.swift
[14/79] Compiling Atomics AtomicOptionalWrappable.swift
[17/79] Compiling Atomics AtomicReference.swift
[18/79] Compiling Atomics AtomicStorage.swift
[19/79] Compiling Atomics AtomicValue.swift
[20/79] Compiling Atomics ManagedAtomic.swift
[21/79] Compiling Atomics ManagedAtomicLazyReference.swift
[22/79] Compiling Atomics IntegerOperations.swift
[23/79] Compiling Atomics Unmanaged extensions.swift
[24/79] Compiling NIOConcurrencyHelpers lock.swift
[25/79] Emitting module NIOConcurrencyHelpers
[26/79] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[27/79] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[28/79] Compiling NIOConcurrencyHelpers atomics.swift
[31/80] Compiling Atomics AtomicBool.swift
[32/80] Compiling Atomics IntegerConformances.swift
[33/80] Compiling Atomics PointerConformances.swift
[34/80] Compiling Atomics Primitives.native.swift
[35/80] Emitting module _NIODataStructures
[36/81] Compiling Atomics AtomicMemoryOrderings.swift
[37/81] Compiling Atomics DoubleWord.swift
[42/81] Compiling _NIODataStructures PriorityQueue.swift
[43/81] Compiling _NIODataStructures Heap.swift
[44/81] Compiling _NIODataStructures _TinyArray.swift
[50/82] Emitting module Atomics
[54/80] Wrapping AST for Atomics for debugging
[55/80] Wrapping AST for InternalCollectionsUtilities for debugging
[57/95] Compiling DequeModule _DequeBuffer.swift
[58/95] Compiling DequeModule _DequeBufferHeader.swift
[59/97] Compiling DequeModule Deque+CustomReflectable.swift
[60/97] Compiling DequeModule Deque+Descriptions.swift
[61/97] Compiling DequeModule Deque+Extras.swift
[62/97] Compiling DequeModule Deque+Hashable.swift
[63/97] Compiling DequeModule Deque+Testing.swift
[64/97] Compiling DequeModule Deque._Storage.swift
[65/97] Compiling DequeModule Deque+Equatable.swift
[66/97] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/97] Compiling DequeModule Deque._UnsafeHandle.swift
[68/97] Compiling DequeModule Deque.swift
[69/97] Compiling DequeModule _DequeSlot.swift
[70/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[71/97] Emitting module DequeModule
[72/97] Compiling DequeModule Deque+Codable.swift
[73/97] Compiling DequeModule Deque+Collection.swift
[74/98] Wrapping AST for DequeModule for debugging
[76/158] Compiling NIOCore MulticastChannel.swift
[77/158] Compiling NIOCore NIOAny.swift
[78/158] Compiling NIOCore NIOCloseOnErrorHandler.swift
[79/158] Compiling NIOCore NIOLoopBound.swift
[80/158] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[81/158] Compiling NIOCore NIOScheduledCallback.swift
[82/158] Compiling NIOCore NIOSendable.swift
[83/158] Compiling NIOCore RecvByteBufferAllocator.swift
[84/166] Compiling NIOCore CircularBuffer.swift
[85/166] Compiling NIOCore Codec.swift
[86/166] Compiling NIOCore ConvenienceOptionSupport.swift
[87/166] Compiling NIOCore DeadChannel.swift
[88/166] Compiling NIOCore DispatchQueue+WithFuture.swift
[89/166] Compiling NIOCore EventLoop+Deprecated.swift
[90/166] Compiling NIOCore EventLoop+SerialExecutor.swift
[91/166] Compiling NIOCore EventLoop.swift
[92/166] Compiling NIOCore IO.swift
[93/166] Compiling NIOCore IOData.swift
[94/166] Compiling NIOCore IPProtocol.swift
[95/166] Compiling NIOCore IntegerBitPacking.swift
[96/166] Compiling NIOCore IntegerTypes.swift
[97/166] Compiling NIOCore Interfaces.swift
[98/166] Compiling NIOCore Linux.swift
[99/166] Compiling NIOCore MarkedCircularBuffer.swift
[100/166] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[101/166] Compiling NIOCore SocketAddresses.swift
[102/166] Compiling NIOCore SocketOptionProvider.swift
[103/166] Compiling NIOCore SystemCallHelpers.swift
[104/166] Compiling NIOCore TimeAmount+Duration.swift
[105/166] Compiling NIOCore TypeAssistedChannelHandler.swift
[106/166] Compiling NIOCore UniversalBootstrapSupport.swift
[107/166] Compiling NIOCore Utilities.swift
[108/166] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[109/166] Compiling NIOCore BSDSocketAPI.swift
[110/166] Compiling NIOCore ByteBuffer-aux.swift
[111/166] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[112/166] Compiling NIOCore ByteBuffer-conversions.swift
[113/166] Compiling NIOCore ByteBuffer-core.swift
[114/166] Compiling NIOCore ByteBuffer-hex.swift
[115/166] Compiling NIOCore ByteBuffer-int.swift
[116/166] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[117/166] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[118/166] Compiling NIOCore EventLoopFuture+Deprecated.swift
[119/166] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[120/166] Compiling NIOCore EventLoopFuture.swift
[121/166] Compiling NIOCore FileDescriptor.swift
[122/166] Compiling NIOCore FileHandle.swift
[123/166] Compiling NIOCore FileRegion.swift
[124/166] Compiling NIOCore GlobalSingletons.swift
[125/166] Compiling NIOCore AddressedEnvelope.swift
[126/166] Compiling NIOCore AsyncAwaitSupport.swift
[127/166] Compiling NIOCore AsyncChannel.swift
[128/166] Compiling NIOCore AsyncChannelHandler.swift
[129/166] Compiling NIOCore AsyncChannelInboundStream.swift
[130/166] Compiling NIOCore AsyncChannelOutboundWriter.swift
[131/166] Compiling NIOCore NIOAsyncSequenceProducer.swift
[132/166] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[133/166] Compiling NIOCore NIOAsyncWriter.swift
[134/166] Compiling NIOCore ByteBuffer-multi-int.swift
[135/166] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[136/166] Compiling NIOCore ByteBuffer-views.swift
[137/166] Compiling NIOCore Channel.swift
[138/166] Compiling NIOCore ChannelHandler.swift
[139/166] Compiling NIOCore ChannelHandlers.swift
[140/166] Compiling NIOCore ChannelInvoker.swift
[141/166] Compiling NIOCore ChannelOption.swift
[142/166] Compiling NIOCore ChannelPipeline.swift
[143/166] Emitting module NIOCore
[145/216] Compiling NIOEmbedded AsyncTestingChannel.swift
[146/216] Compiling NIOEmbedded Embedded.swift
[147/216] Emitting module NIOEmbedded
[148/216] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[150/216] Compiling NIOPosix Pool.swift
[151/216] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[152/216] Compiling NIOPosix PosixSingletons.swift
[153/216] Compiling NIOPosix RawSocketBootstrap.swift
[154/216] Compiling NIOPosix Resolver.swift
[155/216] Compiling NIOPosix Selectable.swift
[156/216] Compiling NIOPosix ServerSocket.swift
[157/216] Compiling NIOPosix Socket.swift
[158/216] Compiling NIOPosix SocketChannel.swift
[159/216] Compiling NIOPosix SocketProtocols.swift
[160/216] Compiling NIOPosix System.swift
[161/216] Compiling NIOPosix Thread.swift
[162/216] Compiling NIOPosix SelectableChannel.swift
[163/216] Compiling NIOPosix SelectableEventLoop.swift
[164/216] Compiling NIOPosix SelectorEpoll.swift
[165/216] Compiling NIOPosix SelectorGeneric.swift
[166/216] Compiling NIOPosix SelectorKqueue.swift
[167/216] Compiling NIOPosix SelectorUring.swift
[168/222] Emitting module NIOPosix
[169/222] Compiling NIOPosix IO.swift
[170/222] Compiling NIOPosix IntegerBitPacking.swift
[171/222] Compiling NIOPosix IntegerTypes.swift
[172/222] Compiling NIOPosix Linux.swift
[173/222] Compiling NIOPosix LinuxCPUSet.swift
[174/222] Compiling NIOPosix LinuxUring.swift
[175/222] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[176/222] Compiling NIOPosix Bootstrap.swift
[177/222] Compiling NIOPosix ControlMessage.swift
[178/222] Compiling NIOPosix DatagramVectorReadManager.swift
[179/222] Compiling NIOPosix Errors+Any.swift
[180/222] Compiling NIOPosix FileDescriptor.swift
[181/222] Compiling NIOPosix GetaddrinfoResolver.swift
[182/222] Compiling NIOPosix HappyEyeballs.swift
[183/222] Compiling NIOPosix BSDSocketAPICommon.swift
[184/222] Compiling NIOPosix BSDSocketAPIPosix.swift
[185/222] Compiling NIOPosix BSDSocketAPIWindows.swift
[186/222] Compiling NIOPosix BaseSocket.swift
[187/222] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[188/222] Compiling NIOPosix BaseSocketChannel.swift
[189/222] Compiling NIOPosix BaseStreamSocketChannel.swift
[190/222] Compiling NIOPosix NIOThreadPool.swift
[191/222] Compiling NIOPosix NonBlockingFileIO.swift
[192/222] Compiling NIOPosix PendingDatagramWritesManager.swift
[193/222] Compiling NIOPosix PendingWritesManager.swift
[194/222] Compiling NIOPosix PipeChannel.swift
[195/222] Compiling NIOPosix PipePair.swift
[196/222] Compiling NIOPosix ThreadPosix.swift
[197/222] Compiling NIOPosix ThreadWindows.swift
[198/222] Compiling NIOPosix UnsafeTransfer.swift
[199/222] Compiling NIOPosix Utilities.swift
[200/222] Compiling NIOPosix VsockAddress.swift
[201/222] Compiling NIOPosix VsockChannelEvents.swift
[203/224] Compiling NIO Exports.swift
[204/224] Emitting module NIO
error: emit-module command failed with exit code 1 (use -v to see invocation)
[206/250] Emitting module AtemAppleDiscovery
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
[207/250] Compiling AtemAppleDiscovery Network-framework.swift
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
[208/250] Compiling AtemAppleDiscovery NetService.swift
/host/spi-builder-workspace/Sources/AtemAppleDiscovery/Network-framework.swift:8:8: error: no such module 'Network'
 6 | //
 7 |
 8 | import Network
   |        `- error: no such module 'Network'
 9 | import NIO
10 |
BUILD FAILURE 6.1 android