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 AccessibilitySnapshot, reference master (54046d), with Swift 6.1 for Linux on 28 Apr 2025 12:22:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/EmergeTools/AccessibilitySnapshot.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/EmergeTools/AccessibilitySnapshot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 54046d8 Merge pull request #3 from EmergeTools/addMarkersReturns
Cloned https://github.com/EmergeTools/AccessibilitySnapshot.git
Revision (git rev-parse @):
54046d8fa44b9fa9f0e2229526f6ed89cb5e0ec2
SUCCESS checkout https://github.com/EmergeTools/AccessibilitySnapshot.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EmergeTools/AccessibilitySnapshot.git
https://github.com/EmergeTools/AccessibilitySnapshot.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "AccessibilitySnapshot",
  "name" : "AccessibilitySnapshot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "AccessibilitySnapshotCore",
      "targets" : [
        "AccessibilitySnapshotCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AccessibilitySnapshotCore_ObjC",
      "module_type" : "ClangTarget",
      "name" : "AccessibilitySnapshotCore-ObjC",
      "path" : "Sources/AccessibilitySnapshot/Core/ObjC",
      "product_memberships" : [
        "AccessibilitySnapshotCore"
      ],
      "sources" : [
        "ASAccessibilityEnabler.m",
        "UIAccessibilityStatusUtility.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilitySnapshotCore",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilitySnapshotCore",
      "path" : "Sources/AccessibilitySnapshot/Core/Swift",
      "product_memberships" : [
        "AccessibilitySnapshotCore"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Swift/Assets/Images.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Swift/Assets/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Swift/Assets/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/Swift/Assets/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "Classes/AccessibilityHierarchyParser.swift",
        "Classes/AccessibilitySnapshotView+PillsView.swift",
        "Classes/AccessibilitySnapshotView.swift",
        "Classes/HitTargetSnapshotUtility.swift",
        "Classes/HitTargetSnapshotView.swift",
        "Classes/SnapshotAndLegendView.swift",
        "Classes/String+Localization.swift",
        "Classes/UIAccessibility+SnapshotAdditions.swift",
        "Classes/UIApplication+FirstKeyWindow.swift",
        "Classes/UIView+ImageRendering.swift",
        "Classes/UIView+InvertColorsSnapshotting.swift"
      ],
      "target_dependencies" : [
        "AccessibilitySnapshotCore-ObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/9] Write sources
[1/9] Copying Localizable.strings
[4/9] Copying Images.xcassets
[5/9] Copying Info.plist
In file included from /host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/ObjC/UIAccessibilityStatusUtility.m:42:
/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/ObjC/include/UIAccessibilityStatusUtility.h:17:9: fatal error: 'UIKit/UIKit.h' file not found
   17 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[6/9] Compiling AccessibilitySnapshotCore-ObjC UIAccessibilityStatusUtility.m
/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/ObjC/ASAccessibilityEnabler.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[6/9] Compiling AccessibilitySnapshotCore-ObjC ASAccessibilityEnabler.m
[6/9] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/AccessibilitySnapshot/Core/ObjC/ASAccessibilityEnabler.m:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/3] Compiling AccessibilitySnapshotCore-ObjC ASAccessibilityEnabler.m
In file included from /host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/ObjC/UIAccessibilityStatusUtility.m:42:
/host/spi-builder-workspace/Sources/AccessibilitySnapshot/Core/ObjC/include/UIAccessibilityStatusUtility.h:17:9: fatal error: 'UIKit/UIKit.h' file not found
   17 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/3] Compiling AccessibilitySnapshotCore-ObjC UIAccessibilityStatusUtility.m
[0/3] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux