The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SVGUIView, reference 0.22.1 (4c8ae8), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2026 06:54:52 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nnabeyang/SVGUIView.git
Reference: 0.22.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nnabeyang/SVGUIView
 * tag               0.22.1     -> FETCH_HEAD
HEAD is now at 4c8ae8a v0.22.1
Cloned https://github.com/nnabeyang/SVGUIView.git
Revision (git rev-parse @):
4c8ae8af4de383741acbc7b7a3a4e96e26d0ccf0
SUCCESS checkout https://github.com/nnabeyang/SVGUIView.git at 0.22.1
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nnabeyang/SVGUIView.git
https://github.com/nnabeyang/SVGUIView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SVGUIView",
  "name" : "SVGUIView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SVGUIView",
      "targets" : [
        "SVGUIView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SVGView",
      "targets" : [
        "SVGView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "_SelectorParserTests",
      "module_type" : "SwiftTarget",
      "name" : "_SelectorParserTests",
      "path" : "Tests/_SelectorParserTests",
      "sources" : [
        "AnPlusBTests.swift",
        "CaseSensitiveTests.swift",
        "DummyParser.swift",
        "SelectorParserTests.swift",
        "TestVisitor.swift"
      ],
      "target_dependencies" : [
        "_SelectorParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_SelectorParser",
      "module_type" : "SwiftTarget",
      "name" : "_SelectorParser",
      "path" : "Sources/_SelectorParser",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "Attr.swift",
        "Bloom.swift",
        "Builder.swift",
        "Combinator.swift",
        "Component.swift",
        "Context.swift",
        "Element.swift",
        "KleeneValue.swift",
        "LazySplitSequence.swift",
        "Matching.swift",
        "NthSelectorData.swift",
        "Push.swift",
        "RelativeSelector.swift",
        "Selector.swift",
        "SelectorIter.swift",
        "SelectorParser.swift",
        "SelectorVisitor.swift",
        "Utils.swift",
        "Visitor.swift"
      ],
      "target_dependencies" : [
        "_CSSParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_SPI",
      "module_type" : "ClangTarget",
      "name" : "_SPI",
      "path" : "Sources/_SPI",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "dummy.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_ICU",
      "module_type" : "ClangTarget",
      "name" : "_ICU",
      "path" : "Sources/_ICU",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "dummy.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CShims",
      "module_type" : "ClangTarget",
      "name" : "_CShims",
      "path" : "Sources/_CShims",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "_CShims.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CSSParserTests",
      "module_type" : "SwiftTarget",
      "name" : "_CSSParserTests",
      "path" : "Tests/_CSSParserTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/component_value_list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/declaration_list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/one_component_value.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/one_declaration.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/one_rule.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/rule_list.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/_CSSParserTests/assets/stylesheet.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "JSONParser.swift",
        "JSONValue.swift",
        "ParserTests.swift",
        "SerializerTests.swift",
        "TokenizerTests.swift"
      ],
      "target_dependencies" : [
        "_CSSParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_CSSParser",
      "module_type" : "SwiftTarget",
      "name" : "_CSSParser",
      "path" : "Sources/_CSSParser",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "BlockType.swift",
        "Extensions.swift",
        "Into.swift",
        "Nth.swift",
        "Parser.swift",
        "ParserState.swift",
        "Parsers.swift",
        "Serializer.swift",
        "Token.swift",
        "Tokenizer.swift",
        "Utils.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGView",
      "module_type" : "SwiftTarget",
      "name" : "SVGView",
      "path" : "Sources/SVGView",
      "product_memberships" : [
        "SVGView"
      ],
      "sources" : [
        "SVGView.swift"
      ],
      "target_dependencies" : [
        "SVGUIView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SVGUIViewTests",
      "module_type" : "SwiftTarget",
      "name" : "SVGUIViewTests",
      "path" : "Tests/SVGUIViewTests",
      "sources" : [
        "CSSParserTests.swift",
        "CascadeTests.swift",
        "MatchingTests.swift"
      ],
      "target_dependencies" : [
        "SVGUIView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SVGUIView",
      "module_type" : "SwiftTarget",
      "name" : "SVGUIView",
      "path" : "Sources/SVGUIView",
      "product_memberships" : [
        "SVGUIView",
        "SVGView"
      ],
      "sources" : [
        "Extensions/CGAffineTransform+Extension.swift",
        "Extensions/UIBezierPath+Extension.swift",
        "SVGContext.swift",
        "SVGUIView.swift",
        "SVGUIViewConfiguration.swift",
        "css/AtomString.swift",
        "css/CSSRule.swift",
        "css/Cascade.swift",
        "css/DocumentState.swift",
        "css/ElementState.swift",
        "css/GenericAtomIdent.swift",
        "css/IdentStaticSet.swift",
        "css/LocalNameStaticSet.swift",
        "css/NamespaceStaticSet.swift",
        "css/NonTSPseudoClassImpl.swift",
        "css/Origin.swift",
        "css/PrefixStaticSet.swift",
        "css/PseudoElementImpl.swift",
        "css/SelectorImpl.swift",
        "css/Stylesheet.swift",
        "css/UrlExtraData.swift",
        "element/SVGClipPathElement.swift",
        "element/SVGDefsElement.swift",
        "element/SVGElement.swift",
        "element/SVGGroupElement.swift",
        "element/SVGMaskElement.swift",
        "element/SVGPatternElement.swift",
        "element/SVGSVGElement.swift",
        "element/drawable/SVGCircleElement.swift",
        "element/drawable/SVGEllipse.swift",
        "element/drawable/SVGImageElement.swift",
        "element/drawable/SVGLineElement.swift",
        "element/drawable/SVGPathElement.swift",
        "element/drawable/SVGPolygonElement.swift",
        "element/drawable/SVGPolylineElement.swift",
        "element/drawable/SVGRectElement.swift",
        "element/drawable/SVGTextElement.swift",
        "element/drawable/SVGUseElement.swift",
        "element/filter/SVGFeBlendElement.swift",
        "element/filter/SVGFeFloodElement.swift",
        "element/filter/SVGFeGaussianBlurElement.swift",
        "element/filter/SVGFeMergeElement.swift",
        "element/filter/SVGFeMergeNodeElement.swift",
        "element/filter/SVGFeOffsetElement.swift",
        "element/filter/SVGFilterApplier.swift",
        "element/filter/SVGFilterElement.swift",
        "element/pserver/SVGGradientServer.swift",
        "element/pserver/SVGStopElement.swift",
        "font/CFString+SPI.swift",
        "font/CSSFontSelector.swift",
        "font/Font.swift",
        "font/FontCache.swift",
        "font/FontCacheCoreText.swift",
        "font/FontCascade.swift",
        "font/FontCascadeDescription.swift",
        "font/FontCascadeFonts.swift",
        "font/FontCreationContext.swift",
        "font/FontCreationContextRareData.swift",
        "font/FontDatabase.swift",
        "font/FontDescription.swift",
        "font/FontFamilySpecificationCoreText.swift",
        "font/FontFamilySpecificationCoreTextCache.swift",
        "font/FontFamilySpecificationKey.swift",
        "font/FontGenericFamilies.swift",
        "font/FontInterrogation.swift",
        "font/FontPlatformData.swift",
        "font/FontRanges.swift",
        "font/FontSelectionAlgorithm.swift",
        "font/FontSelectionCapabilities.swift",
        "font/FontSelectionValue.swift",
        "font/FontSelector.swift",
        "font/FontSizeAdjust.swift",
        "font/FontTaggedSettings.swift",
        "font/GlyphData.swift",
        "font/GlyphPage.swift",
        "font/Settings.swift",
        "font/SystemFontDatabaseCoreText.swift",
        "font/UScriptCode.swift",
        "font/UnrealizedCoreTextFont.swift",
        "font/VariationCapabilities .swift",
        "parser/CSSParser.swift",
        "parser/SVGAttributeScanner.swift",
        "parser/SVGParser.swift",
        "parser/SelectorParser.swift",
        "parser/buffer/BufferReader.swift",
        "parser/buffer/BufferView.swift",
        "parser/buffer/BufferViewIndex.swift",
        "parser/css/CSSUnitType.swift",
        "parser/css/Parser.swift",
        "parser/css/values/Color.swift",
        "parser/css/values/Number.swift",
        "parser/css/values/Separator.swift",
        "parser/css/values/Space.swift",
        "parser/css/values/Transform.swift",
        "primitives/PreserveAspectRatio.swift",
        "primitives/SVGClipPath.swift",
        "primitives/SVGElementRect.swift",
        "primitives/SVGFill.swift",
        "primitives/SVGFilter.swift",
        "primitives/SVGLength.swift",
        "primitives/SVGMask.swift",
        "primitives/SVGOpacity.swift",
        "primitives/SVGUIColor.swift",
        "primitives/SVGUIFont.swift",
        "primitives/SVGUIInlineStyle.swift",
        "primitives/SVGUIPoints.swift",
        "primitives/SVGUIStroke.swift",
        "primitives/SVGUIStyle.swift",
        "primitives/TransformOperator.swift"
      ],
      "target_dependencies" : [
        "_SPI",
        "_ICU",
        "_CShims",
        "_CSSParser",
        "_SelectorParser"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
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/pointfreeco/swift-snapshot-testing (cached)
Fetching from https://github.com/pointfreeco/swift-custom-dump (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.18.9 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-syntax’
Checking out 602.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
failed downloading 'https://api.github.com/repos/nnabeyang/SnapshotAssets/releases/assets/374940855.zip' which is required by binary target 'SVGSnapshotAssets': badResponseStatusCode(404)fatalErrorResolve Package Graph
failed downloading 'https://api.github.com/repos/nnabeyang/SnapshotAssets/releases/assets/374940855.zip' which is required by binary target 'SVGSnapshotAssets': badResponseStatusCode(404)fatalError
Resolved source packages:
  SnapshotAssets: (null)
  spi-builder-workspace: (null)
2026-04-27 23:54:50.995 xcodebuild[521:2965] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-27-04_23-54-0050.xcresult
xcodebuild: error: Could not resolve package dependencies:
  failed downloading 'https://api.github.com/repos/nnabeyang/SnapshotAssets/releases/assets/374940855.zip' which is required by binary target 'SVGSnapshotAssets': badResponseStatusCode(404)
  fatalError
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
failed downloading 'https://api.github.com/repos/nnabeyang/SnapshotAssets/releases/assets/374940855.zip' which is required by binary target 'SVGSnapshotAssets': badResponseStatusCode(404)fatalError
Resolved source packages:
  SnapshotAssets: (null)
  spi-builder-workspace: (null)
2026-04-27 23:54:52.064 xcodebuild[833:4553] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2026-27-04_23-54-0052.xcresult
xcodebuild: error: Could not resolve package dependencies:
  failed downloading 'https://api.github.com/repos/nnabeyang/SnapshotAssets/releases/assets/374940855.zip' which is required by binary target 'SVGSnapshotAssets': badResponseStatusCode(404)
  fatalError
BUILD FAILURE 6.1 visionOS