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

Successful build of WasmTransformer, reference main (d04b31), with Swift 6.1 for Linux on 27 Apr 2025 11:29:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftwasm/WasmTransformer.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/swiftwasm/WasmTransformer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d04b31f Add stripIf closure to dynamically determine which custom section should be stripped
Cloned https://github.com/swiftwasm/WasmTransformer.git
Revision (git rev-parse @):
d04b31f61b6f528a9a96ebfe4fa4275e333eba82
SUCCESS checkout https://github.com/swiftwasm/WasmTransformer.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftwasm/WasmTransformer.git
https://github.com/swiftwasm/WasmTransformer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "WasmTransformer",
  "name" : "WasmTransformer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WasmTransformer",
      "targets" : [
        "WasmTransformer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "wasm-trans",
      "targets" : [
        "wasm-trans"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wasm_trans",
      "module_type" : "SwiftTarget",
      "name" : "wasm-trans",
      "path" : "Sources/wasm-trans",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "wasm-trans"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WasmTransformer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WasmTransformerTests",
      "module_type" : "SwiftTarget",
      "name" : "WasmTransformerTests",
      "path" : "Tests/WasmTransformerTests",
      "sources" : [
        "CustomSectionStripperTests.swift",
        "I64ImportTransformerTests.swift",
        "InputByteStreamTests.swift",
        "IntegrationTests.swift",
        "SectionsInfoTests.swift",
        "StackOverflowSanitizerTests.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "WasmTransformer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WasmTransformer",
      "module_type" : "SwiftTarget",
      "name" : "WasmTransformer",
      "path" : "Sources/WasmTransformer",
      "product_memberships" : [
        "WasmTransformer",
        "wasm-trans"
      ],
      "sources" : [
        "BinaryFormat.swift",
        "ByteEncodable.swift",
        "InputByteStream.swift",
        "LEB128.swift",
        "OutputWriter.swift",
        "Readers/CodeSectionReader.swift",
        "Readers/ElementSectionReader.swift",
        "Readers/FunctionSectionReader.swift",
        "Readers/ImportSectionReader.swift",
        "Readers/ModuleReader.swift",
        "Readers/TypeSectionReader.swift",
        "Readers/VectorSectionReader.swift",
        "Sections.swift",
        "Trampoline.swift",
        "Transformers/CustomSectionStripper.swift",
        "Transformers/I64ImportTransformer.swift",
        "Transformers/SizeProfiler.swift",
        "Transformers/StackOverflowSanitizer+Fixtures.swift",
        "Transformers/StackOverflowSanitizer.swift",
        "WasmTransformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.71s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.0 (1.17s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.0.0
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/32] Emitting module WasmTransformer
[7/34] Compiling WasmTransformer CustomSectionStripper.swift
[8/34] Compiling WasmTransformer I64ImportTransformer.swift
[9/34] Compiling WasmTransformer SizeProfiler.swift
[10/34] Compiling WasmTransformer StackOverflowSanitizer+Fixtures.swift
[11/34] Compiling WasmTransformer ModuleReader.swift
[12/34] Compiling WasmTransformer TypeSectionReader.swift
[13/34] Compiling WasmTransformer VectorSectionReader.swift
[14/34] Emitting module ArgumentParserToolInfo
[15/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/35] Compiling WasmTransformer StackOverflowSanitizer.swift
[18/35] Compiling WasmTransformer WasmTransformer.swift
[18/35] Wrapping AST for ArgumentParserToolInfo for debugging
[20/35] Compiling WasmTransformer ElementSectionReader.swift
[21/35] Compiling WasmTransformer FunctionSectionReader.swift
[22/35] Compiling WasmTransformer ImportSectionReader.swift
[23/35] Compiling WasmTransformer Sections.swift
[24/35] Compiling WasmTransformer Trampoline.swift
[25/35] Compiling WasmTransformer LEB128.swift
[26/35] Compiling WasmTransformer OutputWriter.swift
[27/35] Compiling WasmTransformer CodeSectionReader.swift
[28/35] Compiling WasmTransformer BinaryFormat.swift
[29/35] Compiling WasmTransformer ByteEncodable.swift
[30/35] Compiling WasmTransformer InputByteStream.swift
[31/70] Wrapping AST for WasmTransformer for debugging
[33/70] Emitting module ArgumentParser
[34/74] Compiling ArgumentParser CollectionExtensions.swift
[35/74] Compiling ArgumentParser SequenceExtensions.swift
[36/74] Compiling ArgumentParser StringExtensions.swift
[37/74] Compiling ArgumentParser Tree.swift
[38/74] Compiling ArgumentParser Option.swift
[39/74] Compiling ArgumentParser OptionGroup.swift
[40/74] Compiling ArgumentParser CommandConfiguration.swift
[41/74] Compiling ArgumentParser EnumerableFlag.swift
[42/74] Compiling ArgumentParser ExpressibleByArgument.swift
[43/74] Compiling ArgumentParser ArgumentSet.swift
[44/74] Compiling ArgumentParser CommandParser.swift
[45/74] Compiling ArgumentParser InputOrigin.swift
[46/74] Compiling ArgumentParser Name.swift
[47/74] Compiling ArgumentParser Parsed.swift
[48/74] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/74] Compiling ArgumentParser CompletionsGenerator.swift
[50/74] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/74] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/74] Compiling ArgumentParser Argument.swift
[53/74] Compiling ArgumentParser ArgumentHelp.swift
[54/74] Compiling ArgumentParser CompletionKind.swift
[55/74] Compiling ArgumentParser Errors.swift
[56/74] Compiling ArgumentParser Flag.swift
[57/74] Compiling ArgumentParser NameSpecification.swift
[58/74] Compiling ArgumentParser ParsableArguments.swift
[59/74] Compiling ArgumentParser ParsableArgumentsValidation.swift
[60/74] Compiling ArgumentParser ParsableCommand.swift
[61/74] Compiling ArgumentParser ArgumentDecoder.swift
[62/74] Compiling ArgumentParser ArgumentDefinition.swift
[63/74] Compiling ArgumentParser ParsedValues.swift
[64/74] Compiling ArgumentParser ParserError.swift
[65/74] Compiling ArgumentParser SplitArguments.swift
[66/74] Compiling ArgumentParser DumpHelpGenerator.swift
[67/74] Compiling ArgumentParser HelpCommand.swift
[68/74] Compiling ArgumentParser HelpGenerator.swift
[69/74] Compiling ArgumentParser MessageInfo.swift
[70/74] Compiling ArgumentParser UsageGenerator.swift
[71/75] Wrapping AST for ArgumentParser for debugging
[73/77] Emitting module wasm_trans
[74/77] Compiling wasm_trans main.swift
[75/78] Wrapping AST for wasm-trans for debugging
[76/78] Write Objects.LinkFileList
[77/78] Linking wasm-trans
Build complete! (10.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "exact" : [
          "1.0.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "WasmTransformer",
  "name" : "WasmTransformer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WasmTransformer",
      "targets" : [
        "WasmTransformer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "wasm-trans",
      "targets" : [
        "wasm-trans"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wasm_trans",
      "module_type" : "SwiftTarget",
      "name" : "wasm-trans",
      "path" : "Sources/wasm-trans",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "wasm-trans"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WasmTransformer"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WasmTransformerTests",
      "module_type" : "SwiftTarget",
      "name" : "WasmTransformerTests",
      "path" : "Tests/WasmTransformerTests",
      "sources" : [
        "CustomSectionStripperTests.swift",
        "I64ImportTransformerTests.swift",
        "InputByteStreamTests.swift",
        "IntegrationTests.swift",
        "SectionsInfoTests.swift",
        "StackOverflowSanitizerTests.swift",
        "misc.swift"
      ],
      "target_dependencies" : [
        "WasmTransformer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WasmTransformer",
      "module_type" : "SwiftTarget",
      "name" : "WasmTransformer",
      "path" : "Sources/WasmTransformer",
      "product_memberships" : [
        "WasmTransformer",
        "wasm-trans"
      ],
      "sources" : [
        "BinaryFormat.swift",
        "ByteEncodable.swift",
        "InputByteStream.swift",
        "LEB128.swift",
        "OutputWriter.swift",
        "Readers/CodeSectionReader.swift",
        "Readers/ElementSectionReader.swift",
        "Readers/FunctionSectionReader.swift",
        "Readers/ImportSectionReader.swift",
        "Readers/ModuleReader.swift",
        "Readers/TypeSectionReader.swift",
        "Readers/VectorSectionReader.swift",
        "Sections.swift",
        "Trampoline.swift",
        "Transformers/CustomSectionStripper.swift",
        "Transformers/I64ImportTransformer.swift",
        "Transformers/SizeProfiler.swift",
        "Transformers/StackOverflowSanitizer+Fixtures.swift",
        "Transformers/StackOverflowSanitizer.swift",
        "WasmTransformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.