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 Siesta, reference main (4fcc94), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 05:25:38 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/bustoutsolutions/siesta.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bustoutsolutions/siesta
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4fcc942 Merge pull request #315 from snoozemoose/master
Cloned https://github.com/bustoutsolutions/siesta.git
Revision (git rev-parse @):
4fcc9422d4994467bb185bfe45fec7f673269915
SUCCESS checkout https://github.com/bustoutsolutions/siesta.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bustoutsolutions/siesta.git
https://github.com/bustoutsolutions/siesta.git
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.5",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "branch" : [
          "siesta"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pcantrell/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "Siesta",
  "name" : "Siesta",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Siesta",
      "targets" : [
        "Siesta"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SiestaUI",
      "targets" : [
        "SiestaUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Siesta_Alamofire",
      "targets" : [
        "Siesta_Alamofire"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "Siesta_Alamofire",
      "module_type" : "SwiftTarget",
      "name" : "Siesta_Alamofire",
      "path" : "Extensions/Alamofire",
      "product_dependencies" : [
        "Alamofire"
      ],
      "product_memberships" : [
        "Siesta_Alamofire"
      ],
      "sources" : [
        "Networking-Alamofire.swift"
      ],
      "target_dependencies" : [
        "Siesta"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SiestaUI",
      "module_type" : "SwiftTarget",
      "name" : "SiestaUI",
      "path" : "Source/SiestaUI",
      "product_memberships" : [
        "SiestaUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/SiestaUI/ResourceStatusOverlay.xib",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "NetworkActivityIndicator.swift",
        "RemoteImageView.swift",
        "ResourceStatusOverlay.swift",
        "SiestaUI-ObjC.swift",
        "Support/Collection+Siesta.swift",
        "Ω_UI_Deprecations.swift"
      ],
      "target_dependencies" : [
        "Siesta"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SiestaTests",
      "module_type" : "SwiftTarget",
      "name" : "SiestaTests",
      "path" : "Tests/Functional",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "EntityCacheSpec.swift",
        "NetworkStub-ObjC.swift",
        "NetworkStub.swift",
        "PipelineSpec.swift",
        "ProgressSpec.swift",
        "RemoteImageViewSpec.swift",
        "RequestSpec.swift",
        "ResourceObserversSpec.swift",
        "ResourcePathsSpec.swift",
        "ResourceSpecBase.swift",
        "ResourceStateSpec.swift",
        "ResponseDataHandlingSpec.swift",
        "ServiceSpec.swift",
        "SiestaSpec.swift",
        "SpecHelpers.swift",
        "TestService.swift",
        "WeakCacheSpec.swift"
      ],
      "target_dependencies" : [
        "SiestaUI",
        "Siesta_Alamofire"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Siesta",
      "module_type" : "SwiftTarget",
      "name" : "Siesta",
      "path" : "Source/Siesta",
      "product_memberships" : [
        "Siesta",
        "SiestaUI",
        "Siesta_Alamofire"
      ],
      "sources" : [
        "Configuration.swift",
        "ConfigurationPatternConvertible.swift",
        "Entity.swift",
        "EntityCache.swift",
        "Networking-URLSession.swift",
        "Networking.swift",
        "Pipeline/PipelineConfiguration.swift",
        "Pipeline/PipelineProcessing.swift",
        "Pipeline/ResponseTransformer.swift",
        "Pipeline/StandardTransformers.swift",
        "Request/HardWiredRequest.swift",
        "Request/LiveRequest.swift",
        "Request/NetworkRequest.swift",
        "Request/ProgressTracker.swift",
        "Request/Request.swift",
        "Request/RequestCallbacks.swift",
        "Request/RequestChaining.swift",
        "Request/RequestCreation.swift",
        "RequestError.swift",
        "Resource/Resource.swift",
        "Resource/ResourceNavigation.swift",
        "Resource/ResourceObserver.swift",
        "Service.swift",
        "Support/ARC+Siesta.swift",
        "Support/Collection+Siesta.swift",
        "Support/DebugFormatting.swift",
        "Support/GCD+Siesta.swift",
        "Support/Logging.swift",
        "Support/OpenEnum.swift",
        "Support/Optional+Siesta.swift",
        "Support/Progress.swift",
        "Support/Regex+Siesta.swift",
        "Support/Siesta-ObjC.swift",
        "Support/String+Siesta.swift",
        "Support/URL+Siesta.swift",
        "Support/WeakCache.swift",
        "Support/Ω_Deprecations.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/pcantrell/quick
could not find the commit efedef8e8917ef7ac1495cb406cebbeddb66b6e9 in https://github.com/pcantrell/quick
2025-04-25 22:25:37.152 xcodebuild[519:2906] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_22-25-0037.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find the commit efedef8e8917ef7ac1495cb406cebbeddb66b6e9 in https://github.com/pcantrell/quick
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/pcantrell/quick
could not find the commit efedef8e8917ef7ac1495cb406cebbeddb66b6e9 in https://github.com/pcantrell/quick
2025-04-25 22:25:38.298 xcodebuild[595:3325] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-25-04_22-25-0038.xcresult
xcodebuild: error: Could not resolve package dependencies:
  could not find the commit efedef8e8917ef7ac1495cb406cebbeddb66b6e9 in https://github.com/pcantrell/quick
BUILD FAILURE 6.1 iOS