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 TextureBridging, reference 3.2.1 (4383f8), with Swift 6.1 for Linux on 30 Apr 2025 20:42:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/TextureBridging.git
Reference: 3.2.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/FluidGroup/TextureBridging
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at 4383f8a Update Package.swift (#10)
Cloned https://github.com/FluidGroup/TextureBridging.git
Revision (git rev-parse @):
4383f8a9846a0507d2c22ee9fac22153f9b86fed
SUCCESS checkout https://github.com/FluidGroup/TextureBridging.git at 3.2.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/TextureBridging.git
https://github.com/FluidGroup/TextureBridging.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "texture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/Texture.git"
    }
  ],
  "manifest_display_name" : "TextureBridging",
  "name" : "TextureBridging",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextureBridging",
      "targets" : [
        "TextureBridging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TextureBridging",
      "module_type" : "SwiftTarget",
      "name" : "TextureBridging",
      "path" : "Sources/TextureBridging",
      "product_dependencies" : [
        "AsyncDisplayKit"
      ],
      "product_memberships" : [
        "TextureBridging"
      ],
      "sources" : [
        "Logger.swift",
        "NodeView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/FluidGroup/Texture.git
[1/43652] Fetching texture
Fetched https://github.com/FluidGroup/Texture.git from cache (6.72s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (7.37s)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.3
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollections.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollections.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/175] Compiling AsyncDisplayKit ASCollections.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollectionView.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASAssert.h:12:9: fatal error: 'Foundation/NSException.h' file not found
   12 | #import <Foundation/NSException.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASCollectionView.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode+AnimatedImage.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASImageNode.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASImageNode+AnimatedImage.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollectionNode.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCollectionNode.h:10:9: fatal error: 'UIKit/UICollectionView.h' file not found
   10 | #import <UIKit/UICollectionView.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASCollectionNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASButtonNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASButtonNode+Private.h:9:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASButtonNode.h:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASControlNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASDisplayNode.h:12:9: fatal error: 'UIKit/UIKit.h' file not found
   12 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASCellNode.mm:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/Private/ASCellNode+Internal.h:10:
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASCellNode.h:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASDisplayNode.h:12:9: fatal error: 'UIKit/UIKit.h' file not found
   12 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASCellNode.mm
[0/175] Compiling AsyncDisplayKit ASButtonNode.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfiguration.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfiguration.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
    9 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/175] Compiling AsyncDisplayKit ASConfiguration.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfigurationInternal.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASConfigurationInternal.h:12:9: fatal error: 'Foundation/Foundation.h' file not found
   12 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/175] Compiling AsyncDisplayKit ASConfigurationInternal.mm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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...
[0/175] Write sources
/host/spi-builder-workspace/.build/checkouts/Texture/Source/tvOS/ASImageNode+tvOS.mm:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling ASImageNode+tvOS.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/UIImage+ASConvenience.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/UIImage+ASConvenience.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling AsyncDisplayKit UIImage+ASConvenience.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/UIResponder+AsyncDisplayKit.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/UIResponder+AsyncDisplayKit.h:10:9: fatal error: 'UIKit/UIKit.h' file not found
   10 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling AsyncDisplayKit UIResponder+AsyncDisplayKit.mm
[1/175] Compiling ASTextKitTailTruncater.mm
/host/spi-builder-workspace/.build/checkouts/Texture/Source/tvOS/ASControlNode+tvOS.mm:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling ASControlNode+tvOS.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/TextKit/ASTextNodeWordKerner.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/TextKit/ASTextNodeWordKerner.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling ASTextNodeWordKerner.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.mm:10:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/_ASTransitionContext.h:10:9: fatal error: 'Foundation/Foundation.h' file not found
   10 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/175] Compiling AsyncDisplayKit _ASTransitionContext.mm
[1/175] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux