The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ElementaryUI, reference 0.4.7 (e5c65b), with Swift 6.1 for Wasm on 29 May 2025 16:25:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buildexperience/ElementaryUI.git
Reference: 0.4.7
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/buildexperience/ElementaryUI
 * tag               0.4.7      -> FETCH_HEAD
HEAD is now at e5c65b4 Update README.md
Cloned https://github.com/buildexperience/ElementaryUI.git
Revision (git rev-parse @):
e5c65b496e435f2aab7893def87728194b0e4f1b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/buildexperience/ElementaryUI.git at 0.4.7
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/buildexperience/ElementaryUI.git
https://github.com/buildexperience/ElementaryUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/buildexperience/MacrosKit.git
[1/132] Fetching macroskit
Fetched https://github.com/buildexperience/MacrosKit.git from cache (0.31s)
error: 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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/buildexperience/MacrosKit.git
Updated https://github.com/buildexperience/MacrosKit.git (0.11s)
error: 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 wasm