Build Information
Failed to build SpryKit, reference main (89ab6b
), with Swift 6.1 for Linux on 30 Apr 2025 10:41:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.61.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 89ab6b7 lil upd dependency
Cloned https://github.com/NikSativa/SpryKit.git
Revision (git rev-parse @):
89ab6b75b7ad4bb63185c9c6302abe2efec18c7d
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" : "2.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.1",
"upper_bound" : "600.1.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" : "MacroAndCompilerPlugin",
"targets" : [
"MacroAndCompilerPlugin"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SpryMacroAvailable",
"module_type" : "SwiftTarget",
"name" : "SpryMacroAvailable",
"path" : "VersionMarkerModule",
"product_memberships" : [
"SpryKit"
],
"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"
],
"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",
"MacroAndCompilerPlugin"
],
"sources" : [
"FuncKeyword.swift",
"VarKeyword.swift"
],
"type" : "library"
},
{
"c99name" : "MacroAndCompilerPlugin",
"module_type" : "SwiftTarget",
"name" : "MacroAndCompilerPlugin",
"path" : "MacroAndCompilerPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SpryKit",
"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-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/71502] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (5.31s)
Fetched https://github.com/apple/swift-syntax.git from cache (5.36s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (7.89s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.84s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.55s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.29s)
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/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
Building for debugging...
[0/56] Write sources
[3/56] Copying PrivacyInfo.xcprivacy
[3/56] Write sources
[32/56] Compiling _SwiftSyntaxCShims dummy.c
[34/56] 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.
[35/56] Compiling CwlCatchExceptionSupport CwlCatchException.m
[35/56] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[35/56] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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/21] 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/21] Compiling CwlCatchExceptionSupport CwlCatchException.m
[1/21] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux