The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RxAppKit, reference main (ea8128), with Swift 6.1 for Linux on 27 Apr 2025 17:39:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mx-Iris/RxAppKit.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/Mx-Iris/RxAppKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea81281 Updates
Cloned https://github.com/Mx-Iris/RxAppKit.git
Revision (git rev-parse @):
ea81281cca137d2092cf2c4e78330a17e6e1dbaf
SUCCESS checkout https://github.com/Mx-Iris/RxAppKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Mx-Iris/RxAppKit.git
https://github.com/Mx-Iris/RxAppKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.6.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    },
    {
      "identity" : "differencekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ra1028/DifferenceKit"
    }
  ],
  "manifest_display_name" : "RxAppKit",
  "name" : "RxAppKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "RxAppKit",
      "targets" : [
        "RxAppKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxAppKitTests",
      "module_type" : "SwiftTarget",
      "name" : "RxAppKitTests",
      "path" : "Tests/RxAppKitTests",
      "sources" : [
        "RxAppKitTests.swift"
      ],
      "target_dependencies" : [
        "RxAppKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxAppKitObjC",
      "module_type" : "ClangTarget",
      "name" : "RxAppKitObjC",
      "path" : "Sources/RxAppKitObjC",
      "product_memberships" : [
        "RxAppKit"
      ],
      "sources" : [
        "ObjCRuntimeAliases.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxAppKit",
      "module_type" : "SwiftTarget",
      "name" : "RxAppKit",
      "path" : "Sources/RxAppKit",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa",
        "DifferenceKit"
      ],
      "product_memberships" : [
        "RxAppKit"
      ],
      "sources" : [
        "Common/AnyDifferentiable.swift",
        "Common/DelegateProxyType.swift",
        "Common/NSControl.StateValue+.swift",
        "Common/NSObject+Association.swift",
        "Common/NSToolbar+.swift",
        "Common/NSToolbarItem+.swift",
        "Common/ObjC+Constants.swift",
        "Common/ObjC+Messages.swift",
        "Common/ObjC+Runtime.swift",
        "Common/ObjC+RuntimeSubclassing.swift",
        "Common/ObjC+Selector.swift",
        "Common/Objc+Synchronized.swift",
        "Common/ObjectContainer.swift",
        "Common/RxAppKit.swift",
        "Common/RxCocoa.swift",
        "Common/TableViewAnimationConfiguration.swift",
        "Common/ViewTransition.swift",
        "Components/HasDoubleAction+Rx.swift",
        "Components/HasTargeAction+Rx.swift",
        "Components/HasTargetRequiredAction+Rx.swift",
        "Components/NSAlert+Rx.swift",
        "Components/NSApplication+Rx.swift",
        "Components/NSBrowser+Rx.swift",
        "Components/NSButton+Rx.swift",
        "Components/NSCollectionView+Rx.swift",
        "Components/NSCollectionViewItem+Rx.swift",
        "Components/NSColorPanel+Rx.swift",
        "Components/NSColorWell+Rx.swift",
        "Components/NSComboBox+Rx.swift",
        "Components/NSControl+Rx.swift",
        "Components/NSDatePicker+Rx.swift",
        "Components/NSEvent+Rx.swift",
        "Components/NSFontManager+Rx.swift",
        "Components/NSGestureRecognizer+Rx.swift",
        "Components/NSMenu+Rx.swift",
        "Components/NSMenuItem+Rx.swift",
        "Components/NSObject+Rx.swift",
        "Components/NSOutlineView+Rx.swift",
        "Components/NSPageController+Rx.swift",
        "Components/NSPopUpButton+Rx.swift",
        "Components/NSPopover+Rx.swift",
        "Components/NSProgressIndicator+Rx.swift",
        "Components/NSResponder+Rx.swift",
        "Components/NSSavePanel+Rx.swift",
        "Components/NSScrollView+Rx.swift",
        "Components/NSSearchField+Rx.swift",
        "Components/NSSegmentedControl+Rx.swift",
        "Components/NSSharingServicePickerToolbarItem+Rx.swift",
        "Components/NSSplitView+Rx.swift",
        "Components/NSSplitViewController+Rx.swift",
        "Components/NSStackView+Rx.swift",
        "Components/NSStandardKeyBindingResponding+Rx.swift",
        "Components/NSStepper+Rx.swift",
        "Components/NSSwitch+Rx.swift",
        "Components/NSTabView+Rx.swift",
        "Components/NSTabViewController+Rx.swift",
        "Components/NSTableView+Rx.swift",
        "Components/NSTextField+Rx.swift",
        "Components/NSTextStorage+Rx.swift",
        "Components/NSTextView+Rx.swift",
        "Components/NSToolbar+Rx.swift",
        "Components/NSToolbarItem+Rx.swift",
        "Components/NSView+Rx.swift",
        "Components/NSViewController+Rx.swift",
        "Components/NSWindow+Rx.swift",
        "Components/NSWindowController+Rx.swift",
        "DataSources & Adapters/Browser/BrowserAdapter.swift",
        "DataSources & Adapters/Browser/RxNSBrowserAdapter.swift",
        "DataSources & Adapters/CollectionView/CollectionViewArrayDataSource.swift",
        "DataSources & Adapters/CollectionView/CollectionViewSectionedDataSource.swift",
        "DataSources & Adapters/CollectionView/RxNSCollectionViewArrayDataSource.swift",
        "DataSources & Adapters/CollectionView/RxNSCollectionViewSectionedDataSource.swift",
        "DataSources & Adapters/ComboBox/ComboBoxDataSource.swift",
        "DataSources & Adapters/ComboBox/RxNSComboBoxDataSource.swift",
        "DataSources & Adapters/OutlineView/OutlineViewAdapter.swift",
        "DataSources & Adapters/OutlineView/RxNSOutlineViewAdapter.swift",
        "DataSources & Adapters/PageController/PageControllerAdapter.swift",
        "DataSources & Adapters/PageController/RxNSPageControllerAdapter.swift",
        "DataSources & Adapters/SharingServicePickerToolbarItem/RxNSSharingServicePickerToolbarItemAdapter.swift",
        "DataSources & Adapters/SharingServicePickerToolbarItem/SharingServicePickerToolbarItemAdapter.swift",
        "DataSources & Adapters/TableView/RxNSTableViewArrayAdapter.swift",
        "DataSources & Adapters/TableView/RxNSTableViewArrayAnimatedAdapter.swift",
        "DataSources & Adapters/TableView/TableViewArrayAdapter.swift",
        "DataSources & Adapters/Toolbar/RxNSToolbarAdapter.swift",
        "DataSources & Adapters/Toolbar/ToolbarAdapter.swift",
        "Protocols/RequiredMethodDelegateProxyType.swift",
        "Protocols/RxNSBrowserDelegateType.swift",
        "Protocols/RxNSCollectionViewDataSourceType.swift",
        "Protocols/RxNSComboBoxDataSourceType.swift",
        "Protocols/RxNSOutlineViewDataSourceType.swift",
        "Protocols/RxNSPageControllDelegateType.swift",
        "Protocols/RxNSSharingServicePickerToolbarItemDelegateType.swift",
        "Protocols/RxNSTableViewDataSourceType.swift",
        "Protocols/RxNSToolbarDelegateType.swift",
        "Protocols/RxToolbarItemRepresentable.swift",
        "Proxies/RowsViewDataSourceType.swift",
        "Proxies/RxNSBrowserDelegateProxy.swift",
        "Proxies/RxNSCollectionViewDataSourceProxy.swift",
        "Proxies/RxNSCollectionViewDelegateProxy.swift",
        "Proxies/RxNSComboBoxDataSourceProxy.swift",
        "Proxies/RxNSMenuDelegateProxy.swift",
        "Proxies/RxNSMenuProxy.swift",
        "Proxies/RxNSOpenSavePanelDelegateProxy.swift",
        "Proxies/RxNSOutlineViewDataSourceProxy.swift",
        "Proxies/RxNSOutlineViewDelegateProxy.swift",
        "Proxies/RxNSPageControllDelegateProxy.swift",
        "Proxies/RxNSPopoverDelegateProxy.swift",
        "Proxies/RxNSSearchFieldDelegateProxy.swift",
        "Proxies/RxNSSharingServicePickerDelegateProxy.swift",
        "Proxies/RxNSSharingServicePickerToolbarItemDelegateProxy.swift",
        "Proxies/RxNSStackViewDelegateProxy.swift",
        "Proxies/RxNSTabViewDelegateProxy.swift",
        "Proxies/RxNSTableViewDataSourceProxy.swift",
        "Proxies/RxNSTableViewDelegateProxy.swift",
        "Proxies/RxNSTextFieldDelegateProxy.swift",
        "Proxies/RxNSTextStorageDelegateProxy.swift",
        "Proxies/RxNSToolbarDelegateProxy.swift",
        "Proxies/RxNSToolbarProxy.swift",
        "Target-Action/ActionProxy/ActionProxy+HasDoubleAction.swift",
        "Target-Action/ActionProxy/ActionProxy+HasTargetAction.swift",
        "Target-Action/ActionProxy/ActionProxy+HasTargetRequiredAction.swift",
        "Target-Action/ActionProxy/ActionProxy.swift",
        "Target-Action/Protocols/HasDoubleAction.swift",
        "Target-Action/Protocols/HasTargeAction.swift",
        "Target-Action/Protocols/HasTargetRequiredAction.swift",
        "Target-Action/Target/BaseTarget.swift",
        "Target-Action/Target/DoubleClickTarget.swift",
        "Target-Action/Target/RxTarget.swift"
      ],
      "target_dependencies" : [
        "RxAppKitObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ra1028/DifferenceKit
Fetching https://github.com/ReactiveX/RxSwift
[1/2319] Fetching differencekit
[720/55002] Fetching differencekit, rxswift
Fetched https://github.com/ra1028/DifferenceKit from cache (5.15s)
Fetched https://github.com/ReactiveX/RxSwift from cache (5.28s)
Computing version for https://github.com/ra1028/DifferenceKit
Computed https://github.com/ra1028/DifferenceKit at 1.3.0 (5.77s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (0.47s)
Creating working copy for https://github.com/ra1028/DifferenceKit
Working copy of https://github.com/ra1028/DifferenceKit resolved at 1.3.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
Building for debugging...
[0/10] Write sources
[2/10] Copying PrivacyInfo.xcprivacy
[2/10] Write sources
/host/spi-builder-workspace/Sources/RxAppKitObjC/ObjCRuntimeAliases.m:1:9: fatal error: 'objc/runtime.h' file not found
    1 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
[8/10] Compiling RxAppKitObjC ObjCRuntimeAliases.m
[8/10] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
/host/spi-builder-workspace/Sources/RxAppKitObjC/ObjCRuntimeAliases.m:1:9: fatal error: 'objc/runtime.h' file not found
    1 | #import <objc/runtime.h>
      |         ^~~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling RxAppKitObjC ObjCRuntimeAliases.m
[0/2] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux