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 Structure, reference 0.5.0 (0dd47e), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 10:38:36 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/bdrelling/Structure.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdrelling/Structure
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 0dd47e7 Bumped to Swift 5.7
Cloned https://github.com/bdrelling/Structure.git
Revision (git rev-parse @):
0dd47e797b159fceb9bf2f29c25db8d09d5572bf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/Structure.git at 0.5.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/Structure.git
https://github.com/bdrelling/Structure.git
{
  "dependencies" : [
    {
      "identity" : "plotvapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/PlotVapor"
    },
    {
      "identity" : "ink",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Ink"
    },
    {
      "identity" : "core",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Core"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.74.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent"
    },
    {
      "identity" : "tools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Tools"
    }
  ],
  "manifest_display_name" : "Structure",
  "name" : "Structure",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Structure",
      "targets" : [
        "Structure"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StructureTests",
      "module_type" : "SwiftTarget",
      "name" : "StructureTests",
      "path" : "Tests/StructureTests",
      "sources" : [
        "ResourceTests.swift"
      ],
      "target_dependencies" : [
        "Structure"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Structure",
      "module_type" : "SwiftTarget",
      "name" : "Structure",
      "path" : "Sources/Structure",
      "product_dependencies" : [
        "Fluent",
        "Ink",
        "KippleCore",
        "PlotVapor",
        "Vapor"
      ],
      "product_memberships" : [
        "Structure"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Structure/Resources/css",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Structure/Resources/js",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Extensions/CharacterSet+RFC3986Unreserved.swift",
        "Core/Extensions/Dictionary+AsJSONSerializeData.swift",
        "Core/Extensions/NSNumber+IsBoolean.swift",
        "Core/Extensions/String+ReadingTime.swift",
        "Core/Extensions/String+Replacing.swift",
        "Core/Extensions/String+TrimmingSlashes.swift",
        "Core/Extensions/URLComponents+SetQueryItems.swift",
        "Core/Helpers/ResourceManager.swift",
        "Fluent/Helpers/RepositoryFactory.swift",
        "Fluent/Protocols/Auditable.swift",
        "Fluent/Protocols/Repository.swift",
        "Markdown/MarkdownDocument.swift",
        "Markdown/MarkdownParser+Custom.swift",
        "Plot/Components/ConstructionSign.swift",
        "Plot/Components/DefaultBody.swift",
        "Plot/Components/DefaultHead.swift",
        "Plot/Components/ErrorMessage.swift",
        "Plot/Components/Icon.swift",
        "Plot/Components/MarkdownText.swift",
        "Plot/Components/SimpleFooter.swift",
        "Plot/Components/StructureHead.swift",
        "Plot/Components/StructureNavbar.swift",
        "Plot/Components/ThemeToggle.swift",
        "Plot/Pages/ErrorPage.swift",
        "Plot/Pages/HTMLEmbedPage.swift",
        "Plot/Pages/MarkdownPage.swift",
        "Plot/Pages/StructurePage.swift",
        "Vapor/Controllers/StatusController.swift",
        "Vapor/Extensions/Application+Resources.swift",
        "Vapor/Extensions/Application+ServePublicFiles.swift",
        "Vapor/Extensions/Environment+Local.swift",
        "Vapor/Extensions/Parameters+Convenience.swift",
        "Vapor/Extensions/PathComponent+Convenience.swift",
        "Vapor/Extensions/Request+Convenience.swift",
        "Vapor/Extensions/View+Convenience.swift",
        "Vapor/Middleware/HostRedirectMiddleware.swift",
        "Vapor/Middleware/MarkdownFileMiddleware.swift",
        "Vapor/Middleware/StructureCDNMiddleware.swift",
        "Vapor/Models/ApplicationError.swift",
        "Vapor/Models/PageRoute.swift",
        "Vapor/Models/PathParameter.swift",
        "Vapor/Models/WrappedContent.swift",
        "Vapor/Protocols/ApplicationDelegate.swift",
        "Vapor/Protocols/AsyncCommandAdapting.swift",
        "Vapor/Protocols/CommandDefining.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/vapor/vapor
Fetching from https://github.com/swift-kipple/Tools
Fetching from https://github.com/swift-kipple/Core
Fetching from https://github.com/bdrelling/PlotVapor
Fetching from https://github.com/vapor/fluent
Fetching from https://github.com/JohnSundell/Ink
Fetching from https://github.com/JohnSundell/Plot
Fetching from https://github.com/vapor/fluent-kit.git
Fetching from https://github.com/nicklockwood/SwiftFormat
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/vapor/sql-kit.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/kishikawakatsumi/KeychainAccess
Fetching from https://github.com/devicekit/DeviceKit
Fetching from https://github.com/vapor/multipart-kit.git
Fetching from https://github.com/vapor/websocket-kit.git
Fetching from https://github.com/apple/swift-distributed-tracing.git
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/apple/swift-metrics.git (cached)
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/vapor/routing-kit.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/vapor/console-kit.git
Fetching from https://github.com/vapor/async-kit.git
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-asn1.git (cached)
Creating working copy of package ‘PlotVapor’
Checking out 0.5.0 of package ‘PlotVapor’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
Creating working copy of package ‘DeviceKit’
Checking out 5.6.0 of package ‘DeviceKit’
Creating working copy of package ‘Plot’
Checking out 0.11.0 of package ‘Plot’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘multipart-kit’
Checking out 4.7.1 of package ‘multipart-kit’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘Tools’
Checking out 0.5.4 of package ‘Tools’
Creating working copy of package ‘swift-metrics’
Checking out 2.6.1 of package ‘swift-metrics’
Creating working copy of package ‘console-kit’
Checking out 4.15.2 of package ‘console-kit’
Creating working copy of package ‘KeychainAccess’
Checking out 4.2.2 of package ‘KeychainAccess’
Creating working copy of package ‘Ink’
Checking out 0.6.0 of package ‘Ink’
Creating working copy of package ‘fluent’
Checking out 4.12.0 of package ‘fluent’
Creating working copy of package ‘sql-kit’
Checking out 3.33.0 of package ‘sql-kit’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-service-context’
Checking out 1.2.0 of package ‘swift-service-context’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘fluent-kit’
Checking out 1.52.1 of package ‘fluent-kit’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘websocket-kit’
Checking out 2.16.0 of package ‘websocket-kit’
Creating working copy of package ‘Core’
Checking out 0.14.3 of package ‘Core’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.24.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘routing-kit’
Checking out 4.9.1 of package ‘routing-kit’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘vapor’
Checking out 4.114.1 of package ‘vapor’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.2.0 of package ‘swift-distributed-tracing’
Creating working copy of package ‘async-http-client’
Checking out 1.25.2 of package ‘async-http-client’
Creating working copy of package ‘async-kit’
Checking out 1.20.0 of package ‘async-kit’
product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?Resolve Package Graph
product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 03:38:33.978 xcodebuild[520:2920] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_03-38-0033.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCombine'?
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
product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCodable'?
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-27 03:38:36.214 xcodebuild[1949:8645] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-27-04_03-38-0036.xcresult
xcodebuild: error: Could not resolve package dependencies:
  product 'KippleCore' required by package 'spi-builder-workspace' target 'Structure' not found in package 'Core'. Did you mean 'KippleCodable'?
BUILD FAILURE 6.1 iOS