The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Promises, reference master (d6d659), with Swift 6.1 for Wasm on 29 May 2025 04:45:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/google/promises.git
Reference: master
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/google/promises
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d6d659a Merge pull request #236 from ncooke3/patch-1
Cloned https://github.com/google/promises.git
Revision (git rev-parse @):
d6d659a6cbdd4108788781d178a72fd34ce07e6e
SUCCESS checkout https://github.com/google/promises.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/google/promises.git
https://github.com/google/promises.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Promises",
  "name" : "Promises",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FBLPromises",
      "targets" : [
        "FBLPromises"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FBLPromisesTestHelpers",
      "targets" : [
        "FBLPromisesTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Promises",
      "targets" : [
        "Promises"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PromisesTestHelpers",
      "targets" : [
        "PromisesTestHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PromisesTests",
      "module_type" : "SwiftTarget",
      "name" : "PromisesTests",
      "path" : "Tests/PromisesTests",
      "sources" : [
        "Promise+AllTests.swift",
        "Promise+AlwaysTests.swift",
        "Promise+AnyTests.swift",
        "Promise+AsyncTests.swift",
        "Promise+AwaitTests.swift",
        "Promise+CatchTests.swift",
        "Promise+DelayTests.swift",
        "Promise+DoTests.swift",
        "Promise+RaceTests.swift",
        "Promise+RecoverTests.swift",
        "Promise+ReduceTests.swift",
        "Promise+RetryTests.swift",
        "Promise+StringTests.swift",
        "Promise+ThenTests.swift",
        "Promise+TimeoutTests.swift",
        "Promise+ValidateTests.swift",
        "Promise+WrapTests.swift",
        "PromiseTests.swift"
      ],
      "target_dependencies" : [
        "PromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PromisesTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "PromisesTestHelpers",
      "path" : "Sources/PromisesTestHelpers",
      "product_memberships" : [
        "PromisesTestHelpers"
      ],
      "sources" : [
        "PromisesTestHelpers.swift",
        "PromisesTestInteroperability.swift"
      ],
      "target_dependencies" : [
        "Promises"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PromisesPerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PromisesPerformanceTests",
      "path" : "Tests/PromisesPerformanceTests",
      "sources" : [
        "Promise+ThenPerformanceTests.swift"
      ],
      "target_dependencies" : [
        "FBLPromisesTestHelpers",
        "PromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PromisesInteroperabilityTests",
      "module_type" : "SwiftTarget",
      "name" : "PromisesInteroperabilityTests",
      "path" : "Tests/PromisesInteroperabilityTests",
      "sources" : [
        "Promise+CatchInteroperabilityTests.swift",
        "Promise+ThenInteroperabilityTests.swift"
      ],
      "target_dependencies" : [
        "FBLPromisesTestHelpers",
        "PromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Promises",
      "module_type" : "SwiftTarget",
      "name" : "Promises",
      "path" : "Sources/Promises",
      "product_memberships" : [
        "Promises",
        "PromisesTestHelpers"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Promises/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Promise+All.swift",
        "Promise+Always.swift",
        "Promise+Any.swift",
        "Promise+Async.swift",
        "Promise+Await.swift",
        "Promise+Catch.swift",
        "Promise+Delay.swift",
        "Promise+Do.swift",
        "Promise+Race.swift",
        "Promise+Recover.swift",
        "Promise+Reduce.swift",
        "Promise+Retry.swift",
        "Promise+Testing.swift",
        "Promise+Then.swift",
        "Promise+Timeout.swift",
        "Promise+Validate.swift",
        "Promise+Wrap.swift",
        "Promise.swift",
        "PromiseError.swift"
      ],
      "target_dependencies" : [
        "FBLPromises"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FBLPromisesTests",
      "module_type" : "ClangTarget",
      "name" : "FBLPromisesTests",
      "path" : "Tests/FBLPromisesTests",
      "sources" : [
        "FBLPromise+AllTests.m",
        "FBLPromise+AlwaysTests.m",
        "FBLPromise+AnyTests.m",
        "FBLPromise+AsyncTests.m",
        "FBLPromise+AwaitTests.m",
        "FBLPromise+CatchTests.m",
        "FBLPromise+DelayTests.m",
        "FBLPromise+DoTests.m",
        "FBLPromise+RaceTests.m",
        "FBLPromise+RecoverTests.m",
        "FBLPromise+ReduceTests.m",
        "FBLPromise+RetryTests.m",
        "FBLPromise+ThenTests.m",
        "FBLPromise+TimeoutTests.m",
        "FBLPromise+ValidateTests.m",
        "FBLPromise+WrapTests.m",
        "FBLPromiseTests.m"
      ],
      "target_dependencies" : [
        "FBLPromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FBLPromisesTestHelpers",
      "module_type" : "ClangTarget",
      "name" : "FBLPromisesTestHelpers",
      "path" : "Sources/FBLPromisesTestHelpers",
      "product_memberships" : [
        "FBLPromisesTestHelpers"
      ],
      "sources" : [
        "FBLPromisesTestInteroperability.m"
      ],
      "target_dependencies" : [
        "FBLPromises"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FBLPromisesPerformanceTests",
      "module_type" : "ClangTarget",
      "name" : "FBLPromisesPerformanceTests",
      "path" : "Tests/FBLPromisesPerformanceTests",
      "sources" : [
        "FBLPromise+ThenPerformanceTests.m"
      ],
      "target_dependencies" : [
        "FBLPromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FBLPromisesInteroperabilityTests",
      "module_type" : "ClangTarget",
      "name" : "FBLPromisesInteroperabilityTests",
      "path" : "Tests/FBLPromisesInteroperabilityTests",
      "sources" : [
        "FBLPromise+CatchInteroperabilityTests.m",
        "FBLPromise+ThenInteroperabilityTests.m"
      ],
      "target_dependencies" : [
        "FBLPromisesTestHelpers",
        "PromisesTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FBLPromises",
      "module_type" : "ClangTarget",
      "name" : "FBLPromises",
      "path" : "Sources/FBLPromises",
      "product_memberships" : [
        "FBLPromises",
        "FBLPromisesTestHelpers",
        "Promises",
        "PromisesTestHelpers"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FBLPromises/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "FBLPromise+All.m",
        "FBLPromise+Always.m",
        "FBLPromise+Any.m",
        "FBLPromise+Async.m",
        "FBLPromise+Await.m",
        "FBLPromise+Catch.m",
        "FBLPromise+Delay.m",
        "FBLPromise+Do.m",
        "FBLPromise+Race.m",
        "FBLPromise+Recover.m",
        "FBLPromise+Reduce.m",
        "FBLPromise+Retry.m",
        "FBLPromise+Testing.m",
        "FBLPromise+Then.m",
        "FBLPromise+Timeout.m",
        "FBLPromise+Validate.m",
        "FBLPromise+Wrap.m",
        "FBLPromise.m",
        "FBLPromiseError.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesPerformanceTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesInteroperabilityTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesPerformanceTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesInteroperabilityTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
Building for debugging...
[0/26] Write sources
[1/26] Copying PrivacyInfo.xcprivacy
In file included from /host/spi-builder-workspace/Sources/FBLPromisesTestHelpers/FBLPromisesTestInteroperability.m:17:
/host/spi-builder-workspace/Sources/FBLPromisesTestHelpers/include/FBLPromisesTestInteroperability.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/26] Compiling FBLPromisesTestHelpers FBLPromisesTestInteroperability.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/FBLPromises.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/26] Compiling FBLPromises FBLPromise.m
[4/26] Compiling FBLPromises FBLPromiseError.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/FBLPromises.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/26] Compiling FBLPromises resource_bundle_accessor.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/FBLPromises.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/26] Compiling FBLPromises FBLPromise+Wrap.m
[4/26] Compiling FBLPromises FBLPromise+Timeout.m
[4/26] Compiling FBLPromises FBLPromise+Validate.m
[4/26] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesPerformanceTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
warning: 'spi-builder-workspace': ignoring target 'FBLPromisesInteroperabilityTests' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
Building for debugging...
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/FBLPromises.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/Sources/FBLPromisesTestHelpers/FBLPromisesTestInteroperability.m:17:
/host/spi-builder-workspace/Sources/FBLPromisesTestHelpers/include/FBLPromisesTestInteroperability.h:17:9: fatal error: 'Foundation/Foundation.h' file not found
   17 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/22] Compiling FBLPromisesTestHelpers FBLPromisesTestInteroperability.m
[0/22] Compiling FBLPromises FBLPromise.m
[0/22] Compiling FBLPromises FBLPromiseError.m
[0/22] Compiling FBLPromises FBLPromise+Validate.m
[0/22] Compiling FBLPromises resource_bundle_accessor.m
[0/22] Compiling FBLPromises FBLPromise+Timeout.m
In file included from <built-in>:1:
/host/spi-builder-workspace/.build/wasm32-unknown-wasi/debug/FBLPromises.build/DerivedSources/resource_bundle_accessor.h:2:9: fatal error: 'Foundation/Foundation.h' file not found
    2 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/22] Compiling FBLPromises FBLPromise+Wrap.m
[0/22] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm