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 (3ce143), with Swift 6.1 for Linux on 11 Jun 2025 20:34:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.63.1
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 3ce1434 upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/SpryKit.git
Revision (git rev-parse @):
3ce1434a3df6c1d7710c6a2af326ef4491754092
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" : "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" : [
        "AnyEquatableTests.swift",
        "ArgumentTests.swift",
        "CrossPlatformTests.swift",
        "FriendlyStringConvertibleTests.swift",
        "HaveRecordedCallsMatcherTests.swift",
        "Helpers/SpryEquatable+TestHelper.swift",
        "Helpers/Spryable+TestHelper.swift",
        "Helpers/Spyable+TestHelper.swift",
        "Helpers/Stubbable+TestHelper.swift",
        "Matcher/XCTAssertEqualAnyTests.swift",
        "Matcher/XCTAssertEqualErrorTests.swift",
        "Matcher/XCTAssertEqualImageTests.swift",
        "Matcher/XCTAssertHaveReceivedTests.swift",
        "Matcher/XCTAssertHaveRecordedCallsTests.swift",
        "Matcher/XCTAssertThrowsAssertionTests.swift",
        "Matcher/XCTAssertThrowsErrorTests.swift",
        "PropertyReflectorTests.swift",
        "SpryEquatableTests.swift",
        "SpryableMacrosTests.swift",
        "SpryableTests.swift",
        "SpyableTests.swift",
        "StubbableTests.swift",
        "ThreadSafeTests.swift"
      ],
      "target_dependencies" : [
        "SpryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpryKit",
      "module_type" : "SwiftTarget",
      "name" : "SpryKit",
      "path" : "Source",
      "product_dependencies" : [
        "CwlPreconditionTesting",
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "SpryKit",
        "SpryKitStatic",
        "SpryKitDynamic"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AnyEquality.swift",
        "Argument.swift",
        "ArgumentCaptor.swift",
        "FatalErrorTexting.swift",
        "Helpers/Data+Helpers.swift",
        "Helpers/Date+Helpers.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",
        "Matcher/XCTAssertEqualAny.swift",
        "Matcher/XCTAssertEqualError.swift",
        "Matcher/XCTAssertEqualImage.swift",
        "Matcher/XCTAssertHaveReceived.swift",
        "Matcher/XCTAssertHaveRecordedCalls.swift",
        "Matcher/XCTAssertThrowsAssertion.swift",
        "Matcher/XCTAssertThrowsError.swift",
        "PThread.swift",
        "PropertyReflector.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"
      ],
      "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-4609320-2":/host -w "$PWD" 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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
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/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/72033] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (5.14s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.19s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (7.23s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.48s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.81s)
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/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.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
Building for debugging...
[0/75] Write sources
[28/75] Copying PrivacyInfo.xcprivacy
[29/75] Write sources
[32/75] Compiling _SwiftSyntaxCShims dummy.c
[33/75] 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.
[34/75] Compiling CwlCatchExceptionSupport CwlCatchException.m
[34/75] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[34/75] Compiling _SwiftSyntaxCShims dummy.c
[34/75] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
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.
[0/41] Compiling CwlCatchExceptionSupport CwlCatchException.m
[0/41] Compiling _SwiftSyntaxCShims dummy.c
[0/41] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[0/41] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux