Build Information
Failed to build XcodeGraph, reference main (f9c8f7
), with Swift 6.1 for Wasm on 16 Jun 2025 23:51:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/tuist/XcodeGraph.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/tuist/XcodeGraph
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f9c8f73 [Release] XcodeGraph 1.15.18
Cloned https://github.com/tuist/XcodeGraph.git
Revision (git rev-parse @):
f9c8f7317a3f175ee5b9d345fa7a83d5e698070c
SUCCESS checkout https://github.com/tuist/XcodeGraph.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/tuist/XcodeGraph.git
https://github.com/tuist/XcodeGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "path",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.8",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Path.git"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.4.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj"
},
{
"identity" : "command",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/Command.git"
},
{
"identity" : "filesystem",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/FileSystem.git"
},
{
"identity" : "mockable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kolos65/Mockable.git"
},
{
"identity" : "machokit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.35.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/p-x9/MachOKit"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "XcodeGraph",
"name" : "XcodeGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "XcodeGraph",
"targets" : [
"XcodeGraph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XcodeMetadata",
"targets" : [
"XcodeMetadata"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XcodeGraphMapper",
"targets" : [
"XcodeGraphMapper"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XcodeMetadataTests",
"module_type" : "SwiftTarget",
"name" : "XcodeMetadataTests",
"path" : "Tests/XcodeMetadataTests",
"sources" : [
"AssertionsTesting.swift",
"FrameworkMetadataProviderTests.swift",
"LibraryMetadataProviderTests.swift",
"PrecompiledMetadataProviderTests.swift",
"SystemFrameworkMetadataProviderTests.swift",
"XCFrameworkMetadataProviderTests.swift"
],
"target_dependencies" : [
"XcodeMetadata",
"XcodeGraph"
],
"type" : "test"
},
{
"c99name" : "XcodeMetadata",
"module_type" : "SwiftTarget",
"name" : "XcodeMetadata",
"path" : "Sources/XcodeMetadata",
"product_dependencies" : [
"FileSystem",
"Mockable",
"MachOKitC"
],
"product_memberships" : [
"XcodeMetadata",
"XcodeGraphMapper"
],
"sources" : [
"Extensions/BinaryArchitecture+Extension.swift",
"Extensions/FileHandle+ReadHelpers.swift",
"Extensions/MachOByteSwapExtensions.swift",
"Extensions/Sequence+ExecutionContext.swift",
"Providers/FrameworkMetadataProvider.swift",
"Providers/LibraryMetadataProvider.swift",
"Providers/PrecompiledMetadataProvider.swift",
"Providers/SystemFrameworkMetadataProvider.swift",
"Providers/XCFrameworkMetadataProvider.swift"
],
"target_dependencies" : [
"XcodeGraph"
],
"type" : "library"
},
{
"c99name" : "XcodeGraphTests",
"module_type" : "SwiftTarget",
"name" : "XcodeGraphTests",
"path" : "Tests/XcodeGraphTests",
"sources" : [
"DependenciesGraph/DependenciesGraphTests.swift",
"Extensions/SettingsDictionary+ExtrasTests.swift",
"Extensions/XCTestCase+Extras.swift",
"Graph/GraphDependencyTests.swift",
"Graph/GraphTargetTests.swift",
"Graph/GraphTests.swift",
"Models/AnalyzeActionTests.swift",
"Models/ArchiveActionTests.swift",
"Models/ArgumentsTests.swift",
"Models/BinaryArchitectureTests.swift",
"Models/BuildActionTests.swift",
"Models/BuildConfigurationTests.swift",
"Models/BuildRule.CompilerSpecTests.swift",
"Models/BuildRule.FileTypeTests.swift",
"Models/BuildRuleTests.swift",
"Models/CompatibleXcodeVersionsTests.swift",
"Models/CopyFileElementTests.swift",
"Models/CopyFilesActionTests.swift",
"Models/CoreDataModelTests.swift",
"Models/ExecutionActionTests.swift",
"Models/FileElementTests.swift",
"Models/HeadersTests.swift",
"Models/IDETemplateMacrosTests.swift",
"Models/InfoPlistTests.swift",
"Models/PackageInfoTests.swift",
"Models/PackageTests.swift",
"Models/PlatformFilterTests.swift",
"Models/PlatformTests.swift",
"Models/ProductTests.swift",
"Models/ProfileActionTests.swift",
"Models/ProjectGroupTests.swift",
"Models/ProjectTests.swift",
"Models/RawScriptBuildPhaseTests.swift",
"Models/RequirementTests.swift",
"Models/ResourceFileElementTests.swift",
"Models/ResourceSynthesizerTests.swift",
"Models/RunActionTests.swift",
"Models/SDKSourceTests.swift",
"Models/SchemeTests.swift",
"Models/SettingsTests.swift",
"Models/SourceFileTests.swift",
"Models/TargetDependencyTests.swift",
"Models/TargetReferenceTests.swift",
"Models/TargetScriptTests.swift",
"Models/TargetTests.swift",
"Models/TestActionTests.swift",
"Models/TestPlanTests.swift",
"Models/TestableTargetTests.swift",
"Models/VersionTests.swift",
"Models/WorkspaceGenerationOptionsTests.swift",
"Models/WorkspaceTests.swift",
"Models/XCFrameworkInfoPlistTests.swift"
],
"target_dependencies" : [
"XcodeGraph"
],
"type" : "test"
},
{
"c99name" : "XcodeGraphMapperTests",
"module_type" : "SwiftTarget",
"name" : "XcodeGraphMapperTests",
"path" : "Tests/XcodeGraphMapperTests",
"product_dependencies" : [
"FileSystem"
],
"sources" : [
"MapperTests/Graph/XcodeGraphMapperTests.swift",
"MapperTests/Package/PackageMapperTests.swift",
"MapperTests/Package/XCPackageMapperTests.swift",
"MapperTests/Phases/PBXCopyFilesBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXCoreDataModelsBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXFrameworksBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXHeadersBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXResourcesBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXScriptsBuildPhaseMapperTests.swift",
"MapperTests/Phases/PBXSourcesBuildPhaseMapperTests.swift",
"MapperTests/Project/PBXProjectMapperTests.swift",
"MapperTests/Schemes/XCSchemeMapperTests.swift",
"MapperTests/Settings/ConfigurationMatcherTests.swift",
"MapperTests/Settings/XCConfigurationMapperTests.swift",
"MapperTests/Target/PBXBuildRuleMapperTests.swift",
"MapperTests/Target/PBXTargetDependencyMapper.swift",
"MapperTests/Target/PBXTargetMapperTests.swift",
"MapperTests/Target/TargetDependencyExtensionsTests.swift",
"MapperTests/Workspace/XCWorkspaceMapperTests.swift",
"Mocks/AssertionsTesting.swift",
"Mocks/MockDefaults.swift",
"TestData/PBXBuildRule+TestData.swift",
"TestData/PBXFileReference+TestData.swift",
"TestData/PBXGroup+TestData.swift",
"TestData/PBXNativeTarget+TestData.swift",
"TestData/PBXProj+TestData.swift",
"TestData/PBXProject+TestData.swift",
"TestData/PBXShellScriptBuildPhase+TestData.swift",
"TestData/PBXTargetDependency+TestData.swift",
"TestData/PBXVariantGroup+TestData.swift",
"TestData/XCBuildConfiguration+TestData.swift",
"TestData/XCConfigurationList+TestData.swift",
"TestData/XCScheme+TestData.swift",
"TestData/XCSchemeTestableReference+TestData.swift",
"TestData/XCUserData+TestData.swift",
"TestData/XCVersionGroup+TestData.swift",
"TestData/XCWorkspace+TestData.swift",
"TestData/XCWorkspaceDataElement+TestData.swift",
"TestData/XCWorkspaceDataGroup+TestData.swift",
"TestData/XcodeProj+TestData.swift"
],
"target_dependencies" : [
"XcodeGraphMapper"
],
"type" : "test"
},
{
"c99name" : "XcodeGraphMapper",
"module_type" : "SwiftTarget",
"name" : "XcodeGraphMapper",
"path" : "Sources/XcodeGraphMapper",
"product_dependencies" : [
"Command",
"Path",
"XcodeProj"
],
"product_memberships" : [
"XcodeGraphMapper"
],
"sources" : [
"Extensions/PBXProject+Extensions.swift",
"Extensions/Package+Extensions.swift",
"Extensions/Platform+Extensions.swift",
"Extensions/PlatformFilter+Extensions.swift",
"Extensions/TargetDependency+Extensions.swift",
"Extensions/XCWorkspace+Extensions.swift",
"Extensions/XCWorkspaceDataFileRef+Extensions.swift",
"Mappers/Graph/XcodeGraphMapper.swift",
"Mappers/Packages/PackageMapper.swift",
"Mappers/Packages/XCPackageMapper.swift",
"Mappers/Phases/BuildPhaseConstants.swift",
"Mappers/Phases/PBXCopyFilesBuildPhaseMapper.swift",
"Mappers/Phases/PBXCoreDataModelsBuildPhaseMapper.swift",
"Mappers/Phases/PBXFrameworksBuildPhaseMapper.swift",
"Mappers/Phases/PBXHeadersBuildPhaseMapper.swift",
"Mappers/Phases/PBXResourcesBuildPhaseMapper.swift",
"Mappers/Phases/PBXScriptsBuildPhaseMapper.swift",
"Mappers/Phases/PBXSourcesBuildPhaseMapper.swift",
"Mappers/Project/PBXProjectMapper.swift",
"Mappers/Project/ProjectAttribute.swift",
"Mappers/Project/XcodeProj+Extensions.swift",
"Mappers/Schemes/SchemeDiagnosticsOptions+XCScheme.swift",
"Mappers/Schemes/XCSchemeMapper.swift",
"Mappers/Schemes/XCTestPlan.swift",
"Mappers/Settings/BuildSettings.swift",
"Mappers/Settings/XCConfigurationList+Helpers.swift",
"Mappers/Settings/XCConfigurationMapper.swift",
"Mappers/Targets/PBXBuildRuleMapper.swift",
"Mappers/Targets/PBXTarget+BuildHeaders.swift",
"Mappers/Targets/PBXTarget+BuildSettings.swift",
"Mappers/Targets/PBXTarget+GraphMapping.swift",
"Mappers/Targets/PBXTarget+PlatformInference.swift",
"Mappers/Targets/PBXTargetDependency+PlatformCondition.swift",
"Mappers/Targets/PBXTargetDependencyMapper.swift",
"Mappers/Targets/PBXTargetMapper.swift",
"Mappers/Targets/TargetDependency+GraphMapping.swift",
"Mappers/Workspace/XCWorkspaceMapper.swift",
"Utilities/ConfigurationMatcher.swift",
"Utilities/DeveloperDirectoryProvider.swift",
"Utilities/Optional+Throwing.swift",
"Utilities/PackageInfoLoader.swift",
"Utilities/PathDependencyMapper.swift",
"Utilities/ProjectNativeTarget.swift"
],
"target_dependencies" : [
"XcodeGraph",
"XcodeMetadata"
],
"type" : "library"
},
{
"c99name" : "XcodeGraph",
"module_type" : "SwiftTarget",
"name" : "XcodeGraph",
"path" : "Sources/XcodeGraph",
"product_dependencies" : [
"AnyCodable",
"Path"
],
"product_memberships" : [
"XcodeGraph",
"XcodeMetadata",
"XcodeGraphMapper"
],
"sources" : [
"DependenciesGraph/DependenciesGraph.swift",
"Extensions/SettingsDictionary+Extras.swift",
"Graph/ConditionalGraphTarget.swift",
"Graph/Graph.swift",
"Graph/GraphDependency.swift",
"Graph/GraphEdge.swift",
"Graph/GraphTarget.swift",
"Models/AnalyzeAction.swift",
"Models/ArchiveAction.swift",
"Models/Arguments.swift",
"Models/AutogenerationOptions.swift",
"Models/BinaryArchitecture.swift",
"Models/BuildAction.swift",
"Models/BuildConfiguration.swift",
"Models/BuildRule+CompilerSpec.swift",
"Models/BuildRule+FileType.swift",
"Models/BuildRule.swift",
"Models/CompatibleXcodeVersions.swift",
"Models/CopyFileElement.swift",
"Models/CopyFilesAction.swift",
"Models/CoreDataModel.swift",
"Models/DeploymentTargets.swift",
"Models/Destination.swift",
"Models/EnvironmentVariable.swift",
"Models/ExecutionAction.swift",
"Models/FileCodeGen.swift",
"Models/FileElement.swift",
"Models/Headers.swift",
"Models/IDETemplateMacros.swift",
"Models/LaunchArgument.swift",
"Models/LaunchStyle.swift",
"Models/MergedBinaryType.swift",
"Models/Metadata/FrameworkMetadata.swift",
"Models/Metadata/LibraryMetadata.swift",
"Models/Metadata/SystemFrameworkMetadata.swift",
"Models/Metadata/TargetMetadata.swift",
"Models/Metadata/XCFrameworkMetadata.swift",
"Models/MetalOptions.swift",
"Models/OnDemandResourcesTags.swift",
"Models/Package.swift",
"Models/Platform.swift",
"Models/PlatformCondition.swift",
"Models/PlatformFilter.swift",
"Models/Plist.swift",
"Models/PrivacyManifest.swift",
"Models/Product.swift",
"Models/ProfileAction.swift",
"Models/Project.swift",
"Models/ProjectGroup.swift",
"Models/ProjectOptions.swift",
"Models/RawScriptBuildPhase.swift",
"Models/Requirement.swift",
"Models/ResourceFileElement.swift",
"Models/ResourceFileElements.swift",
"Models/ResourceSynthesizer.swift",
"Models/RunAction.swift",
"Models/RunActionOptions.swift",
"Models/SDKSource.swift",
"Models/SDKType.swift",
"Models/Scheme.swift",
"Models/SchemeDiagnosticsOptions.swift",
"Models/ScreenCaptureFormat.swift",
"Models/Settings.swift",
"Models/SimulatedLocation.swift",
"Models/SourceFile.swift",
"Models/SourceFileGlob.swift",
"Models/Target.swift",
"Models/TargetDependency.swift",
"Models/TargetReference.swift",
"Models/TargetScript.swift",
"Models/TargetType.swift",
"Models/TestAction.swift",
"Models/TestPlan.swift",
"Models/TestableTarget.swift",
"Models/TestingOptions.swift",
"Models/Version.swift",
"Models/Workspace.swift",
"Models/WorkspaceGenerationOptions.swift",
"Models/XCFrameworkInfoPlist.swift",
"PackageInfo.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/Kolos65/Mockable.git
Fetching https://github.com/tuist/Command.git
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/p-x9/MachOKit
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/tuist/FileSystem.git
[1/5281] Fetching machokit
[3804/7255] Fetching machokit, command
[5796/30588] Fetching machokit, command, xcodeproj
[5797/32372] Fetching machokit, command, xcodeproj, filesystem
[7559/34162] Fetching machokit, command, xcodeproj, filesystem, mockable
[7912/36244] Fetching machokit, command, xcodeproj, filesystem, mockable, swift-docc-plugin
Fetched https://github.com/tuist/FileSystem.git from cache (0.64s)
[12562/34460] Fetching machokit, command, xcodeproj, mockable, swift-docc-plugin
Fetching https://github.com/tuist/Path.git
Fetched https://github.com/Kolos65/Mockable.git from cache (0.82s)
[16337/32670] Fetching machokit, command, xcodeproj, swift-docc-plugin
Fetching https://github.com/Flight-School/AnyCodable
Fetched https://github.com/p-x9/MachOKit from cache (0.89s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.90s)
[10841/25307] Fetching command, xcodeproj
[13175/25661] Fetching command, xcodeproj, path
Fetched https://github.com/tuist/Path.git from cache (0.50s)
[16208/25307] Fetching command, xcodeproj
[16675/26089] Fetching command, xcodeproj, anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.47s)
[18308/25307] Fetching command, xcodeproj
Fetched https://github.com/tuist/Command.git from cache (2.51s)
Fetched https://github.com/tuist/XcodeProj from cache (2.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (5.89s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.53s)
Computing version for https://github.com/p-x9/MachOKit
warning: 'machokit': /Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
Computed https://github.com/p-x9/MachOKit at 0.35.1 (1.52s)
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/apple/swift-crypto.git
[1/163] Fetching swift-fileio
[59/15159] Fetching swift-fileio, swift-crypto
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.48s)
[1200/14996] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.49s)
Computing version for https://github.com/Kolos65/Mockable.git
Computed https://github.com/Kolos65/Mockable.git at 0.4.0 (3.44s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax.git
[1/5467] Fetching xctest-dynamic-overlay
[5468/76328] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.16s)
[4961/70861] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.43s)
Computing version for https://github.com/tuist/Command.git
Computed https://github.com/tuist/Command.git at 0.13.0 (9.40s)
Fetching https://github.com/apple/swift-log
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.61s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.4.2 (1.51s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[975/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.40s)
Fetched https://github.com/tadija/AEXML.git from cache (0.46s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (1.41s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.11s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.9.0 (0.82s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.39s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.38s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.23s)
Computing version for https://github.com/tuist/FileSystem.git
Computed https://github.com/tuist/FileSystem.git at 0.10.8 (0.89s)
Fetching https://github.com/tuist/ZIPFoundation
Fetching https://github.com/apple/swift-nio
[1/4875] Fetching zipfoundation
[1415/81198] Fetching zipfoundation, swift-nio
Fetched https://github.com/tuist/ZIPFoundation from cache (8.80s)
Fetched https://github.com/apple/swift-nio from cache (8.90s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (9.57s)
Computing version for https://github.com/tuist/ZIPFoundation
Computed https://github.com/tuist/ZIPFoundation at 0.9.20 (0.75s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.21s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4428] Fetching swift-system
[1286/6225] Fetching swift-system, swift-atomics
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.78s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.29s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.81s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.77s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.99s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (1.45s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.65s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.29s)
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.9.0
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.4.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/p-x9/MachOKit
Working copy of https://github.com/p-x9/MachOKit resolved at 0.35.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/tuist/ZIPFoundation
Working copy of https://github.com/tuist/ZIPFoundation resolved at 0.9.20
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/Kolos65/Mockable.git
Working copy of https://github.com/Kolos65/Mockable.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Creating working copy for https://github.com/tuist/FileSystem.git
Working copy of https://github.com/tuist/FileSystem.git resolved at 0.10.8
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/tuist/Command.git
Working copy of https://github.com/tuist/Command.git resolved at 0.13.0
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/96] Compiling CNIOLinux shim.c
[3/96] Write sources
[19/96] Compiling CNIOWASI CNIOWASI.c
[19/96] Write sources
[23/96] Compiling CNIOWindows WSAStartup.c
[23/96] Compiling CNIOLinux liburing_shims.c
[23/96] Compiling CNIOWindows shim.c
[23/96] Write sources
[46/96] Compiling _SwiftSyntaxCShims dummy.c
[46/96] Compiling _AtomicsShims.c
[48/96] Write sources
[51/96] Compiling MachOKitC mach-o-linux.c
[52/96] Compiling CSystem shims.c
[53/96] Compiling CNIODarwin shim.c
[54/96] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/154] Emitting module ZIPFoundation
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[56/156] Compiling c-nioatomics.c
[58/158] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/158] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/159] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/159] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/159] Compiling _NIODataStructures PriorityQueue.swift
[63/160] Compiling _NIODataStructures _TinyArray.swift
[64/160] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/160] Compiling _NIOBase64 Base64.swift
[66/160] Emitting module _NIOBase64
[67/160] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/162] Compiling ZIPFoundation Data+Compression.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[69/162] Compiling ZIPFoundation Archive+ReadingDeprecated.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[70/162] Compiling ZIPFoundation Archive+Writing.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[71/162] Compiling ZIPFoundation Archive+WritingDeprecated.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[72/165] Compiling ZIPFoundation URL+ZIP.swift
[73/165] Compiling SystemPackage PlatformString.swift
[74/165] Compiling SystemPackage SystemString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/165] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[77/165] Compiling ZIPFoundation Archive+BackingConfiguration.swift
[78/165] Compiling ZIPFoundation Archive+Deprecated.swift
[79/165] Compiling ZIPFoundation Archive+Helpers.swift
[80/165] Compiling ZIPFoundation Archive+MemoryFile.swift
[81/165] Compiling ZIPFoundation Archive+Progress.swift
[82/165] Compiling ZIPFoundation Archive+Reading.swift
[83/165] Compiling ZIPFoundation Archive+ZIP64.swift
[84/165] Compiling ZIPFoundation Archive.swift
[88/176] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/176] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/177] Emitting module Path
[92/177] Emitting module Logging
[93/177] Compiling Logging MetadataProvider.swift
[94/177] Compiling ZIPFoundation Data+CompressionDeprecated.swift
[95/177] Compiling ZIPFoundation Data+Serialization.swift
[96/177] Compiling ZIPFoundation Date+ZIP.swift
[97/177] Compiling ZIPFoundation Entry+Serialization.swift
[98/177] Compiling ZIPFoundation Entry+ZIP64.swift
[99/177] Compiling ZIPFoundation Entry.swift
[100/177] Compiling ZIPFoundation FileManager+ZIP.swift
[101/177] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[102/177] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[103/177] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[104/177] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[105/177] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[106/177] Emitting module _NIODataStructures
[107/177] Compiling _NIODataStructures Heap.swift
[107/197] Compiling c-atomics.c
[110/197] Compiling SystemPackage Util+StringArray.swift
[111/197] Compiling SystemPackage Util.swift
[112/197] Compiling SystemPackage UtilConsumers.swift
[113/197] Compiling Logging Locks.swift
[114/197] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/42] Write swift-version-24593BA9C3E375BF.txt
[4/104] Emitting module SwiftSyntax510
[5/104] Compiling SwiftSyntax510 Empty.swift
[6/105] Emitting module SwiftSyntax600
[7/105] Compiling SwiftSyntax600 Empty.swift
[8/106] Emitting module SwiftSyntax509
[9/106] Compiling SwiftSyntax509 Empty.swift
[10/106] Compiling SwiftSyntax601 Empty.swift
[11/107] Emitting module SwiftSyntax601
[13/108] Compiling _NIODataStructures PriorityQueue.swift
[17/112] Compiling SystemPackage FilePathTempPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[18/112] Compiling SystemPackage FilePathTempWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[19/112] Compiling SystemPackage FilePathWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[20/112] Compiling SystemPackage FilePermissions.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[21/126] Compiling _NIODataStructures Heap.swift
[22/126] Emitting module _NIODataStructures
[23/126] Compiling _NIODataStructures _TinyArray.swift
[24/127] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[25/127] Emitting module _NIOBase64
[26/127] Compiling _NIOBase64 Base64.swift
[27/128] Compiling Logging Locks.swift
[28/128] Compiling Logging MetadataProvider.swift
[30/128] Compiling NIOConcurrencyHelpers lock.swift
[32/128] Compiling NIOConcurrencyHelpers NIOLock.swift
[33/128] Emitting module Logging
[34/170] Compiling SwiftSyntax SyntaxNodeFactory.swift
[35/170] Compiling SwiftSyntax SyntaxNodeStructure.swift
[36/170] Compiling SwiftSyntax SyntaxProtocol.swift
[37/170] Compiling SystemPackage Exports.swift
[38/170] Compiling SystemPackage Mocking.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[39/170] Compiling SystemPackage RawBuffer.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[40/170] Compiling SystemPackage Syscalls.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[41/170] Compiling SystemPackage WindowsSyscallAdapters.swift
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:252:10: error: cannot find 'umask' in scope
250 | _ mode: CInterop.Mode
251 | ) -> CInterop.Mode {
252 | return umask(mode)
| `- error: cannot find 'umask' in scope
253 | }
254 |
[42/170] Compiling SwiftSyntax SyntaxCollection.swift
[43/170] Compiling SwiftSyntax SyntaxHashable.swift
[44/170] Compiling SwiftSyntax SyntaxIdentifier.swift
[45/211] Emitting module NIOConcurrencyHelpers
[46/211] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[47/211] Compiling NIOConcurrencyHelpers atomics.swift
[48/212] Compiling SwiftSyntax AbsolutePosition.swift
[49/212] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[50/212] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/212] Emitting module ZIPFoundation
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[52/214] Compiling SwiftSyntax SourceLength.swift
[53/214] Compiling SwiftSyntax SourceLocation.swift
[54/214] Compiling SwiftSyntax SourcePresence.swift
[55/214] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/214] Compiling SwiftSyntax Identifier.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[57/214] Compiling SwiftSyntax MemoryLayout.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[58/214] Compiling SwiftSyntax MissingNodeInitializers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[60/214] Compiling SwiftSyntax Syntax.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[61/214] Compiling SwiftSyntax SyntaxArena.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[62/214] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[63/214] Compiling SwiftSyntax SyntaxChildren.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[64/214] Compiling SwiftSyntax RawSyntaxTokenView.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[65/214] Compiling SwiftSyntax SourceEdit.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/214] Compiling SwiftSyntax RawSyntax.swift
[74/214] Emitting module SystemPackage
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:197:57: error: cannot find type 'DIR' in scope
195 | internal typealias system_DIRPtr = OpaquePointer
196 | #else
197 | internal typealias system_DIRPtr = UnsafeMutablePointer<DIR>
| `- error: cannot find type 'DIR' in scope
198 | #endif
199 |
/host/spi-builder-workspace/.build/checkouts/swift-system/Sources/System/Internals/Syscalls.swift:192:30: error: cannot find 'DT_DIR' in scope
190 | #if !os(Windows)
191 | internal let SYSTEM_AT_REMOVE_DIR = AT_REMOVEDIR
192 | internal let SYSTEM_DT_DIR = DT_DIR
| `- error: cannot find 'DT_DIR' in scope
193 | internal typealias system_dirent = dirent
194 | #if os(Linux) || os(Android) || os(FreeBSD) || os(OpenBSD)
[79/214] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
[80/214] Compiling ZIPFoundation URL+ZIP.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Data+Compression.swift:166:8: error: could not build C module 'CZlib'
164 |
165 | #else
166 | import CZlib
| `- error: could not build C module 'CZlib'
167 |
168 | extension Data {
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
| `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/CZLib/shim.h:15:9: error: 'zlib.h' file not found
13 |
14 | #import <stdio.h>
15 | #import <zlib.h>
| `- error: 'zlib.h' file not found
16 |
17 | // [zlib] provide 64-bit offset functions if _LARGEFILE64_SOURCE defined
[81/214] Compiling Logging LogHandler.swift
[82/214] Emitting module Path
BUILD FAILURE 6.1 wasm