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 SpryKit, reference main (886ad7), with Swift 6.1 for Linux on 15 Dec 2025 01:30:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/SpryKit.git
Reference: main
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/NikSativa/SpryKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 886ad7d new Swift Testing API
Cloned https://github.com/NikSativa/SpryKit.git
Revision (git rev-parse @):
886ad7dc19c5665af2e864c20f8fc7e6e68c01cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/SpryKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NikSativa/SpryKit.git
https://github.com/NikSativa/SpryKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    },
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "SpryKit",
  "name" : "SpryKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SpryKit",
      "targets" : [
        "SpryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpryKitStatic",
      "targets" : [
        "SpryKit"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "SpryKitDynamic",
      "targets" : [
        "SpryKit"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "MacroAndCompilerPlugin",
      "targets" : [
        "MacroAndCompilerPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpryMacroAvailable",
      "module_type" : "SwiftTarget",
      "name" : "SpryMacroAvailable",
      "path" : "VersionMarkerModule",
      "product_memberships" : [
        "SpryKit",
        "SpryKitStatic",
        "SpryKitDynamic"
      ],
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpryKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpryKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "Helpers/SpryEquatable+TestHelper.swift",
        "Helpers/Spryable+TestHelper.swift",
        "Helpers/Spyable+TestHelper.swift",
        "Helpers/Stubbable+TestHelper.swift",
        "SwiftTesting/AnyEquatableTests.swift",
        "SwiftTesting/ArgumentTests.swift",
        "SwiftTesting/CrossPlatformTests.swift",
        "SwiftTesting/DiffTests.swift",
        "SwiftTesting/FriendlyStringConvertibleTests.swift",
        "SwiftTesting/HaveRecordedCallsMatcherTests.swift",
        "SwiftTesting/Matcher/ExpectEqualAnyTests.swift",
        "SwiftTesting/Matcher/ExpectEqualErrorTests.swift",
        "SwiftTesting/Matcher/ExpectEqualImageTests.swift",
        "SwiftTesting/Matcher/ExpectHaveReceivedTests.swift",
        "SwiftTesting/Matcher/ExpectHaveRecordedCallsTests.swift",
        "SwiftTesting/Matcher/ExpectThrowsAssertionTests.swift",
        "SwiftTesting/Matcher/ExpectThrowsErrorTests.swift",
        "SwiftTesting/PropertyReflectorTests.swift",
        "SwiftTesting/SpryEquatableTests.swift",
        "SwiftTesting/SpryableMacrosTests.swift",
        "SwiftTesting/SpryableTests.swift",
        "SwiftTesting/SpyableTests.swift",
        "SwiftTesting/StubbableTests.swift",
        "SwiftTesting/ThreadSafeTests.swift",
        "XCTests/AnyEquatableXCTests.swift",
        "XCTests/ArgumentXCTests.swift",
        "XCTests/CrossPlatformXCTests.swift",
        "XCTests/DiffXCTests.swift",
        "XCTests/FriendlyStringConvertibleXCTests.swift",
        "XCTests/HaveRecordedCallsMatcherXCTests.swift",
        "XCTests/Matcher/XCTAssertEqualAnyXCTests.swift",
        "XCTests/Matcher/XCTAssertEqualErrorXCTests.swift",
        "XCTests/Matcher/XCTAssertEqualImageXCTests.swift",
        "XCTests/Matcher/XCTAssertHaveReceivedXCTests.swift",
        "XCTests/Matcher/XCTAssertHaveRecordedCallsXCTests.swift",
        "XCTests/Matcher/XCTAssertThrowsAssertionXCTests.swift",
        "XCTests/Matcher/XCTAssertThrowsErrorXCTests.swift",
        "XCTests/PropertyReflectorXCTests.swift",
        "XCTests/SpryEquatableXCTests.swift",
        "XCTests/SpryableMacrosXCTests.swift",
        "XCTests/SpryableXCTests.swift",
        "XCTests/SpyableXCTests.swift",
        "XCTests/StubbableXCTests.swift",
        "XCTests/ThreadSafeXCTests.swift"
      ],
      "target_dependencies" : [
        "SpryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpryKit",
      "module_type" : "SwiftTarget",
      "name" : "SpryKit",
      "path" : "Source",
      "product_dependencies" : [
        "CwlPreconditionTesting",
        "SwiftSyntax",
        "Threading"
      ],
      "product_memberships" : [
        "SpryKit",
        "SpryKitStatic",
        "SpryKitDynamic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyEquality.swift",
        "Argument.swift",
        "ArgumentCaptor.swift",
        "Diff/Diff+Encodable.swift",
        "Diff/Diff+Mirror.swift",
        "Diff/Diff+StringLines.swift",
        "FatalErrorTexting.swift",
        "Helpers/Data+Helpers.swift",
        "Helpers/Date+Helpers.swift",
        "Helpers/Describing.swift",
        "Helpers/DispatchTime+Helpers.swift",
        "Helpers/Image+Helpers.swift",
        "Helpers/InternalHelpers.swift",
        "Helpers/String+Helpers.swift",
        "Helpers/TimeZone+Helpers.swift",
        "Helpers/URL+Helpers.swift",
        "Helpers/URLRequest+Helpers.swift",
        "PropertyReflector.swift",
        "Spry.swift",
        "Spry/Spryable.swift",
        "Spry/SpryableImpl.swift",
        "SpryDictionary.swift",
        "SpryEquatable+Types.swift",
        "SpryEquatable.swift",
        "SpryFriendlyStringConvertible.swift",
        "SpryableMacros.swift",
        "Spy/CountSpecifier.swift",
        "Spy/DidCallResult.swift",
        "Spy/RecordedCall.swift",
        "Spy/Spyable.swift",
        "Spy/SpyableImpl.swift",
        "StringRepresentable.swift",
        "Stub/Stub.swift",
        "Stub/StubInfo.swift",
        "Stub/Stubbable.swift",
        "Stub/StubbableImpl.swift",
        "SwiftTesting/DidCallResult+Testing.swift",
        "SwiftTesting/ExpectEqualAny.swift",
        "SwiftTesting/ExpectEqualError.swift",
        "SwiftTesting/ExpectEqualImage.swift",
        "SwiftTesting/ExpectHaveReceived.swift",
        "SwiftTesting/ExpectHaveRecordedCalls.swift",
        "SwiftTesting/ExpectThrows.swift",
        "SwiftTesting/ExpectThrowsAssertion.swift",
        "XCTests/XCTAssertEqualAny.swift",
        "XCTests/XCTAssertEqualError.swift",
        "XCTests/XCTAssertEqualImage.swift",
        "XCTests/XCTAssertHaveReceived.swift",
        "XCTests/XCTAssertHaveRecordedCalls.swift",
        "XCTests/XCTAssertThrowsAssertion.swift",
        "XCTests/XCTAssertThrowsError.swift"
      ],
      "target_dependencies" : [
        "SpryMacroAvailable",
        "SharedTypes",
        "MacroAndCompilerPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SharedTypes",
      "module_type" : "SwiftTarget",
      "name" : "SharedTypes",
      "path" : "SharedTypes",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "SpryKit",
        "SpryKitStatic",
        "SpryKitDynamic",
        "MacroAndCompilerPlugin"
      ],
      "sources" : [
        "FuncKeyword.swift",
        "VarKeyword.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MacroAndCompilerPlugin",
      "module_type" : "SwiftTarget",
      "name" : "MacroAndCompilerPlugin",
      "path" : "MacroAndCompilerPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "SpryKit",
        "SpryKitStatic",
        "SpryKitDynamic",
        "MacroAndCompilerPlugin"
      ],
      "sources" : [
        "AccessorKeyword+Macro.swift",
        "MacroAndCompilerPlugin.swift",
        "MembersParser.swift",
        "SpryableDiagnostic.swift",
        "SpryableMacro/SpryableAccessorMacro.swift",
        "SpryableMacro/SpryableBodyMacro.swift",
        "SpryableMacro/SpryableExtensionMacro.swift",
        "SpryableMacro/SpryablePeerMacro.swift",
        "SwiftSyntax+SpryKit.swift"
      ],
      "target_dependencies" : [
        "SharedTypes"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/NikSativa/Threading.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/1720] Fetching cwlpreconditiontesting, threading
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
[1/73112] Fetching swift-syntax
Fetched https://github.com/NikSativa/Threading.git from cache (8.07s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.19s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (11.63s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.62s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 2.2.0 (0.79s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.61s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/NikSativa/Threading.git
Working copy of https://github.com/NikSativa/Threading.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Building for debugging...
[0/78] Write sources
[16/78] Copying PrivacyInfo.xcprivacy
[31/78] Write sources
[34/78] Compiling _SwiftSyntaxCShims dummy.c
[35/78] Compiling CwlMachBadInstructionHandler mach_excServer.c
In file included from /host/spi-builder-workspace/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m:21:
/host/spi-builder-workspace/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h:21:9: fatal error: 'Foundation/Foundation.h' file not found
   21 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[36/78] Compiling CwlCatchExceptionSupport CwlCatchException.m
[36/78] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[36/78] Compiling _SwiftSyntaxCShims dummy.c
[36/78] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/42] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
In file included from /host/spi-builder-workspace/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m:21:
/host/spi-builder-workspace/.build/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h:21:9: fatal error: 'Foundation/Foundation.h' file not found
   21 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[1/42] Compiling CwlCatchExceptionSupport CwlCatchException.m
[1/42] Compiling _SwiftSyntaxCShims dummy.c
[1/42] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux