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 Verge, reference main (084a44), with Swift 6.1 for Android on 2 Dec 2025 14:38:17 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/VergeGroup/swift-Verge.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/VergeGroup/swift-Verge
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 084a448 Fix mysterious crash (#549)
Cloned https://github.com/VergeGroup/swift-Verge.git
Revision (git rev-parse @):
084a448dc2dac9bbaa79a70e100a1364d8afbd95
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/VergeGroup/swift-Verge.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/VergeGroup/swift-Verge.git
https://github.com/VergeGroup/swift-Verge.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-concurrency-task-manager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-concurrency-task-manager"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "normalization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-macro-state-struct"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Verge",
  "name" : "Verge",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Verge",
      "targets" : [
        "Verge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeTiny",
      "targets" : [
        "VergeTiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeNormalizationDerived",
      "targets" : [
        "VergeNormalizationDerived"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeRx",
      "targets" : [
        "VergeRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeClassic",
      "targets" : [
        "VergeClassic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacros",
      "targets" : [
        "VergeMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacrosPlugin",
      "targets" : [
        "VergeMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VergeTinyTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTinyTests",
      "path" : "Tests/VergeTinyTests",
      "sources" : [
        "VergeTinyTests.swift"
      ],
      "target_dependencies" : [
        "VergeTiny"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeTiny",
      "module_type" : "SwiftTarget",
      "name" : "VergeTiny",
      "path" : "Sources/VergeTiny",
      "product_memberships" : [
        "VergeTiny"
      ],
      "sources" : [
        "Source.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTests",
      "path" : "Tests/VergeTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AccumulationTests.swift",
        "ActivityTests.swift",
        "BindingDerivedTests.swift",
        "CachedMapTests.swift",
        "ChangesTests.swift",
        "ComparerTests.swift",
        "ConcurrencyTests.swift",
        "CopyPerformance.swift",
        "CounterTests.swift",
        "DemoState.swift",
        "DerivedTests.swift",
        "EdgeTests.swift",
        "EventEmitterTests.swift",
        "FilterTests.swift",
        "IsolatedContextTests.swift",
        "OldComparer.swift",
        "PerformanceTests.swift",
        "PipelineTests.swift",
        "ReferenceEdgeTests.swift",
        "Retain/PublisherCompletionTests.swift",
        "Retain/StoreSinkSusbscriptionTests.swift",
        "RunLoopTests.swift",
        "Sample.swift",
        "StateTypeTests.swift",
        "StoreAndDerivedTests.swift",
        "StoreInitTests.swift",
        "StoreMiddlewareTests.swift",
        "StoreSinkTests.swift",
        "StoreTaskTests.swift",
        "SynchronizeDisplayValueTests.swift",
        "SyntaxTests.swift",
        "TransactionTests.swift",
        "Usage.swift",
        "VergeStoreTests.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRxTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeRxTests",
      "path" : "Tests/VergeRxTests",
      "sources" : [
        "ChangedOperatorTests.swift",
        "DemoState.swift",
        "ReproduceDeadlockTests.swift",
        "SubjectCompletionTests.swift",
        "VergeRxTests.swift"
      ],
      "target_dependencies" : [
        "VergeRx",
        "VergeClassic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRx",
      "module_type" : "SwiftTarget",
      "name" : "VergeRx",
      "path" : "Sources/VergeRx",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Extensions.swift",
        "Store+Rx.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeNormalizationDerivedTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerivedTests",
      "path" : "Tests/VergeNormalizationDerivedTests",
      "sources" : [
        "CombiningTests.swift",
        "DemoState.swift",
        "VergeNormalizationDerivedTests.swift"
      ],
      "target_dependencies" : [
        "VergeNormalizationDerived"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeNormalizationDerived",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerived",
      "path" : "Sources/VergeNormalizationDerived",
      "product_dependencies" : [
        "Normalization",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "VergeNormalizationDerived"
      ],
      "sources" : [
        "DerivedMaking+.swift",
        "DerivedResult.swift",
        "EntityType+Typealias.swift",
        "EntityWrapper.swift",
        "NonNullEntityWrapper.swift",
        "Pipelines.swift",
        "StoreType+.swift",
        "VergeNormalizationDerived.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosTests",
      "path" : "Tests/VergeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "KeyPathMapTests.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosPlugin",
      "path" : "Sources/VergeMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros",
        "VergeMacrosPlugin"
      ],
      "sources" : [
        "KeyPathMap.swift",
        "MacroError.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VergeMacros",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacros",
      "path" : "Sources/VergeMacros",
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros"
      ],
      "sources" : [
        "Source.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeClassic",
      "module_type" : "SwiftTarget",
      "name" : "VergeClassic",
      "path" : "Sources/VergeClassic",
      "product_memberships" : [
        "VergeClassic"
      ],
      "sources" : [
        "Emitter.swift",
        "Extensions.swift",
        "Storage+Rx.swift",
        "Storage.swift",
        "Verge+Extension.swift",
        "VergeClassic.swift"
      ],
      "target_dependencies" : [
        "VergeRx"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Verge",
      "module_type" : "SwiftTarget",
      "name" : "Verge",
      "path" : "Sources/Verge",
      "product_dependencies" : [
        "StateStruct",
        "TypedComparator",
        "Atomics",
        "DequeModule",
        "ConcurrencyTaskManager"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Derived/Derived+Assign.swift",
        "Derived/Derived.swift",
        "Library/BackgroundDeallocationQueue.swift",
        "Library/CachedMap.swift",
        "Library/EventEmitter.swift",
        "Library/InoutRef.swift",
        "Library/Log.swift",
        "Library/Signpost.swift",
        "Library/StoreActivitySubscription.swift",
        "Library/StoreStateSubscription.swift",
        "Library/StoreSubscriptionBase.swift",
        "Library/VergeAnyCancellable.swift",
        "Library/VergeConcurrency+SynchronizationTracker.swift",
        "Library/VergeConcurrency.swift",
        "Library/_BackingStorage+.swift",
        "Logging/ActivityTrace.swift",
        "Logging/DefaultStoreLogger.swift",
        "Logging/MutationTrace.swift",
        "Logging/RuntimeError.swift",
        "Logging/RuntimeSanitizer.swift",
        "Logging/StoreLogger.swift",
        "Sendable.swift",
        "Store/AnyTargetQueue.swift",
        "Store/Changes.swift",
        "Store/DetachedDispatcher.swift",
        "Store/KeyObject.swift",
        "Store/NonAtomicCounter.swift",
        "Store/Pipeline.swift",
        "Store/Scan.swift",
        "Store/StateType.swift",
        "Store/Store+Combine.swift",
        "Store/Store+RunLoop.swift",
        "Store/Store.swift",
        "Store/StoreDriverType+Accumulator.swift",
        "Store/StoreDriverType.swift",
        "Store/StoreMiddleware.swift",
        "Store/StoreOperation.swift",
        "Store/StoreType+Assignee.swift",
        "Store/StoreType+BindingDerived.swift",
        "Store/StoreType+Derived.swift",
        "Store/StoreWrapperType.swift",
        "Store/Transaction.swift",
        "Store/UIStateStore.swift",
        "SwiftUI/OnReceive.swift",
        "SwiftUI/Reading.swift",
        "SwiftUI/StoreObject.swift",
        "SwiftUI/StoreReader.swift",
        "Utility/Edge.swift",
        "Utility/ReferenceEdge.swift",
        "Utility/ThunkToMainActor.swift",
        "Verge.swift",
        "macros.swift"
      ],
      "target_dependencies" : [
        "VergeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/VergeGroup/swift-macro-state-struct
Fetching https://github.com/nalexn/ViewInspector.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/VergeGroup/TypedComparator
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/VergeGroup/Normalization
[1/880] Fetching swift-macro-state-struct
[881/894] Fetching swift-macro-state-struct, typedcomparator
[895/1007] Fetching swift-macro-state-struct, typedcomparator, normalization
[1008/1939] Fetching swift-macro-state-struct, typedcomparator, normalization, swift-macro-testing
[1940/14588] Fetching swift-macro-state-struct, typedcomparator, normalization, swift-macro-testing, viewinspector
Fetched https://github.com/VergeGroup/Normalization from cache (0.25s)
[2712/14475] Fetching swift-macro-state-struct, typedcomparator, swift-macro-testing, viewinspector
Fetched https://github.com/VergeGroup/TypedComparator from cache (0.26s)
[2824/14461] Fetching swift-macro-state-struct, swift-macro-testing, viewinspector
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/VergeGroup/swift-concurrency-task-manager
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.27s)
[3031/13529] Fetching swift-macro-state-struct, viewinspector
Fetching https://github.com/apple/swift-atomics.git
[13530/13786] Fetching swift-macro-state-struct, viewinspector, swift-concurrency-task-manager
[13787/15606] Fetching swift-macro-state-struct, viewinspector, swift-concurrency-task-manager, swift-atomics
Fetched https://github.com/VergeGroup/swift-concurrency-task-manager from cache (0.28s)
[14567/15349] Fetching swift-macro-state-struct, viewinspector, swift-atomics
[14695/88350] Fetching swift-macro-state-struct, viewinspector, swift-atomics, swift-syntax
Fetching https://github.com/ReactiveX/RxSwift.git
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.60s)
[4161/75701] Fetching swift-macro-state-struct, swift-atomics, swift-syntax
[4162/94015] Fetching swift-macro-state-struct, swift-atomics, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[10751/92195] Fetching swift-macro-state-struct, swift-syntax, swift-collections
[19341/145041] Fetching swift-macro-state-struct, swift-syntax, swift-collections, rxswift
Fetched https://github.com/apple/swift-collections from cache (1.78s)
[93904/126727] Fetching swift-macro-state-struct, swift-syntax, rxswift
Fetched https://github.com/VergeGroup/swift-macro-state-struct from cache (11.09s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (11.18s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (11.16s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (14.20s)
Computing version for https://github.com/VergeGroup/swift-concurrency-task-manager
Computed https://github.com/VergeGroup/swift-concurrency-task-manager at 3.0.0 (0.50s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 3.0.1 (0.57s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 2.0.1 (0.55s)
Fetching https://github.com/VergeGroup/swift-typed-identifier
[1/63] Fetching swift-typed-identifier
Fetched https://github.com/VergeGroup/swift-typed-identifier from cache (0.17s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (0.71s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.3 (0.54s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (2.47s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (2.96s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.1 (3.83s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (1.08s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.27s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (5.88s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.43s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.99s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.88s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.66s)
Creating working copy for https://github.com/VergeGroup/swift-typed-identifier
Working copy of https://github.com/VergeGroup/swift-typed-identifier resolved at 2.0.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/VergeGroup/Normalization
Working copy of https://github.com/VergeGroup/Normalization resolved at 2.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/VergeGroup/TypedComparator
Working copy of https://github.com/VergeGroup/TypedComparator resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/VergeGroup/swift-macro-state-struct
Working copy of https://github.com/VergeGroup/swift-macro-state-struct resolved at 3.0.1
Creating working copy for https://github.com/VergeGroup/swift-concurrency-task-manager
Working copy of https://github.com/VergeGroup/swift-concurrency-task-manager resolved at 3.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.4
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.3
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/VergeClassic/demo.gif
    /host/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /host/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
Building for debugging...
[0/90] Write sources
[50/90] Copying PrivacyInfo.xcprivacy
[50/90] Write sources
[50/90] Copying PrivacyInfo.xcprivacy
[50/90] Write sources
[61/90] Compiling _AtomicsShims.c
[63/90] Compiling _SwiftSyntaxCShims PlatformMutex.c
[64/90] Write swift-version-24593BA9C3E375BF.txt
[66/418] Emitting module InternalCollectionsUtilities
[67/420] Compiling SwiftSyntax601 Empty.swift
[68/420] Emitting module SwiftSyntax601
[69/421] Compiling SwiftSyntax602 Empty.swift
[70/421] Emitting module SwiftSyntax602
[72/422] Compiling RxSwift Completable.swift
[73/422] Compiling RxSwift CompositeDisposable.swift
[74/422] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[75/422] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[77/422] Emitting module TypedIdentifier
[78/422] Compiling TypedIdentifier TypedIdentifier.swift
[79/423] Emitting module RxSwift
[81/443] Compiling RxSwift Concat.swift
[82/443] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[83/443] Compiling RxSwift ConcurrentMainScheduler.swift
[84/443] Compiling RxSwift ConnectableObservableType.swift
[85/443] Compiling RxSwift Create.swift
[86/443] Compiling RxSwift CurrentThreadScheduler.swift
[87/443] Emitting module TypedIdentifier
[88/443] Compiling TypedIdentifier TypedIdentifier.swift
[89/444] Compiling RxSwift Debug.swift
[90/444] Compiling RxSwift Decode.swift
[96/450] Compiling RxSwift Date+Dispatch.swift
[97/450] Compiling RxSwift Debounce.swift
[98/451] Emitting module InternalCollectionsUtilities
[99/453] Compiling RxSwift CombineLatest.swift
[100/453] Compiling RxSwift CompactMap.swift
[104/453] Compiling RxSwift Completable+AndThen.swift
[106/453] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[107/453] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[108/453] Compiling TypedComparator PackedCompare.swift
[109/454] Emitting module TypedComparator
[117/455] Compiling TypedComparator TypedComparator.swift
[121/461] Compiling SwiftSyntax600 Empty.swift
[122/461] Emitting module SwiftSyntax600
[123/463] Emitting module TypedComparator
[125/466] Compiling TypedComparator PackedCompare.swift
[126/466] Compiling TypedComparator TypedComparator.swift
[127/467] Emitting module SwiftSyntax510
[128/467] Compiling SwiftSyntax510 Empty.swift
[129/468] Emitting module SwiftSyntax509
[130/468] Compiling SwiftSyntax509 Empty.swift
[134/651] Compiling DequeModule Deque+CustomReflectable.swift
[135/651] Compiling DequeModule Deque+Descriptions.swift
[136/653] Compiling DequeModule _DequeBuffer.swift
[137/653] Compiling DequeModule _DequeBufferHeader.swift
[142/655] Compiling DequeModule Deque+Extras.swift
[143/655] Compiling DequeModule Deque+Hashable.swift
[144/655] Compiling DequeModule Deque+Equatable.swift
[145/655] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[146/655] Emitting module RxSwift
[151/675] Compiling HashTreeCollections TreeSet+Hashable.swift
[152/675] Compiling HashTreeCollections TreeSet+Sendable.swift
[153/675] Compiling HashTreeCollections TreeSet+Sequence.swift
[154/675] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[155/675] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[156/675] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[157/675] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[158/675] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[159/675] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[160/675] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[161/685] Compiling DequeModule _DequeSlot.swift
[162/685] Compiling DequeModule _UnsafeWrappedBuffer.swift
[163/685] Compiling DequeModule Deque+Codable.swift
[164/685] Compiling DequeModule Deque+Collection.swift
[167/685] Compiling HashTreeCollections TreeDictionary.swift
[168/685] Compiling HashTreeCollections TreeSet+Codable.swift
[169/685] Compiling HashTreeCollections TreeSet+Collection.swift
[170/685] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[171/685] Compiling HashTreeCollections TreeSet+Debugging.swift
[172/685] Compiling HashTreeCollections TreeSet+Descriptions.swift
[173/685] Compiling HashTreeCollections TreeSet+Equatable.swift
[174/685] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[175/685] Compiling HashTreeCollections TreeSet+Extras.swift
[176/685] Compiling HashTreeCollections TreeSet+Filter.swift
[179/695] Compiling DequeModule Deque+Testing.swift
[180/695] Compiling DequeModule Deque._Storage.swift
[181/695] Compiling DequeModule Deque._UnsafeHandle.swift
[182/695] Compiling DequeModule Deque.swift
[183/695] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[184/695] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[185/695] Compiling HashTreeCollections TreeDictionary+Filter.swift
[186/695] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[187/695] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[188/695] Compiling HashTreeCollections TreeDictionary+Keys.swift
[189/695] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[190/695] Compiling HashTreeCollections TreeDictionary+Merge.swift
[191/695] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[192/695] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[193/695] Compiling HashTreeCollections TreeDictionary+Values.swift
[229/695] Emitting module DequeModule
[231/696] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[232/696] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[252/696] Emitting module DequeModule
[253/697] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[254/697] Compiling RxSwift Infallible+CombineLatest+arity.swift
[255/697] Compiling RxSwift Infallible+Concurrency.swift
[256/697] Compiling RxSwift Infallible+Create.swift
[257/697] Compiling RxSwift Infallible+Debug.swift
[258/697] Compiling RxSwift Infallible+Operators.swift
[259/697] Compiling RxSwift Infallible+Zip+arity.swift
[260/697] Compiling RxSwift Infallible.swift
[261/697] Compiling RxSwift InfiniteSequence.swift
[262/697] Compiling RxSwift InvocableScheduledItem.swift
[263/697] Compiling RxSwift InvocableType.swift
[264/697] Compiling RxSwift Just.swift
[265/697] Compiling RxSwift Lock.swift
[266/697] Compiling RxSwift LockOwnerType.swift
[267/697] Compiling RxSwift MainScheduler.swift
[268/697] Compiling RxSwift Map.swift
[269/697] Compiling RxSwift Materialize.swift
[270/697] Compiling RxSwift Maybe.swift
[271/697] Compiling RxSwift Merge.swift
[272/697] Compiling RxSwift Multicast.swift
[273/697] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[274/697] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[275/697] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[276/697] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[277/697] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[278/697] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[279/697] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[280/697] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[281/697] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[282/697] Compiling HashTreeCollections TreeSet.swift
[295/697] Compiling RxSwift Queue.swift
[296/697] Compiling RxSwift Range.swift
[297/697] Compiling RxSwift Reactive.swift
[298/697] Compiling RxSwift RecursiveLock.swift
[299/697] Compiling RxSwift RecursiveScheduler.swift
[300/697] Compiling RxSwift Reduce.swift
[301/697] Compiling RxSwift RefCountDisposable.swift
[302/697] Compiling RxSwift Repeat.swift
[303/697] Compiling RxSwift ReplaySubject.swift
[304/697] Compiling RxSwift RetryWhen.swift
[305/697] Compiling RxSwift Rx.swift
[306/697] Compiling RxSwift RxMutableBox.swift
[307/697] Compiling RxSwift Sample.swift
[308/697] Compiling RxSwift Scan.swift
[309/697] Compiling RxSwift ScheduledDisposable.swift
[310/697] Compiling RxSwift ScheduledItem.swift
[311/697] Compiling RxSwift ScheduledItemType.swift
[312/697] Compiling RxSwift SchedulerServices+Emulation.swift
[314/760] Compiling RxSwift SchedulerType.swift
[315/760] Compiling RxSwift Sequence.swift
[316/760] Compiling RxSwift SerialDispatchQueueScheduler.swift
[317/760] Compiling RxSwift SerialDisposable.swift
[318/760] Compiling RxSwift ShareReplayScope.swift
[319/760] Compiling RxSwift Single.swift
[320/760] Compiling RxSwift SingleAssignmentDisposable.swift
[321/760] Compiling RxSwift SingleAsync.swift
[322/760] Compiling RxSwift Sink.swift
[323/760] Compiling RxSwift Skip.swift
[324/760] Compiling RxSwift SkipUntil.swift
[325/760] Compiling RxSwift SkipWhile.swift
[326/760] Compiling RxSwift StartWith.swift
[327/760] Compiling RxSwift SubjectType.swift
[328/760] Compiling RxSwift SubscribeOn.swift
[329/760] Compiling RxSwift SubscriptionDisposable.swift
[330/760] Compiling RxSwift SwiftSupport.swift
[331/760] Compiling RxSwift Switch.swift
[332/760] Compiling RxSwift SwitchIfEmpty.swift
[333/760] Compiling RxSwift SynchronizedDisposeType.swift
[354/760] Compiling SwiftSyntax AbsolutePosition.swift
[355/760] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[356/760] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[357/760] Compiling SwiftSyntax Assert.swift
[358/760] Compiling SwiftSyntax BumpPtrAllocator.swift
[359/760] Compiling SwiftSyntax CommonAncestor.swift
[360/760] Compiling SwiftSyntax Convenience.swift
[361/760] Compiling SwiftSyntax CustomTraits.swift
[362/760] Compiling SwiftSyntax EditorPlaceholder.swift
[363/760] Compiling SwiftSyntax Identifier.swift
[364/760] Compiling SwiftSyntax MemoryLayout.swift
[365/760] Compiling SwiftSyntax MissingNodeInitializers.swift
[366/760] Compiling SwiftSyntax RawSyntax.swift
[367/760] Compiling SwiftSyntax RawSyntaxArena.swift
[368/760] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[369/760] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[370/760] Compiling SwiftSyntax RawSyntaxTokenView.swift
[371/760] Compiling SwiftSyntax SourceEdit.swift
[372/760] Compiling SwiftSyntax SourceLength.swift
[373/760] Compiling SwiftSyntax SourceLocation.swift
[374/760] Compiling SwiftSyntax SourcePresence.swift
[375/760] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[376/760] Compiling SwiftSyntax Syntax.swift
[377/760] Compiling SwiftSyntax SyntaxChildren.swift
[378/760] Compiling SwiftSyntax SyntaxCollection.swift
[379/760] Compiling SwiftSyntax SyntaxHashable.swift
[380/760] Compiling SwiftSyntax SyntaxIdentifier.swift
[381/760] Compiling SwiftSyntax SyntaxNodeStructure.swift
[382/760] Compiling SwiftSyntax SyntaxProtocol.swift
[383/760] Compiling SwiftSyntax SyntaxText.swift
[384/760] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[385/760] Compiling SwiftSyntax TokenDiagnostic.swift
[386/760] Compiling SwiftSyntax TokenSequence.swift
[387/760] Compiling SwiftSyntax TokenSyntax.swift
[388/760] Compiling SwiftSyntax Trivia.swift
[389/760] Compiling SwiftSyntax Utils.swift
[390/760] Compiling SwiftSyntax ChildNameForKeyPath.swift
[391/760] Compiling SwiftSyntax Keyword.swift
[392/760] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[393/760] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[394/760] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[395/760] Compiling SwiftSyntax SyntaxBaseNodes.swift
[405/760] Compiling SwiftSyntax SyntaxCollections.swift
[406/760] Compiling SwiftSyntax SyntaxEnum.swift
[407/760] Compiling VergeTiny Source.swift
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:224:5: error: cannot find 'objc_sync_enter' in scope
222 |   public var associatedProperties: DynamicPropertyStorage {
223 |
224 |     objc_sync_enter(self)
    |     `- error: cannot find 'objc_sync_enter' in scope
225 |     defer {
226 |       objc_sync_exit(self)
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:226:7: error: cannot find 'objc_sync_exit' in scope
224 |     objc_sync_enter(self)
225 |     defer {
226 |       objc_sync_exit(self)
    |       `- error: cannot find 'objc_sync_exit' in scope
227 |     }
228 |
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:229:25: error: cannot find 'objc_getAssociatedObject' in scope
227 |     }
228 |
229 |     if let associated = objc_getAssociatedObject(self, &_storageKey)
    |                         `- error: cannot find 'objc_getAssociatedObject' in scope
230 |         as? DynamicPropertyStorage
231 |     {
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:235:7: error: cannot find 'objc_setAssociatedObject' in scope
233 |     } else {
234 |       let associated = DynamicPropertyStorage()
235 |       objc_setAssociatedObject(self, &_storageKey, associated, .OBJC_ASSOCIATION_RETAIN)
    |       `- error: cannot find 'objc_setAssociatedObject' in scope
236 |       return associated
237 |     }
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:235:65: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
233 |     } else {
234 |       let associated = DynamicPropertyStorage()
235 |       objc_setAssociatedObject(self, &_storageKey, associated, .OBJC_ASSOCIATION_RETAIN)
    |                                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
236 |       return associated
237 |     }
[408/760] Emitting module VergeTiny
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /host/spi-builder-workspace/Sources/VergeClassic/demo.gif
    /host/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
[0/1] Planning build
Building for debugging...
[0/26] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling SwiftSyntax600 Empty.swift
[3/44] Emitting module SwiftSyntax600
[4/44] Compiling TypedComparator PackedCompare.swift
[5/44] Emitting module TypedComparator
[6/45] Emitting module SwiftSyntax601
[7/45] Compiling SwiftSyntax601 Empty.swift
[8/45] Compiling SwiftSyntax510 Empty.swift
[9/45] Emitting module SwiftSyntax510
[10/47] Compiling TypedComparator TypedComparator.swift
[11/47] Emitting module SwiftSyntax602
[12/47] Compiling SwiftSyntax602 Empty.swift
[13/47] Emitting module SwiftSyntax509
[14/47] Compiling SwiftSyntax509 Empty.swift
[15/48] Compiling TypedComparator TypedComparator.swift
[16/50] Compiling TypedIdentifier TypedIdentifier.swift
[17/50] Emitting module TypedIdentifier
[18/51] Compiling TypedComparator PackedCompare.swift
[19/51] Emitting module TypedComparator
[28/163] Emitting module VergeTiny
[30/259] Compiling VergeTiny Source.swift
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:224:5: error: cannot find 'objc_sync_enter' in scope
222 |   public var associatedProperties: DynamicPropertyStorage {
223 |
224 |     objc_sync_enter(self)
    |     `- error: cannot find 'objc_sync_enter' in scope
225 |     defer {
226 |       objc_sync_exit(self)
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:226:7: error: cannot find 'objc_sync_exit' in scope
224 |     objc_sync_enter(self)
225 |     defer {
226 |       objc_sync_exit(self)
    |       `- error: cannot find 'objc_sync_exit' in scope
227 |     }
228 |
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:229:25: error: cannot find 'objc_getAssociatedObject' in scope
227 |     }
228 |
229 |     if let associated = objc_getAssociatedObject(self, &_storageKey)
    |                         `- error: cannot find 'objc_getAssociatedObject' in scope
230 |         as? DynamicPropertyStorage
231 |     {
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:235:7: error: cannot find 'objc_setAssociatedObject' in scope
233 |     } else {
234 |       let associated = DynamicPropertyStorage()
235 |       objc_setAssociatedObject(self, &_storageKey, associated, .OBJC_ASSOCIATION_RETAIN)
    |       `- error: cannot find 'objc_setAssociatedObject' in scope
236 |       return associated
237 |     }
/host/spi-builder-workspace/Sources/VergeTiny/Source.swift:235:65: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
233 |     } else {
234 |       let associated = DynamicPropertyStorage()
235 |       objc_setAssociatedObject(self, &_storageKey, associated, .OBJC_ASSOCIATION_RETAIN)
    |                                                                 `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN'
236 |       return associated
237 |     }
[31/317] Compiling RxSwift Completable+AndThen.swift
[32/317] Compiling RxSwift Completable.swift
[33/356] Emitting module TypedIdentifier
BUILD FAILURE 6.1 android