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 macOS (SPM) on 27 Apr 2025 11:37:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.0.0 (1.24s)
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "wasmtransformer",
      "name": "WasmTransformer",
      "url": "https://github.com/swiftwasm/WasmTransformer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WasmTransformer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/swiftwasm/WasmTransformer.git
[9/809] Fetching wasmtransformer
Fetched https://github.com/swiftwasm/WasmTransformer.git from cache (0.80s)
Creating working copy for https://github.com/swiftwasm/WasmTransformer.git
Working copy of https://github.com/swiftwasm/WasmTransformer.git resolved at main (d04b31f)
warning: '.resolve-product-dependencies': dependency 'wasmtransformer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftwasm/WasmTransformer.git
https://github.com/swiftwasm/WasmTransformer.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/9] Write sources
[1/9] Write wasm-trans-entitlement.plist
[1/9] Write sources
[5/9] Write swift-version-2F0A5646E1D333AE.txt
[7/30] Compiling WasmTransformer SizeProfiler.swift
[8/30] Compiling WasmTransformer StackOverflowSanitizer+Fixtures.swift
[9/32] Compiling WasmTransformer TypeSectionReader.swift
[10/32] Compiling WasmTransformer VectorSectionReader.swift
[11/32] Compiling WasmTransformer OutputWriter.swift
[12/32] Compiling WasmTransformer CodeSectionReader.swift
[13/32] Emitting module WasmTransformer
[14/32] Compiling WasmTransformer BinaryFormat.swift
[15/32] Compiling WasmTransformer ByteEncodable.swift
[16/32] Compiling WasmTransformer InputByteStream.swift
[17/32] Compiling WasmTransformer LEB128.swift
[18/32] Compiling WasmTransformer ElementSectionReader.swift
[19/32] Compiling WasmTransformer FunctionSectionReader.swift
[20/32] Compiling WasmTransformer ImportSectionReader.swift
[21/32] Compiling WasmTransformer ModuleReader.swift
[22/32] Compiling WasmTransformer Sections.swift
[23/32] Compiling WasmTransformer Trampoline.swift
[24/32] Compiling WasmTransformer CustomSectionStripper.swift
[25/32] Compiling WasmTransformer I64ImportTransformer.swift
[26/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/32] Emitting module ArgumentParserToolInfo
[28/67] Compiling ArgumentParser ParsableArguments.swift
[29/67] Compiling ArgumentParser ArgumentSet.swift
[30/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/67] Compiling ArgumentParser ParsableCommand.swift
[32/67] Compiling ArgumentParser ArgumentDecoder.swift
[33/67] Compiling ArgumentParser ArgumentDefinition.swift
[34/70] Compiling ArgumentParser Flag.swift
[35/70] Compiling ArgumentParser NameSpecification.swift
[36/70] Compiling ArgumentParser Option.swift
[37/70] Compiling ArgumentParser OptionGroup.swift
[38/70] Compiling ArgumentParser CommandConfiguration.swift
[39/70] Compiling ArgumentParser EnumerableFlag.swift
[40/70] Compiling ArgumentParser ExpressibleByArgument.swift
[42/70] Emitting module ArgumentParser
[43/70] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/70] Compiling ArgumentParser CompletionsGenerator.swift
[45/70] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/70] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/70] Compiling ArgumentParser Parsed.swift
[48/70] Compiling ArgumentParser ParsedValues.swift
[49/70] Compiling ArgumentParser ParserError.swift
[50/70] Compiling ArgumentParser SplitArguments.swift
[51/70] Compiling ArgumentParser SequenceExtensions.swift
[52/70] Compiling ArgumentParser StringExtensions.swift
[53/70] Compiling ArgumentParser Tree.swift
[54/70] Compiling ArgumentParser Argument.swift
[55/70] Compiling ArgumentParser ArgumentHelp.swift
[56/70] Compiling ArgumentParser CompletionKind.swift
[57/70] Compiling ArgumentParser Errors.swift
[59/70] Compiling ArgumentParser CommandParser.swift
[60/70] Compiling ArgumentParser InputOrigin.swift
[61/70] Compiling ArgumentParser Name.swift
[62/70] Compiling ArgumentParser MessageInfo.swift
[63/70] Compiling ArgumentParser UsageGenerator.swift
[64/70] Compiling ArgumentParser CollectionExtensions.swift
[65/70] Compiling ArgumentParser DumpHelpGenerator.swift
[66/70] Compiling ArgumentParser HelpCommand.swift
[67/70] Compiling ArgumentParser HelpGenerator.swift
[68/72] Compiling wasm_trans main.swift
[69/72] Emitting module wasm_trans
[69/72] Write Objects.LinkFileList
[70/72] Linking wasm-trans
[71/72] Applying wasm-trans
Build complete! (6.76s)
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" : "/Users/admin/builder/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"
}
Done.