Build Information
Failed to build auv3-support, reference 2.1.6 (b596d8), with Swift 6.1 for Wasm on 23 Mar 2026 19:58:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/auv3-support.git
Reference: 2.1.6
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/bradhowes/auv3-support
* tag 2.1.6 -> FETCH_HEAD
HEAD is now at b596d81 Updated to latest TCA. Fixed deprecation warnings.
Cloned https://github.com/bradhowes/auv3-support.git
Revision (git rev-parse @):
b596d81db8acc63bae24008e6fd8aa57f60fd5a6
SUCCESS checkout https://github.com/bradhowes/auv3-support.git at 2.1.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bradhowes/auv3-support.git
https://github.com/bradhowes/auv3-support.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++2b",
"dependencies" : [
{
"identity" : "brh-segmented-control",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bradhowes/brh-segmented-control"
},
{
"identity" : "dspheaders",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/bradhowes/DSPHeaders"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
}
],
"manifest_display_name" : "auv3-support",
"name" : "auv3-support",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AUv3Host",
"targets" : [
"AUv3Host"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AUv3Shared",
"targets" : [
"AUv3Shared"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AUv3Component",
"targets" : [
"AUv3Component"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AUv3SharedTests",
"module_type" : "SwiftTarget",
"name" : "AUv3SharedTests",
"path" : "Tests/AUv3SharedTests",
"product_dependencies" : [
"DSPHeaders"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/AUv3SharedTests/Resources/MockInfo.plist",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AudioComponentDescription.swift",
"Bundle.swift"
],
"target_dependencies" : [
"AUv3Shared"
],
"type" : "test"
},
{
"c99name" : "AUv3Shared",
"module_type" : "SwiftTarget",
"name" : "AUv3Shared",
"path" : "Sources/AUv3Shared",
"product_memberships" : [
"AUv3Host",
"AUv3Shared",
"AUv3Component"
],
"sources" : [
"Extensions/AUAudioUnitPreset.swift",
"Extensions/AVAudioFile.swift",
"Extensions/AudioComponentDescription.swift",
"Extensions/Bundle.swift",
"Extensions/ClosedRange.swift",
"Extensions/Comparable.swift",
"Extensions/FourCharCode.swift",
"Extensions/NSObject.swift",
"Logger.swift",
"Support.swift"
],
"type" : "library"
},
{
"c99name" : "AUv3HostTests",
"module_type" : "SwiftTarget",
"name" : "AUv3HostTests",
"path" : "Tests/AUv3HostTests",
"product_dependencies" : [
"DSPHeaders"
],
"sources" : [
"EngineFeature.swift",
"HostConfig.swift",
"PresetsFeature.swift",
"SimplePlayEngine.swift",
"UserPresetsManager.swift"
],
"target_dependencies" : [
"AUv3Host"
],
"type" : "test"
},
{
"c99name" : "AUv3Host",
"module_type" : "SwiftTarget",
"name" : "AUv3Host",
"path" : "Sources/AUv3Host",
"product_dependencies" : [
"ComposableArchitecture",
"BRHSegmentedControl"
],
"product_memberships" : [
"AUv3Host"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AUv3Host/Resources/empty.wav",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/AUv3Host/Resources/sample1.wav",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/AUv3Host/Resources/sample2.caf",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AVAudioComponentsClient.swift",
"AppStoreLinker.swift",
"AudioUnitLoaderError.swift",
"AudioUnitLoaderFeature.swift",
"EmbeddedViewController.swift",
"EngineFeature.swift",
"Extensions/AudioUnitPreset.swift",
"Extensions/DependencyValues.swift",
"Extensions/EnvironmentValues.swift",
"Extensions/Image.swift",
"Extensions/View.swift",
"HostConfig.swift",
"HostFeature.swift",
"PresetsFactorySegmentedControl.swift",
"PresetsFeature.swift",
"PresetsMenu.swift",
"SimplePlayEngine.swift",
"SimplePlayEngineClient.swift",
"UserPresetsManager.swift"
],
"target_dependencies" : [
"AUv3Component",
"AUv3Shared"
],
"type" : "library"
},
{
"c99name" : "AUv3ComponentTests",
"module_type" : "SwiftTarget",
"name" : "AUv3ComponentTests",
"path" : "Tests/AUv3ComponentTests",
"product_dependencies" : [
"DSPHeaders",
"Numerics"
],
"sources" : [
"AUAudioUnitPresetsFacade.swift",
"AUParameterFormatting.swift",
"AUParameterTree.swift",
"ParameterSource.swift"
],
"target_dependencies" : [
"AUv3Component"
],
"type" : "test"
},
{
"c99name" : "AUv3Component",
"module_type" : "SwiftTarget",
"name" : "AUv3Component",
"path" : "Sources/AUv3Component",
"product_dependencies" : [
"DSPHeaders"
],
"product_memberships" : [
"AUv3Host",
"AUv3Component"
],
"sources" : [
"AudioUnitAdapter.swift",
"AudioUnitAdapterFactory.swift",
"AudioUnitViewControllerBase.swift",
"Extensions/AUParameter.swift",
"Extensions/AUParameterTree.swift",
"ParameterDefinition.swift",
"ParametricValue.swift",
"Protocols/AUAudioUnitPresetsFacade.swift",
"Protocols/AUParameterFormatting.swift",
"Protocols/AUParameterHandler.swift",
"Protocols/AudioRenderer.swift",
"Protocols/AudioUnitViewConfigurationManager.swift",
"Protocols/HostingControllerFactory.swift",
"Protocols/ParameterAddressProvider.swift",
"Protocols/ParameterSource.swift"
],
"target_dependencies" : [
"AUv3Shared"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/bradhowes/brh-segmented-control
Fetching https://github.com/bradhowes/DSPHeaders
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-docc-plugin
[1/588] Fetching dspheaders
[589/2759] Fetching dspheaders, swift-docc-plugin
[807/3060] Fetching dspheaders, swift-docc-plugin, brh-segmented-control
[892/9476] Fetching dspheaders, swift-docc-plugin, brh-segmented-control, swift-numerics
Fetched https://github.com/bradhowes/DSPHeaders from cache (0.36s)
[1054/8888] Fetching swift-docc-plugin, brh-segmented-control, swift-numerics
Fetched https://github.com/bradhowes/brh-segmented-control from cache (0.60s)
[1/312844] Fetching swift-composable-architecture
Fetched https://github.com/apple/swift-docc-plugin from cache (13.72s)
Fetched https://github.com/apple/swift-numerics from cache (13.72s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (14.09s)
Computing version for https://github.com/bradhowes/brh-segmented-control
Computed https://github.com/bradhowes/brh-segmented-control at 1.0.6 (16.73s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.04s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.25.2 (0.63s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
[1/1962] Fetching swift-perception
[1963/5514] Fetching swift-perception, swift-sharing
[5125/7056] Fetching swift-perception, swift-sharing, swift-identified-collections
[5268/12779] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[7926/59078] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
[22966/133919] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.73s)
[26466/130367] Fetching swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.74s)
[26136/128825] Fetching swift-perception, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[22087/123102] Fetching swift-perception, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[52151/129841] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies
[55334/130735] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies, swift-concurrency-extras
[60779/136148] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies, swift-concurrency-extras, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.35s)
[69618/135254] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies, swift-custom-dump
Fetching https://github.com/pointfreeco/swift-clocks
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.55s)
[69220/129841] Fetching swift-perception, swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.65s)
Fetching https://github.com/pointfreeco/combine-schedulers
[62482/124419] Fetching swift-perception, swift-navigation, swift-syntax, swift-clocks
[66793/129012] Fetching swift-perception, swift-navigation, swift-syntax, swift-clocks, swift-case-paths
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.45s)
[72741/127695] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths
Fetching https://github.com/apple/swift-collections
[76536/130245] Fetching swift-perception, swift-navigation, swift-syntax, swift-case-paths, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.44s)
[77006/125652] Fetching swift-perception, swift-navigation, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.41s)
[75953/123102] Fetching swift-perception, swift-navigation, swift-syntax
[77450/145730] Fetching swift-perception, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-perception from cache (2.15s)
[91518/143768] Fetching swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.18s)
[50615/97469] Fetching swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.48s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.79s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (6.56s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.66s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.74s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.59s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.18s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.7.0 (0.54s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (2.30s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.77s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.78s)
Computing version for https://github.com/bradhowes/DSPHeaders
Computed https://github.com/bradhowes/DSPHeaders at 1.5.2 (0.54s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.52s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.55s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.56s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.7.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/bradhowes/DSPHeaders
Working copy of https://github.com/bradhowes/DSPHeaders resolved at 1.5.2
Creating working copy for https://github.com/bradhowes/brh-segmented-control
Working copy of https://github.com/bradhowes/brh-segmented-control resolved at 1.0.6
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/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/87] Write sources
[24/87] Copying PrivacyInfo.xcprivacy
[26/87] Copying empty.wav
[26/87] Write sources
[32/87] Copying sample2.caf
[33/87] Write sources
[53/87] Copying sample1.wav
[54/87] Compiling UIKitNavigationShim shim.m
[55/87] Compiling _SwiftSyntaxCShims PlatformMutex.c
[56/87] Write swift-version-24593BA9C3E375BF.txt
[58/99] Emitting module SwiftSyntax509
[58/99] Compiling DSPHeaders DSPHeaders.mm
/host/spi-builder-workspace/.build/checkouts/DSPHeaders/Sources/DSPHeaders/LowPassFilter.mm:3:9: fatal error: 'Accelerate/../Frameworks/vecLib.framework/Headers/vForce.h' file not found
3 | #import <Accelerate/../Frameworks/vecLib.framework/Headers/vForce.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[59/99] Compiling DSPHeaders LowPassFilter.mm
[60/99] Emitting module SwiftSyntax510
[61/99] Emitting module SwiftSyntax602
[62/99] Emitting module Sharing2
[63/99] Emitting module SwiftSyntax600
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/32] Write swift-version-24593BA9C3E375BF.txt
[4/46] Emitting module Sharing2
[5/46] Compiling Sharing2 Empty.swift
[6/47] Compiling Sharing1 Empty.swift
[7/47] Emitting module Sharing1
/host/spi-builder-workspace/.build/checkouts/DSPHeaders/Sources/DSPHeaders/LowPassFilter.mm:3:9: fatal error: 'Accelerate/../Frameworks/vecLib.framework/Headers/vForce.h' file not found
3 | #import <Accelerate/../Frameworks/vecLib.framework/Headers/vForce.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[9/48] Compiling DSPHeaders LowPassFilter.mm
[10/48] Emitting module SwiftSyntax602
[11/48] Emitting module SwiftSyntax601
[12/48] Emitting module SwiftSyntax509
[13/48] Emitting module SwiftSyntax510
[14/68] Emitting module IssueReportingPackageSupport
[15/68] Compiling IssueReportingPackageSupport _Test.swift
[16/69] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[17/69] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/69] Compiling InternalCollectionsUtilities Span+Extras.swift
[20/71] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/71] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/71] Compiling InternalCollectionsUtilities String+Padding.swift
[23/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/71] Compiling InternalCollectionsUtilities Debugging.swift
[25/71] Compiling InternalCollectionsUtilities Descriptions.swift
[26/71] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/71] Compiling InternalCollectionsUtilities Integer rank.swift
[28/71] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/71] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/71] Emitting module InternalCollectionsUtilities
[31/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[32/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/71] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[34/71] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[35/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/71] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
BUILD FAILURE 6.1 wasm