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 Periphery, reference master (63e52c), with Swift 6.1 for Wasm on 30 May 2025 17:53:45 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/peripheryapp/periphery.git
Reference: master
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/peripheryapp/periphery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 63e52c1 Fix possible concurrent mutation crash (#925)
Cloned https://github.com/peripheryapp/periphery.git
Revision (git rev-parse @):
63e52c1f0d5a320cd0fcd5f1a710914f273d1915
SUCCESS checkout https://github.com/peripheryapp/periphery.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/peripheryapp/periphery.git
https://github.com/peripheryapp/periphery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams"
    },
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-indexstore",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kateinoigakukun/swift-indexstore"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-filename-matcher",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ileitch/swift-filename-matcher"
    }
  ],
  "manifest_display_name" : "Periphery",
  "name" : "Periphery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "periphery",
      "targets" : [
        "Frontend"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "PeripheryKit",
      "targets" : [
        "PeripheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestShared",
      "module_type" : "SwiftTarget",
      "name" : "TestShared",
      "path" : "Tests/Shared",
      "sources" : [
        "DeclarationDescription.swift",
        "DeclarationScope.swift",
        "FixtureSourceGraphTestCase.swift",
        "Helper.swift",
        "SPMSourceGraphTestCase.swift",
        "SourceGraphTestCase.swift",
        "XCTestCase+Extensions.swift"
      ],
      "target_dependencies" : [
        "PeripheryKit",
        "ProjectDrivers",
        "Configuration"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SyntaxAnalysis",
      "module_type" : "SwiftTarget",
      "name" : "SyntaxAnalysis",
      "path" : "Sources/SyntaxAnalysis",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "CommentCommand.swift",
        "DeclarationSyntaxVisitor.swift",
        "ImportSyntaxVisitor.swift",
        "MultiplexingSyntaxVisitor.swift",
        "SourceLocationBuilder.swift",
        "TypeSyntaxInspector.swift",
        "UnusedParameterAnalyzer.swift",
        "UnusedParameterParser.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SourceGraph",
      "module_type" : "SwiftTarget",
      "name" : "SourceGraph",
      "path" : "Sources/SourceGraph",
      "product_dependencies" : [
        "SwiftSyntax"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Elements/Accessibility.swift",
        "Elements/AssetReference.swift",
        "Elements/CommentCommand.swift",
        "Elements/Declaration.swift",
        "Elements/ImportStatement.swift",
        "Elements/Location.swift",
        "Elements/ProjectFileKind.swift",
        "Elements/Reference.swift",
        "Elements/SourceFile.swift",
        "Mutators/AccessibilityCascader.swift",
        "Mutators/AncestralReferenceEliminator.swift",
        "Mutators/AssetReferenceRetainer.swift",
        "Mutators/AssignOnlyPropertyReferenceEliminator.swift",
        "Mutators/CodablePropertyRetainer.swift",
        "Mutators/CodingKeyEnumReferenceBuilder.swift",
        "Mutators/ComplexPropertyAccessorReferenceBuilder.swift",
        "Mutators/DefaultConstructorReferenceBuilder.swift",
        "Mutators/DynamicMemberRetainer.swift",
        "Mutators/EntryPointAttributeRetainer.swift",
        "Mutators/EnumCaseReferenceBuilder.swift",
        "Mutators/ExtensionReferenceBuilder.swift",
        "Mutators/ExternalOverrideRetainer.swift",
        "Mutators/ExternalTypeProtocolConformanceReferenceRemover.swift",
        "Mutators/GenericClassAndStructConstructorReferenceBuilder.swift",
        "Mutators/InterfaceBuilderPropertyRetainer.swift",
        "Mutators/ObjCAccessibleRetainer.swift",
        "Mutators/PropertyWrapperRetainer.swift",
        "Mutators/ProtocolConformanceReferenceBuilder.swift",
        "Mutators/ProtocolExtensionReferenceBuilder.swift",
        "Mutators/PubliclyAccessibleRetainer.swift",
        "Mutators/RedundantExplicitPublicAccessibilityMarker.swift",
        "Mutators/RedundantProtocolMarker.swift",
        "Mutators/ResultBuilderRetainer.swift",
        "Mutators/StringInterpolationAppendInterpolationRetainer.swift",
        "Mutators/StructImplicitInitializerReferenceBuilder.swift",
        "Mutators/SwiftTestingRetainer.swift",
        "Mutators/SwiftUIRetainer.swift",
        "Mutators/UnusedImportMarker.swift",
        "Mutators/UnusedParameterRetainer.swift",
        "Mutators/UsedDeclarationMarker.swift",
        "Mutators/XCTestRetainer.swift",
        "SourceGraph.swift",
        "SourceGraphDebugger.swift",
        "SourceGraphMutator.swift",
        "SourceGraphMutatorRunner.swift",
        "SynchronizedSourceGraph.swift"
      ],
      "target_dependencies" : [
        "Configuration",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Shared",
      "module_type" : "SwiftTarget",
      "name" : "Shared",
      "path" : "Sources/Shared",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Benchmark.swift",
        "Constants.swift",
        "PeripheryError.swift",
        "ProjectKind.swift",
        "PropertyTypeSanitizer.swift",
        "SetupGuide.swift",
        "Shell.swift",
        "SwiftVersion.swift",
        "SwiftVersionParser.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMTests",
      "path" : "Tests/SPMTests",
      "sources" : [
        "Helper.swift",
        "SPMProjectTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectDrivers",
      "module_type" : "SwiftTarget",
      "name" : "ProjectDrivers",
      "path" : "Sources/ProjectDrivers",
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectDriver.swift",
        "GenericProjectDriver.swift",
        "ProjectDriver.swift",
        "SPM.swift",
        "SPMProjectDriver.swift",
        "XcodeProjectDriver.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PeripheryTests",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryTests",
      "path" : "Tests/PeripheryTests",
      "sources" : [
        "CrossModuleRetentionTest.swift",
        "Extensions/FilePathGlobTest.swift",
        "Extensions/FilePathTest.swift",
        "Extensions/FilenameMatcherTests.swift",
        "Extensions/String+VersionTest.swift",
        "ObjcAccessibleRetentionTest.swift",
        "ObjcAnnotatedRetentionTest.swift",
        "RetentionTest.swift",
        "SwiftVersionParserTest.swift",
        "Syntax/FunctionVisitTest.swift",
        "Syntax/ImportVisitTest.swift",
        "Syntax/PropertyVisitTest.swift",
        "Syntax/TypeSyntaxInspectorTest.swift",
        "Syntax/UnusedParameterTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PeripheryKit",
      "module_type" : "SwiftTarget",
      "name" : "PeripheryKit",
      "path" : "Sources/PeripheryKit",
      "product_dependencies" : [
        "SystemPackage",
        "AEXML",
        "SwiftSyntax",
        "SwiftParser",
        "SwiftIndexStore",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Results/Baseline.swift",
        "Results/CheckstyleFormatter.swift",
        "Results/CodeClimateFormatter.swift",
        "Results/CsvFormatter.swift",
        "Results/GitHubActionsFormatter.swift",
        "Results/GitHubMarkdownFormatter.swift",
        "Results/JsonFormatter.swift",
        "Results/OutputDeclarationFilter.swift",
        "Results/OutputFormatter.swift",
        "Results/XcodeFormatter.swift",
        "ScanResult.swift",
        "ScanResultBuilder.swift"
      ],
      "target_dependencies" : [
        "SourceGraph",
        "Shared",
        "Indexer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Logger",
      "module_type" : "SwiftTarget",
      "name" : "Logger",
      "path" : "Sources/Logger",
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Indexer",
      "module_type" : "SwiftTarget",
      "name" : "Indexer",
      "path" : "Sources/Indexer",
      "product_dependencies" : [
        "SwiftIndexStore",
        "AEXML"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "IndexPipeline.swift",
        "IndexPlan.swift",
        "Indexer.swift",
        "InfoPlistIndexer.swift",
        "InfoPlistParser.swift",
        "JobPool.swift",
        "SourceFileCollector.swift",
        "SwiftIndexer.swift",
        "XCDataModelIndexer.swift",
        "XCDataModelParser.swift",
        "XCMappingModelIndexer.swift",
        "XCMappingModelParser.swift",
        "XibIndexer.swift",
        "XibParser.swift"
      ],
      "target_dependencies" : [
        "SyntaxAnalysis",
        "Shared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Frontend",
      "module_type" : "SwiftTarget",
      "name" : "Frontend",
      "path" : "Sources/Frontend",
      "product_dependencies" : [
        "ArgumentParser",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery"
      ],
      "sources" : [
        "BazelProjectSetupGuide.swift",
        "Commands/CheckUpdateCommand.swift",
        "Commands/ClearCacheCommand.swift",
        "Commands/FrontendCommand.swift",
        "Commands/ScanCommand.swift",
        "Commands/VersionCommand.swift",
        "CommonSetupGuide.swift",
        "GuidedSetup.swift",
        "Logger+Extension.swift",
        "Project.swift",
        "SPMProjectSetupGuide.swift",
        "Scan.swift",
        "UpdateChecker.swift",
        "Version.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "Shared",
        "Configuration",
        "SourceGraph",
        "PeripheryKit",
        "ProjectDrivers"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Collection+Extension.swift",
        "FilePath+Extension.swift",
        "FilePath+Glob.swift",
        "FilenameMatcher+Extension.swift",
        "Sequence+Extension.swift",
        "Set+Extension.swift",
        "String+Extension.swift",
        "String+Version.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Configuration",
      "module_type" : "SwiftTarget",
      "name" : "Configuration",
      "path" : "Sources/Configuration",
      "product_dependencies" : [
        "Yams",
        "SystemPackage",
        "FilenameMatcher"
      ],
      "product_memberships" : [
        "periphery",
        "PeripheryKit"
      ],
      "sources" : [
        "Configuration.swift",
        "OutputFormat.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "Shared",
        "Logger"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityTests",
      "path" : "Tests/AccessibilityTests",
      "sources" : [
        "Helper.swift",
        "RedundantPublicAccessibilityTest.swift"
      ],
      "target_dependencies" : [
        "TestShared",
        "PeripheryKit",
        "Configuration"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/ileitch/swift-filename-matcher
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kateinoigakukun/swift-indexstore
Fetching https://github.com/tadija/AEXML
[1/319] Fetching swift-indexstore
[320/2446] Fetching swift-indexstore, aexml
[1044/13103] Fetching swift-indexstore, aexml, yams
[1895/13157] Fetching swift-indexstore, aexml, yams, swift-filename-matcher
[9109/28543] Fetching swift-indexstore, aexml, yams, swift-filename-matcher, swift-argument-parser
[28544/99065] Fetching swift-indexstore, aexml, yams, swift-filename-matcher, swift-argument-parser, swift-syntax
Fetched https://github.com/kateinoigakukun/swift-indexstore from cache (1.32s)
Fetched https://github.com/ileitch/swift-filename-matcher from cache (1.33s)
Fetched https://github.com/tadija/AEXML from cache (1.32s)
Fetching https://github.com/apple/swift-system
[38737/96565] Fetching yams, swift-argument-parser, swift-syntax
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
[24057/81179] Fetching yams, swift-syntax
[34636/85570] Fetching yams, swift-syntax, swift-system
Fetched https://github.com/apple/swift-system from cache (0.36s)
[41687/81179] Fetching yams, swift-syntax
Fetched https://github.com/jpsim/Yams from cache (6.84s)
Fetched https://github.com/apple/swift-syntax from cache (6.88s)
Computing version for https://github.com/ileitch/swift-filename-matcher
Computed https://github.com/ileitch/swift-filename-matcher at 2.0.0 (10.41s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (1.24s)
Computing version for https://github.com/kateinoigakukun/swift-indexstore
Computed https://github.com/kateinoigakukun/swift-indexstore at 0.3.0 (0.93s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.01s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.91s)
Computing version for https://github.com/tadija/AEXML
Computed https://github.com/tadija/AEXML at 4.7.0 (1.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (3.62s)
Creating working copy for https://github.com/kateinoigakukun/swift-indexstore
Working copy of https://github.com/kateinoigakukun/swift-indexstore resolved at 0.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/tadija/AEXML
Working copy of https://github.com/tadija/AEXML resolved at 4.7.0
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/ileitch/swift-filename-matcher
Working copy of https://github.com/ileitch/swift-filename-matcher resolved at 2.0.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/60] Write sources
[24/60] Compiling CSystem shims.c
[25/60] Compiling _SwiftSyntaxCShims dummy.c
[26/60] Compiling _CIndexStore dummy.c
[27/60] Write sources
[28/60] Compiling writer.c
[29/60] Compiling reader.c
[30/60] Compiling parser.c
[31/60] Compiling api.c
[32/60] Write swift-version-24593BA9C3E375BF.txt
[33/60] Compiling emitter.c
[34/106] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/111] 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)
[37/114] 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
[38/114] 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
[39/115] 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
[40/115] 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
[41/116] Compiling SystemPackage Util+StringArray.swift
[42/116] Compiling SystemPackage Util.swift
[43/116] Compiling SystemPackage UtilConsumers.swift
[45/116] 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
[46/116] 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
[47/117] Compiling SwiftIndexStore IndexStoreUnit.swift
[48/118] Compiling SwiftIndexStore IndexStoreRelation.swift
[49/118] Compiling SwiftIndexStore IndexStoreSymbol.swift
[50/118] Compiling FilenameMatcher FilenameMatcherOptions.swift
[51/118] 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
[52/118] 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
[54/119] Compiling SystemPackage MachPort.swift
[55/119] Compiling SystemPackage PlatformString.swift
[56/119] Compiling SystemPackage SystemString.swift
[59/119] Compiling SwiftIndexStore IndexStoreError.swift
[60/119] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[61/119] Compiling SystemPackage FileOperations.swift
[62/119] Compiling SystemPackage FilePath.swift
[63/119] Compiling SystemPackage FilePathComponentView.swift
[64/119] Compiling SystemPackage FilePathComponents.swift
[67/121] 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 |
[68/121] 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 |
[69/121] 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 |
[70/121] 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 |
[70/134] Wrapping AST for SwiftSyntax601 for debugging
[72/141] Compiling Yams Node.Mapping.swift
[73/141] Compiling Yams Node.Scalar.swift
[74/141] Compiling Yams Node.Sequence.swift
[75/141] Compiling Yams Node.swift
[76/141] Compiling Yams Parser.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)
[77/141] Compiling Yams RedundancyAliasingStrategy.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)
[78/141] Compiling Yams Representer.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)
[79/141] Compiling Yams Tag.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)
[80/141] Compiling SystemPackage Backcompat.swift
[81/141] Compiling SystemPackage CInterop.swift
[82/141] Compiling SystemPackage Constants.swift
[83/141] Compiling SystemPackage Exports.swift
[84/142] Emitting module ArgumentParserToolInfo
[85/142] Emitting module FilenameMatcher
/host/spi-builder-workspace/Sources/Logger/Logger.swift:24:23: warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 | }
 23 |
 24 | @usableFromInline var isColorOutputCapable: Bool = {
    |                       |- warning: var 'isColorOutputCapable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'isColorOutputCapable' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make var 'isColorOutputCapable' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     guard let term = ProcessInfo.processInfo.environment["TERM"],
 26 |           term.lowercased() != "dumb",
/host/spi-builder-workspace/Sources/Logger/Logger.swift:52:40: error: cannot find type 'DispatchQueue' in scope
 50 |     }
 51 |
 52 |     @usableFromInline let outputQueue: DispatchQueue
    |                                        `- error: cannot find type 'DispatchQueue' in scope
 53 |     @usableFromInline let quiet: Bool
 54 |     @usableFromInline let verbose: Bool
/host/spi-builder-workspace/Sources/Logger/Logger.swift:122:59: error: cannot find type 'FILE' in scope
120 |
121 |     @inlinable
122 |     func log(_ line: String, output: UnsafeMutablePointer<FILE>) {
    |                                                           `- error: cannot find type 'FILE' in scope
123 |         _ = outputQueue.sync { fputs(line + "\n", output) }
124 |     }
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write swift-version-24593BA9C3E375BF.txt
[3/44] Emitting module SwiftSyntax510
[4/44] Compiling SwiftSyntax510 Empty.swift
[5/44] Compiling SwiftSyntax601 Empty.swift
[6/45] Compiling SwiftSyntax600 Empty.swift
[7/45] Emitting module SwiftSyntax601
[8/45] Emitting module SwiftSyntax600
[9/47] Compiling SwiftSyntax509 Empty.swift
[10/47] Emitting module SwiftSyntax509
[13/68] Emitting module AEXML
[16/78] Compiling AEXML Error.swift
[17/78] Compiling AEXML Document.swift
[18/78] Compiling AEXML Builders.swift
[19/78] Compiling AEXML Element.swift
[20/78] Compiling SwiftIndexStore OptionSetDisplayable.swift
[21/78] Compiling SwiftIndexStore LibIndexStore.swift
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:24:21: error: cannot find 'RTLD_LAZY' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                     `- error: cannot find 'RTLD_LAZY' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:24:33: error: cannot find 'RTLD_LOCAL' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                                 `- error: cannot find 'RTLD_LOCAL' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:30:21: error: cannot find 'dlopen' in scope
 28 |         #endif
 29 |
 30 |         let dylib = dlopen(url.path, flags)!
    |                     `- error: cannot find 'dlopen' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:33:29: error: cannot find 'dlsym' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
 33 |             guard let sym = dlsym(dylib, symbol) else {
    |                             `- error: cannot find 'dlsym' in scope
 34 |                 throw IndexStoreError.missingSymbol(symbol)
 35 |             }
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:91:32: error: cannot find 'Process' in scope
 89 |
 90 |     public static func linuxSwiftDir() throws -> URL {
 91 |         let (binPath, _) = try Process.exec(bin: "/usr/bin/which", arguments: ["swift"])
    |                                `- error: cannot find 'Process' in scope
 92 |         return URL(
 93 |             fileURLWithPath: binPath
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:100:38: error: cannot find 'Process' in scope
 98 |
 99 |     private static func macOSDeveloperDir() throws -> URL {
100 |         var (stdoutContent, _) = try Process.exec(
    |                                      `- error: cannot find 'Process' in scope
101 |             bin: "/usr/bin/xcode-select",
102 |             arguments: ["--print-path"]
[22/79] Compiling SwiftIndexStore IndexStoreUnit.swift
[23/79] Compiling AEXML Options.swift
[24/79] Compiling AEXML Parser.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/80] Emitting module SwiftIndexStore
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:24:21: error: cannot find 'RTLD_LAZY' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                     `- error: cannot find 'RTLD_LAZY' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:24:33: error: cannot find 'RTLD_LOCAL' in scope
 22 |         typealias Dylib = UnsafeMutableRawPointer
 23 |
 24 |         var flags = RTLD_LAZY | RTLD_LOCAL
    |                                 `- error: cannot find 'RTLD_LOCAL' in scope
 25 |
 26 |         #if os(macOS)
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/LibIndexStore.swift:30:21: error: cannot find 'dlopen' in scope
 28 |         #endif
 29 |
 30 |         let dylib = dlopen(url.path, flags)!
    |                     `- error: cannot find 'dlopen' in scope
 31 |         var api = indexstore_functions_t()
 32 |         func requireSym<T>(_ dylib: Dylib, _ symbol: String) throws -> T {
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | extension Process {
   |           `- error: cannot find type 'Process' in scope
 4 |     enum ProcessError: Error {
 5 |         case nonZeroExit(
[26/80] Compiling SwiftIndexStore IndexStoreError.swift
[27/80] Compiling SwiftIndexStore IndexStoreOccurrence.swift
[28/80] Compiling SwiftIndexStore IndexStoreRelation.swift
[29/80] Compiling SwiftIndexStore IndexStoreSymbol.swift
[31/80] Compiling SwiftIndexStore UnfairLock.swift
[32/80] Compiling SwiftIndexStore SwiftIndexStore.swift
[33/80] Compiling SwiftIndexStore Process+Extension.swift
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
 1 | import Foundation
 2 |
 3 | extension Process {
   |           `- error: cannot find type 'Process' in scope
 4 |     enum ProcessError: Error {
 5 |         case nonZeroExit(
/host/spi-builder-workspace/.build/checkouts/swift-indexstore/Sources/SwiftIndexStore/Process+Extension.swift:6:13: error: cannot find type 'TerminationReason' in scope
 4 |     enum ProcessError: Error {
 5 |         case nonZeroExit(
 6 |             TerminationReason, Int32, command: String,
   |             `- error: cannot find type 'TerminationReason' in scope
 7 |             stdout: String, stderr: String
 8 |         )
[34/80] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/80] Emitting module ArgumentParserToolInfo
[37/81] Compiling Yams Tag.swift
[38/81] Compiling Yams YamlAnchorProviding.swift
[39/83] Compiling Yams Resolver.swift
[40/83] Compiling Yams String+Yams.swift
[41/83] Compiling Yams Parser.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[42/83] Compiling Yams RedundancyAliasingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[43/83] Compiling Yams Representer.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Representer.swift:307:45: error: cannot find 'DBL_DECIMAL_DIG' in scope
305 |         // Since `NumberFormatter` creates a string with insufficient precision for Decode,
306 |         // it uses with `String(format:...)`
307 |         let string = String(format: "%.*g", DBL_DECIMAL_DIG, self)
    |                                             `- error: cannot find 'DBL_DECIMAL_DIG' in scope
308 |         // "%*.g" does not use scientific notation if the exponent is less than –4.
309 |         // So fallback to using `NumberFormatter` if string does not uses scientific notation.
[43/82] Wrapping AST for SwiftSyntax600 for debugging
BUILD FAILURE 6.1 wasm