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 ElementaryUI, reference main (632921), with Swift 6.1 for tvOS using Xcode 16.3 on 29 Apr 2025 08:20:44 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buildexperience/ElementaryUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/buildexperience/ElementaryUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 632921f Update README.md
Cloned https://github.com/buildexperience/ElementaryUI.git
Revision (git rev-parse @):
632921f74e83a1fbe7831bf8989a68d7f74ef39e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buildexperience/ElementaryUI.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buildexperience/ElementaryUI.git
https://github.com/buildexperience/ElementaryUI.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "510.0.0",
            "upper_bound" : "511.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "macroskit",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buildexperience/MacrosKit.git"
    }
  ],
  "manifest_display_name" : "ElementaryUI",
  "name" : "ElementaryUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ElementaryUI",
      "targets" : [
        "ElementaryUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ElementaryUIMacros",
      "targets" : [
        "ElementaryUIMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "HexDecoderTests",
      "path" : "Tests/HexDecoderTests",
      "sources" : [
        "HexColorDecoderTests.swift"
      ],
      "target_dependencies" : [
        "HexDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HexDecoder",
      "module_type" : "SwiftTarget",
      "name" : "HexDecoder",
      "path" : "Sources/HexDecoder",
      "product_memberships" : [
        "ElementaryUI",
        "ElementaryUIMacros"
      ],
      "sources" : [
        "HexColorDecoder.swift",
        "HexColorDecoderError.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ElementaryUIMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUIMacrosTests",
      "path" : "Tests/ElementaryUIMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "EnvironmentKeyMacroTests.swift",
        "FocusedValueMacroTests.swift",
        "HexColorMacroTests.swift",
        "StylableMacroTests.swift"
      ],
      "target_dependencies" : [
        "ElementaryUIMacros",
        "HexDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ElementaryUIMacros",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUIMacros",
      "path" : "Sources/ElementaryUIMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "ElementaryUI",
        "ElementaryUIMacros"
      ],
      "sources" : [
        "ElementaryUIMacros.swift",
        "HexColorMacro/HexColorMacro.swift",
        "HexColorMacro/HexColorMacroError.swift",
        "StylableMacro/StylableMacro.swift",
        "StylableMacro/StylableMacroDeclarationFactory.swift",
        "StylableMacro/StylableMacroError.swift",
        "StylableMacro/StyleProtocolFactory.swift",
        "SwiftUIKeyMacros/EnvironmentKeyMacro.swift",
        "SwiftUIKeyMacros/FocusedValueMacro.swift",
        "SwiftUIKeyMacros/KeyMacro.swift",
        "SwiftUIKeyMacros/KeyMacroError.swift"
      ],
      "target_dependencies" : [
        "HexDecoder"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ElementaryUI",
      "module_type" : "SwiftTarget",
      "name" : "ElementaryUI",
      "path" : "Sources/ElementaryUI",
      "product_memberships" : [
        "ElementaryUI"
      ],
      "sources" : [
        "Components/EMButtonStyle/DefaultEMButtonStyle.swift",
        "Components/EMButtonStyle/EMButtonStyle.swift",
        "Components/EMButtonStyle/EMButtonStyleWrapper.swift",
        "Components/EMTextField/EMTextField.swift",
        "Components/EMTextField/PromptStyle/DefaultPromptStyle.swift",
        "Components/EMTextField/PromptStyle/SimplePromptStyle.swift",
        "Components/EMTextField/PromptStyle/StyledPromptTextFieldStyle.swift",
        "Components/EMTextField/Style/DefaultEMTextFieldStyle.swift",
        "Components/EMTextField/Style/EMTextFieldStyleConfiguration.swift",
        "Components/EMTextField/Style/EMTextFieldStyleEnvironment.swift",
        "Components/EMVariableFont/EMVariableFont.swift",
        "Components/EMVariableFont/FontsManager.swift",
        "Components/EMVariableFont/TextStyleSizes.swift",
        "Components/EMVariableFont/VariableFontDescriptorFactory.swift",
        "Components/StylableView/StylableMacro.swift",
        "Components/StylableView/ViewStyle.swift",
        "Extensions/Color.swift",
        "Extensions/Text/EMText.swift",
        "Extensions/Text/TextDisplayable.swift",
        "Macros/EnvironmentValueMacro.swift",
        "Macros/FocusValueMacro.swift",
        "Macros/HexColorMacro.swift",
        "Modifiers/BorderViewModifiers.swift",
        "Modifiers/ConditionalViewModifier.swift",
        "Modifiers/OnChangeModifier.swift",
        "Modifiers/ScreenListenerViewModifier/BackgroundScreenListenerViewModifier.swift",
        "Modifiers/ScreenListenerViewModifier/Screen.swift",
        "Modifiers/ScreenListenerViewModifier/ScreenKeys.swift",
        "Modifiers/ScreenListenerViewModifier/ScreenListenerViewModifier.swift",
        "Modifiers/SkeletonLoading/ForEach/ForEachSkeleton.swift",
        "Modifiers/SkeletonLoading/ForEach/SkeletonRepresentable.swift",
        "Modifiers/SkeletonLoading/SkeletonLoadingEnvironment.swift",
        "Modifiers/SkeletonLoading/SkeletonStateViewModifier.swift",
        "Shapes/Line.swift",
        "Shapes/RoundableRectangle.swift"
      ],
      "target_dependencies" : [
        "HexDecoder",
        "ElementaryUIMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/buildexperience/MacrosKit.git
Resolve Package Graph
Updating from https://github.com/buildexperience/MacrosKit.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-29 01:20:43.017 xcodebuild[520:2913] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-20-0043.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/buildexperience/MacrosKit.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-29 01:20:44.191 xcodebuild[671:3660] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-20-0044.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 510.0.0..<511.0.0 and 'macroskit' depends on 'swift-syntax' 600.0.0..<601.0.0.
BUILD FAILURE 6.1 tvOS