The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DevFoundation, reference 1.9.0 (9df5e9), with Swift 6.1 for Wasm on 24 Mar 2026 08:30:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DevKitOrganization/DevFoundation.git
Reference: 1.9.0
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/DevKitOrganization/DevFoundation
 * tag               1.9.0      -> FETCH_HEAD
HEAD is now at 9df5e91 Add conveniences for working with dates as integers from the Unix epoch (#38)
Cloned https://github.com/DevKitOrganization/DevFoundation.git
Revision (git rev-parse @):
9df5e912ad87341ec38eef035aa44f60abdadeed
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/DevKitOrganization/DevFoundation.git at 1.9.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DevKitOrganization/DevFoundation.git
https://github.com/DevKitOrganization/DevFoundation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics.git"
    },
    {
      "identity" : "devtesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DevKitOrganization/DevTesting"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "urlmock",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/prachigauriar/URLMock.git"
    }
  ],
  "manifest_display_name" : "DevFoundation",
  "name" : "DevFoundation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "26.0"
    },
    {
      "name" : "macos",
      "version" : "26.0"
    },
    {
      "name" : "tvos",
      "version" : "26.0"
    },
    {
      "name" : "visionos",
      "version" : "26.0"
    },
    {
      "name" : "watchos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "DevFoundation",
      "targets" : [
        "DevFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "dfob",
      "targets" : [
        "DevFoundation",
        "dfob"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "RemoteLocalizationMacros",
      "targets" : [
        "RemoteLocalizationMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dfobTests",
      "module_type" : "SwiftTarget",
      "name" : "dfobTests",
      "path" : "Tests/dfobTests",
      "product_dependencies" : [
        "ArgumentParser",
        "DevTesting"
      ],
      "sources" : [
        "ObfuscateCommandTests.swift"
      ],
      "target_dependencies" : [
        "DevFoundation",
        "dfob"
      ],
      "type" : "test"
    },
    {
      "c99name" : "dfob",
      "module_type" : "SwiftTarget",
      "name" : "dfob",
      "path" : "Sources/dfob",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "dfob"
      ],
      "sources" : [
        "ObfuscateCommand.swift"
      ],
      "target_dependencies" : [
        "DevFoundation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RemoteLocalizationMacros",
      "module_type" : "SwiftTarget",
      "name" : "RemoteLocalizationMacros",
      "path" : "Sources/RemoteLocalizationMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "DevFoundation",
        "dfob",
        "RemoteLocalizationMacros"
      ],
      "sources" : [
        "RemoteLocalizationMacrosPlugin.swift",
        "RemoteLocalizedStringMacro.swift",
        "RemoteLocalizedStringMacroError.swift",
        "RemoteLocalizedStringWithFormatMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DevFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "DevFoundationTests",
      "path" : "Tests/DevFoundationTests",
      "product_dependencies" : [
        "DevTesting",
        "RealModule",
        "URLMock"
      ],
      "sources" : [
        "Concurrency/DispatchQueue+NonOvercommittingTests.swift",
        "Concurrency/DispatchQueue+StandardTests.swift",
        "Concurrency/ExecutionGroupTests.swift",
        "Concurrency/WithTimeoutTests.swift",
        "Date Providers/DateProvidersTests.swift",
        "Date Providers/OffsetDateProviderTests.swift",
        "Date Providers/ScaledDateProviderTests.swift",
        "Date Providers/SystemDateProviderTests.swift",
        "Event Bus/ContextualBusEventObserverTests.swift",
        "Event Bus/EventBusTests.swift",
        "Extensions/Data+ObfuscationTests.swift",
        "Extensions/Date+UnixTests.swift",
        "Extensions/Duration+TimeIntervalTests.swift",
        "Extensions/FixedWidthInteger+BigEndianDataTests.swift",
        "Extensions/RangeReplaceableCollection+RemoveFirstTests.swift",
        "Extensions/Result+CatchingAsyncTests.swift",
        "Live Query/LiveQueryResultsProducerTests.swift",
        "Live Query/LiveQuerySchedulingStrategyTests.swift",
        "Live Query/LiveQueryTests.swift",
        "Networking/Errors/InvalidHTTPStatusCodeErrorTests.swift",
        "Networking/Errors/InvalidWebServiceRequestError.swift",
        "Networking/Errors/NonHTTPURLResponseErrorTests.swift",
        "Networking/HTTP Client/HTTPClientTests.swift",
        "Networking/HTTP Client/URLRequestLoaderTests.swift",
        "Networking/Requests and Responses/HTTPBodyTests.swift",
        "Networking/Requests and Responses/HTTPHeaderFieldTests.swift",
        "Networking/Requests and Responses/HTTPHeaderItemTests.swift",
        "Networking/Requests and Responses/HTTPMethodTests.swift",
        "Networking/Requests and Responses/HTTPResponseTests.swift",
        "Networking/Requests and Responses/HTTPStatusCodeTests.swift",
        "Networking/Requests and Responses/MediaTypeTests.swift",
        "Networking/Requests and Responses/URLPathComponentTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/AnyRequestConditionTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/BodyEqualsDecodableTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/BodyEqualsTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HTTPMethodIsOneOfTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HeaderItemsContainsTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HeaderItemsEqualsTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HostIsOneOfTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/PathMatchesTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/QueryItemsContainsTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/QueryItemsEqualsTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/SchemeIsOneOfTests.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/URLMatchesTests.swift",
        "Networking/Simulated URL Request Loader/RequestComponentsTests.swift",
        "Networking/Simulated URL Request Loader/ResponderTests.swift",
        "Networking/Simulated URL Request Loader/ResponseGeneratorTests.swift",
        "Networking/Simulated URL Request Loader/SimulatedURLRequestLoaderIntegrationTests.swift",
        "Networking/Simulated URL Request Loader/SimulatedURLRequestLoaderTests.swift",
        "Networking/Simulated URL Request Loader/SuccessResponseTemplateTests.swift",
        "Networking/Simulated URL Request Loader/UnfulfillableRequestErrorTests.swift",
        "Networking/Web Service Client/JSONBodyWebServiceRequestTests.swift",
        "Networking/Web Service Client/SingleBaseURLConfigurationTests.swift",
        "Networking/Web Service Client/WebServiceClientTests.swift",
        "Networking/Web Service Client/WebServiceRequestTests.swift",
        "Paging/OffsetPageTests.swift",
        "Paging/RandomAccessPagerTests.swift",
        "Paging/SequentialPagerTests.swift",
        "Remote Localization/Bundle+RemoteContentTests.swift",
        "Remote Localization/RemoteLocalizedStringTests.swift",
        "Testing Helpers/Date+IsApproximatelyEqual.swift",
        "Testing Helpers/DefaultRemoteContentBundleActor.swift",
        "Testing Helpers/MockBaseURLConfiguration.swift",
        "Testing Helpers/MockBusEventObserver.swift",
        "Testing Helpers/MockBusEvents.swift",
        "Testing Helpers/MockCodables.swift",
        "Testing Helpers/MockDateProvider.swift",
        "Testing Helpers/MockError.swift",
        "Testing Helpers/MockHTTPClientInterceptor.swift",
        "Testing Helpers/MockLiveQueryResultsProducer.swift",
        "Testing Helpers/MockOffsetPage.swift",
        "Testing Helpers/MockRandomAccessPageLoader.swift",
        "Testing Helpers/MockRequestCondition.swift",
        "Testing Helpers/MockResponseGenerator.swift",
        "Testing Helpers/MockRetryPolicy.swift",
        "Testing Helpers/MockSequentialPageLoader.swift",
        "Testing Helpers/MockURLRequestLoader.swift",
        "Testing Helpers/MockWebServiceRequest.swift",
        "Testing Helpers/RandomValueGenerating+DevFoundation.swift",
        "Utility Types/AnySendableHashableTests.swift",
        "Utility Types/DottedHierarchicalIDTests.swift",
        "Utility Types/ExpiringValueTests.swift",
        "Utility Types/GibberishGeneratorTests.swift",
        "Utility Types/HashableByIDTests.swift",
        "Utility Types/IdentifiableBySelfTests.swift",
        "Utility Types/JSONValueTests.swift",
        "Utility Types/ObservableReferenceTests.swift",
        "Utility Types/OptionalRepresentableTests.swift",
        "Utility Types/RetryPolicyTests.swift",
        "Utility Types/SoftwareComponentIDTests.swift",
        "Utility Types/TopLevelCodingTests.swift",
        "Utility Types/TypedExtensibleEnumTests.swift",
        "Utility Types/UserSelectionTests.swift"
      ],
      "target_dependencies" : [
        "DevFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DevFoundation",
      "module_type" : "SwiftTarget",
      "name" : "DevFoundation",
      "path" : "Sources/DevFoundation",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "DevFoundation",
        "dfob"
      ],
      "sources" : [
        "Concurrency/DispatchQueue+NonOvercommitting.swift",
        "Concurrency/DispatchQueue+Standard.swift",
        "Concurrency/ExecutionGroup.swift",
        "Concurrency/WithTimeout.swift",
        "Date Providers/DateProvider.swift",
        "Date Providers/DateProviders.swift",
        "Date Providers/OffsetDateProvider.swift",
        "Date Providers/ScaledDateProvider.swift",
        "Date Providers/SystemDateProvider.swift",
        "DevFoundation.swift",
        "Event Bus/BusEvent.swift",
        "Event Bus/BusEventObserver.swift",
        "Event Bus/ContextualBusEventObserver.swift",
        "Event Bus/EventBus.swift",
        "Extensions/Data+Obfuscation.swift",
        "Extensions/Date+Unix.swift",
        "Extensions/Duration+TimeInterval.swift",
        "Extensions/FixedWidthInteger+BigEndianData.swift",
        "Extensions/RangeReplaceableCollection+RemoveFirst.swift",
        "Extensions/Result+CatchingAsync.swift",
        "Live Query/LiveQuery.swift",
        "Live Query/LiveQueryResultsProducer.swift",
        "Live Query/LiveQuerySchedulingStrategy.swift",
        "Networking/Errors/InvalidHTTPStatusCodeError.swift",
        "Networking/Errors/InvalidWebServiceRequestError.swift",
        "Networking/Errors/NonHTTPURLResponseError.swift",
        "Networking/HTTP Client/HTTPClient.swift",
        "Networking/HTTP Client/HTTPClientInterceptor.swift",
        "Networking/HTTP Client/URLRequestLoader.swift",
        "Networking/Requests and Responses/HTTPBody.swift",
        "Networking/Requests and Responses/HTTPHeaderField.swift",
        "Networking/Requests and Responses/HTTPHeaderItem.swift",
        "Networking/Requests and Responses/HTTPMethod.swift",
        "Networking/Requests and Responses/HTTPResponse.swift",
        "Networking/Requests and Responses/HTTPStatusCode.swift",
        "Networking/Requests and Responses/MediaType.swift",
        "Networking/Requests and Responses/URLPathComponent.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/AnyRequestCondition.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/BodyEquals.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/BodyEqualsDecodable.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HTTPMethodIsOneOf.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HeaderItemsContains.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HeaderItemsEquals.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/HostIsOneOf.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/PathMatches.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/QueryItemsContains.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/QueryItemsEquals.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/SchemeIsOneOf.swift",
        "Networking/Simulated URL Request Loader/Request Conditions/URLMatches.swift",
        "Networking/Simulated URL Request Loader/RequestComponents.swift",
        "Networking/Simulated URL Request Loader/RequestCondition.swift",
        "Networking/Simulated URL Request Loader/Responder.swift",
        "Networking/Simulated URL Request Loader/ResponseGenerator.swift",
        "Networking/Simulated URL Request Loader/SimulatedURLRequestLoader.swift",
        "Networking/Simulated URL Request Loader/SuccessResponseTemplate.swift",
        "Networking/Simulated URL Request Loader/UnfulfillableRequestError.swift",
        "Networking/Web Service Client/BaseURLConfiguring.swift",
        "Networking/Web Service Client/JSONBodyWebServiceRequest.swift",
        "Networking/Web Service Client/SingleBaseURLConfiguration.swift",
        "Networking/Web Service Client/WebServiceClient.swift",
        "Networking/Web Service Client/WebServiceRequest.swift",
        "Paging/OffsetPage.swift",
        "Paging/RandomAccessPager.swift",
        "Paging/SequentialPager.swift",
        "Remote Localization/Bundle+RemoteContent.swift",
        "Remote Localization/RemoteLocalizedString.swift",
        "Utility Types/AnySendableHashable.swift",
        "Utility Types/DottedHierarchicalID.swift",
        "Utility Types/ExpiringValue.swift",
        "Utility Types/GibberishGenerator.swift",
        "Utility Types/HashableByID.swift",
        "Utility Types/IdentifiableBySelf.swift",
        "Utility Types/JSONValue.swift",
        "Utility Types/ObservableReference.swift",
        "Utility Types/OptionalRepresentable.swift",
        "Utility Types/RetryPolicy.swift",
        "Utility Types/SoftwareComponentID.swift",
        "Utility Types/TopLevelCoding.swift",
        "Utility Types/TypedExtensibleEnum.swift",
        "Utility Types/UserSelection.swift"
      ],
      "target_dependencies" : [
        "RemoteLocalizationMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm