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 TextureSwiftSupport, reference main (ce3319), with Swift 6.1 for Linux on 30 Apr 2025 20:42:04 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/TextureSwiftSupport.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/FluidGroup/TextureSwiftSupport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ce33193 Support MainActor updates from Texture (#123)
Cloned https://github.com/FluidGroup/TextureSwiftSupport.git
Revision (git rev-parse @):
ce3319351831533330e22d205bd83937848059db
SUCCESS checkout https://github.com/FluidGroup/TextureSwiftSupport.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FluidGroup/TextureSwiftSupport.git
https://github.com/FluidGroup/TextureSwiftSupport.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "texture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.3",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/Texture.git"
    },
    {
      "identity" : "descriptors",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FluidGroup/Descriptors"
    }
  ],
  "manifest_display_name" : "TextureSwiftSupport",
  "name" : "TextureSwiftSupport",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextureSwiftSupport",
      "targets" : [
        "TextureSwiftSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TextureSwiftSupport",
      "module_type" : "SwiftTarget",
      "name" : "TextureSwiftSupport",
      "path" : "Sources",
      "product_dependencies" : [
        "AsyncDisplayKit",
        "Descriptors"
      ],
      "product_memberships" : [
        "TextureSwiftSupport"
      ],
      "sources" : [
        "Components/Compositions/AnyDisplayNode.swift",
        "Components/Compositions/BackgroundNode.swift",
        "Components/Compositions/ContextDrawingNode.swift",
        "Components/Compositions/HighlightCellNode.swift",
        "Components/Compositions/InteractiveNode.swift",
        "Components/Compositions/MaskingNode.swift",
        "Components/Compositions/OnAppearNode.swift",
        "Components/Compositions/OverlayNode.swift",
        "Components/Compositions/PaddingNode.swift",
        "Components/Compositions/ShapeDrawingNode.swift",
        "Components/Compositions/ShapeLayerNode.swift",
        "Components/Compositions/StyledEdgeNode.swift",
        "Components/Compositions/TextureSwiftSupport+Compositions.swift",
        "Components/Compositions/ViewNode.swift",
        "Components/Compositions/WrapperCellNode.swift",
        "Components/Compositions/WrapperNode.swift",
        "Components/Containers/StackScrollNode.swift",
        "Components/Elements/GradientDrawingNode.swift",
        "Components/Elements/GradientLayerNode.swift",
        "Components/Tools/DisplayNodeViewController.swift",
        "Components/Tools/NamedDisplayCellNodeBase.swift",
        "Components/Tools/NamedDisplayNodeBase.swift",
        "Components/Tools/SafeAreaDisplayNode.swift",
        "Components/Tools/UIResponder+.swift",
        "Experiments/NodeFactory.swift",
        "Experiments/_NodeLayout.swift",
        "Extensions/ASSizeRange+.swift",
        "LayoutSpecBuilders/Deprecates.swift",
        "LayoutSpecBuilders/Layout/AbsoluteLayout.swift",
        "LayoutSpecBuilders/Layout/AnyLayout.swift",
        "LayoutSpecBuilders/Layout/AspectRatioLayout.swift",
        "LayoutSpecBuilders/Layout/BackgroundLayout.swift",
        "LayoutSpecBuilders/Layout/CenterLayout.swift",
        "LayoutSpecBuilders/Layout/CornerLayout.swift",
        "LayoutSpecBuilders/Layout/HStackLayout.swift",
        "LayoutSpecBuilders/Layout/InsetLayout.swift",
        "LayoutSpecBuilders/Layout/Internal/ConditionalLayout.swift",
        "LayoutSpecBuilders/Layout/Internal/EmptyLayout.swift",
        "LayoutSpecBuilders/Layout/Internal/MultiLayout.swift",
        "LayoutSpecBuilders/Layout/Internal/OptionalLayout.swift",
        "LayoutSpecBuilders/Layout/OverlayLayout.swift",
        "LayoutSpecBuilders/Layout/RelativeLayout.swift",
        "LayoutSpecBuilders/Layout/SpacerLayout.swift",
        "LayoutSpecBuilders/Layout/SwitchCaseLayout.swift",
        "LayoutSpecBuilders/Layout/VGridLayout.swift",
        "LayoutSpecBuilders/Layout/VStackLayout.swift",
        "LayoutSpecBuilders/Layout/WrapperLayout.swift",
        "LayoutSpecBuilders/Layout/ZStackLayout.swift",
        "LayoutSpecBuilders/Modifiers.swift",
        "LayoutSpecBuilders/Options/FlexWrap.swift",
        "LayoutSpecBuilders/Options/LayoutCondition.swift",
        "LayoutSpecBuilders/SpecBuilder.swift",
        "LayoutSpecBuilders/TextureSwiftSupport.swift",
        "LayoutSpecBuilders/_ArrayBuilder.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/Descriptors
Fetching https://github.com/FluidGroup/Texture.git
[1/142] Fetching descriptors
[143/43794] Fetching descriptors, texture
Fetched https://github.com/FluidGroup/Descriptors from cache (5.90s)
Fetched https://github.com/FluidGroup/Texture.git from cache (6.12s)
Computing version for https://github.com/FluidGroup/Texture.git
Computed https://github.com/FluidGroup/Texture.git at 3.0.3 (7.42s)
Computing version for https://github.com/FluidGroup/Descriptors
warning: 'descriptors': /Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
Computed https://github.com/FluidGroup/Descriptors at 0.3.0 (0.57s)
Creating working copy for https://github.com/FluidGroup/Texture.git
Working copy of https://github.com/FluidGroup/Texture.git resolved at 3.0.3
Creating working copy for https://github.com/FluidGroup/Descriptors
Working copy of https://github.com/FluidGroup/Descriptors resolved at 0.3.0
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Info.plist
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/176] Compiling AsyncDisplayKit ASCollections.mm
[0/176] Compiling AsyncDisplayKit ASDisplayNode+Yoga.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/176] 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>
      |         ^~~~~~~~~~~~~~~
[0/176] Compiling AsyncDisplayKit ASButtonNode.mm
/host/spi-builder-workspace/.build/checkouts/Texture/Source/ASDisplayNode+LayoutSpec.mm:9:9: fatal error: 'UIKit/UIKit.h' file not found
    9 | #import <UIKit/UIKit.h>
      |         ^~~~~~~~~~~~~~~
[0/176] Compiling AsyncDisplayKit ASDisplayNode+LayoutSpec.mm
In file included from /host/spi-builder-workspace/.build/checkouts/Texture/Source/ASButtonNode+Yoga.mm:9:
/host/spi-builder-workspace/.build/checkouts/Texture/Source/include/ASAvailability.h:10:9: fatal error: 'CoreFoundation/CFBase.h' file not found
   10 | #import <CoreFoundation/CFBase.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[0/176] Compiling AsyncDisplayKit ASButtonNode+Yoga.mm
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/176] Compiling AsyncDisplayKit ASCellNode.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/176] Compiling AsyncDisplayKit ASCollectionView.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
warning: 'descriptors': /host/spi-builder-workspace/.build/checkouts/Descriptors/Package.swift:8:21: warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 6 | let package = Package(
 7 |   name: "Descriptors",
 8 |   platforms: [.iOS(.v10)],
   |                     `- warning: 'v10' is deprecated: iOS 12.0 is the oldest supported version
 9 |   products: [
10 |     // Products define the executables and libraries a package produces, and make them visible to other packages.
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/176] Write sources
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.
[2/176] Compiling AsyncDisplayKit UIImage+ASConvenience.mm
[2/176] Compiling ASControlNode+tvOS.mm
/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.
[2/176] Compiling ASImageNode+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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/176] Compiling ASTextNodeWordKerner.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>
      |         ^~~~~~~~~~~~~~~
[2/176] Compiling AsyncDisplayKit UIResponder+AsyncDisplayKit.mm
In file included from [2/176] Compiling ASTextKitTailTruncater.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>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
[2/176] Compiling AsyncDisplayKit _ASTransitionContext.mm
[2/176] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux