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 auv3-support, reference main (cff455), with Swift 6.1 for Wasm on 4 Aug 2025 23:46:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/auv3-support.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/bradhowes/auv3-support
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cff4557 Update documentation
Cloned https://github.com/bradhowes/auv3-support.git
Revision (git rev-parse @):
cff455781eb15d1d5e61b2fc8bba4e6267302e65
SUCCESS checkout https://github.com/bradhowes/auv3-support.git at main
========================================
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" : "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"
    },
    {
      "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" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "dspheaders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bradhowes/DSPHeaders"
    }
  ],
  "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"
        ]
      }
    }
  ],
  "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/AudioComponentDescription.swift",
        "Extensions/Bundle.swift",
        "Extensions/ClosedRange.swift",
        "Extensions/Comparable.swift",
        "Extensions/FourCharCode.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",
        "HostConfig.swift",
        "HostFeature.swift",
        "PresetsFeature.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" : [
        "AudioUnitViewControllerBase.swift",
        "Extensions/AUParameter.swift",
        "Extensions/AUParameterTree.swift",
        "FilterAudioUnit.swift",
        "FilterAudioUnitFactory.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.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/bradhowes/brh-segmented-control
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/bradhowes/DSPHeaders
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/237] Fetching dspheaders
[238/511] Fetching dspheaders, brh-segmented-control
[512/6280] Fetching dspheaders, brh-segmented-control, swift-numerics
Fetched https://github.com/bradhowes/brh-segmented-control from cache (0.47s)
Fetched https://github.com/apple/swift-numerics from cache (0.47s)
[1/311019] Fetching swift-composable-architecture
Fetched https://github.com/bradhowes/DSPHeaders from cache (20.77s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (21.08s)
Computing version for https://github.com/bradhowes/brh-segmented-control
Computed https://github.com/bradhowes/brh-segmented-control at 1.0.5 (23.39s)
Computing version for https://github.com/bradhowes/DSPHeaders
warning: 'dspheaders': 2025-08-04 23:45:08.155 dspheaders-manifest[224:addf800] --- compiling with UNSAFE C++ flags: 0
Computed https://github.com/bradhowes/DSPHeaders at 1.0.6 (2.25s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.56s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.21.1 (0.69s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
[1/1534] Fetching swift-identified-collections
[293/3313] Fetching swift-identified-collections, swift-perception
[2686/6657] Fetching swift-identified-collections, swift-perception, swift-sharing
[5287/52174] Fetching swift-identified-collections, swift-perception, swift-sharing, swift-navigation
[6433/123591] Fetching swift-identified-collections, swift-perception, swift-sharing, swift-navigation, swift-syntax
[7825/129077] Fetching swift-identified-collections, swift-perception, swift-sharing, swift-navigation, swift-syntax, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.48s)
[6728/127298] Fetching swift-identified-collections, swift-sharing, swift-navigation, swift-syntax, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.63s)
[12730/123954] Fetching swift-identified-collections, swift-navigation, swift-syntax, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump
[32041/128535] Fetching swift-identified-collections, swift-navigation, swift-syntax, xctest-dynamic-overlay, swift-custom-dump
[32179/134836] Fetching swift-identified-collections, swift-navigation, swift-syntax, xctest-dynamic-overlay, swift-custom-dump, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.56s)
[52318/130255] Fetching swift-identified-collections, swift-navigation, swift-syntax, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.24s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[47742/124769] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.96s)
[61805/118468] Fetching swift-identified-collections, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[63478/122864] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths
[64325/123742] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths, swift-concurrency-extras
[73752/126152] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.60s)
[73329/121756] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.61s)
[72644/120878] Fetching swift-identified-collections, swift-navigation, swift-syntax, combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.50s)
[74190/118468] Fetching swift-identified-collections, swift-navigation, swift-syntax
[84904/135395] Fetching swift-identified-collections, swift-navigation, swift-syntax, swift-collections
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.92s)
[66116/89878] Fetching swift-identified-collections, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.95s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (7.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.27s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (7.76s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.51s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.48s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.48s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.4.0 (0.50s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.1 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.0 (0.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.91s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.4 (0.61s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.3 (0.58s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.37s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.08s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.6.0 (0.73s)
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.21.1
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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.5
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.4.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.6.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.0
Creating working copy for https://github.com/bradhowes/DSPHeaders
Working copy of https://github.com/bradhowes/DSPHeaders resolved at 1.0.6
warning: 'dspheaders': 2025-08-04 23:45:28.215 dspheaders-manifest[1654:af41b800] --- compiling with UNSAFE C++ flags: 0
Building for debugging...
[0/82] Copying empty.wav
[0/82] Write sources
[0/82] Copying sample2.caf
[0/82] Write sources
[0/82] Copying sample1.wav
[0/82] Write sources
[17/82] Copying PrivacyInfo.xcprivacy
[17/82] Write sources
[51/82] Compiling _SwiftSyntaxCShims dummy.c
[52/82] Compiling UIKitNavigationShim shim.m
[53/82] Write swift-version-24593BA9C3E375BF.txt
[54/82] Compiling DSPHeaders DSPHeaders.mm
[56/110] Emitting module SwiftSyntax600
[57/110] Emitting module SwiftSyntax601
[58/110] Emitting module Sharing2
[59/110] Compiling Sharing2 Empty.swift
[60/111] Emitting module Sharing1
[61/111] Compiling Sharing1 Empty.swift
[62/111] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/111] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[64/113] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[65/113] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/113] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/113] Emitting module InternalCollectionsUtilities
[69/113] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/113] Compiling InternalCollectionsUtilities Integer rank.swift
[71/113] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[72/113] Compiling InternalCollectionsUtilities UInt+reversed.swift
[73/113] Emitting module IssueReportingPackageSupport
[74/113] Compiling IssueReportingPackageSupport _Test.swift
[75/113] Compiling InternalCollectionsUtilities Descriptions.swift
[76/113] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/113] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/113] Compiling InternalCollectionsUtilities Debugging.swift
[79/114] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/129] Compiling SwiftSyntax600 Empty.swift
[84/131] Emitting module SwiftSyntax509
[85/131] Compiling SwiftSyntax509 Empty.swift
[86/131] Emitting module SwiftSyntax510
[87/131] Compiling SwiftSyntax510 Empty.swift
[88/133] Compiling SwiftSyntax601 Empty.swift
[91/182] Compiling BRHSegmentedControl Color+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[92/182] Compiling BRHSegmentedControl BRHSegmentedControlSupport.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[95/197] Compiling BRHSegmentedControl BRHSegmentedControl.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/197] Emitting module BRHSegmentedControl
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[96/197] Wrapping AST for SwiftSyntax600 for debugging
[96/197] Wrapping AST for SwiftSyntax509 for debugging
[96/197] Wrapping AST for SwiftSyntax510 for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'dspheaders': 2025-08-04 23:46:09.626 dspheaders-manifest[338:c354c800] --- compiling with UNSAFE C++ flags: 0
[0/1] Planning build
Building for debugging...
[0/28] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling SwiftSyntax510 Empty.swift
[3/56] Compiling SwiftSyntax509 Empty.swift
[4/56] Emitting module IssueReportingPackageSupport
[5/56] Compiling IssueReportingPackageSupport _Test.swift
[6/57] Emitting module SwiftSyntax509
[7/58] Emitting module SwiftSyntax510
[8/58] Compiling Sharing2 Empty.swift
[10/59] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/59] Compiling Sharing1 Empty.swift
[12/59] Emitting module Sharing1
[13/61] Emitting module Sharing2
[14/61] Emitting module SwiftSyntax600
[15/61] Compiling SwiftSyntax600 Empty.swift
[16/61] Compiling SwiftSyntax601 Empty.swift
[17/62] Emitting module SwiftSyntax601
[20/64] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/64] Compiling InternalCollectionsUtilities Debugging.swift
[23/64] Compiling InternalCollectionsUtilities Descriptions.swift
[24/64] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/64] Wrapping AST for SwiftSyntax510 for debugging
[29/91] Wrapping AST for SwiftSyntax601 for debugging
[30/98] Wrapping AST for SwiftSyntax509 for debugging
[32/106] Compiling AUv3Shared AUAudioUnitPreset.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/106] Emitting module AUv3Shared
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[34/106] Compiling IssueReporting Rethrows.swift
[35/106] Compiling IssueReporting SwiftTesting.swift
[35/106] Wrapping AST for SwiftSyntax600 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/106] Emitting module BRHSegmentedControl
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[38/106] Compiling BRHSegmentedControl Color+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[39/106] Compiling BRHSegmentedControl BRHSegmentedControl.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[40/106] Compiling BRHSegmentedControl BRHSegmentedControlSupport.swift
/host/spi-builder-workspace/.build/checkouts/brh-segmented-control/Sources/BRHSegmentedControl/BRHSegmentedControl.swift:3:8: error: no such module 'SwiftUI'
  1 | // Copyright © 2025 Brad Howes. All rights reserved.
  2 |
  3 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  4 |
  5 | /**
[41/106] Compiling AUv3Shared AudioComponentDescription.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[42/106] Compiling AUv3Shared Bundle.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[43/106] Compiling AUv3Shared ClosedRange.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[44/106] Compiling AUv3Shared Comparable.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[45/106] Compiling AUv3Shared FourCharCode.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[46/106] Compiling AUv3Shared Support.swift
/host/spi-builder-workspace/Sources/AUv3Shared/Extensions/AUAudioUnitPreset.swift:3:8: error: no such module 'AVFoundation'
 1 | // Copyright © 2025 Brad Howes. All rights reserved.
 2 |
 3 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
 4 |
 5 | public extension AUAudioUnitPreset {
[47/106] Compiling IssueReporting IsTesting.swift
[48/106] Compiling IssueReporting IssueReporter.swift
[49/171] Emitting module ConcurrencyExtras
[50/171] Compiling ConcurrencyExtras Result.swift
[51/171] Compiling ConcurrencyExtras MainSerialExecutor.swift
[52/171] Compiling ConcurrencyExtras Task.swift
[53/171] Compiling ConcurrencyExtras LockIsolated.swift
[54/171] Compiling SwiftSyntax Assert.swift
[55/171] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/171] Compiling SwiftSyntax CommonAncestor.swift
[57/173] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/173] Compiling SwiftSyntax AbsolutePosition.swift
[60/173] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[65/173] Emitting module InternalCollectionsUtilities
[68/174] Compiling SwiftSyntax RawSyntax.swift
[69/174] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[70/174] Compiling SwiftSyntax SourceEdit.swift
[71/174] Compiling SwiftSyntax SourceLength.swift
[72/174] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[73/174] Compiling SwiftSyntax RawSyntaxTokenView.swift
[75/174] Compiling ConcurrencyExtras UncheckedSendable.swift
[77/175] Emitting module IssueReporting
[78/175] Compiling IssueReporting WithExpectedIssue.swift
[79/175] Compiling IssueReporting WithIssueContext.swift
[80/175] Compiling SwiftSyntax Convenience.swift
[81/175] Compiling SwiftSyntax CustomTraits.swift
[82/175] Compiling SwiftSyntax EditorPlaceholder.swift
[83/175] Compiling SwiftSyntax Identifier.swift
[84/175] Compiling SwiftSyntax MemoryLayout.swift
[85/175] Compiling SwiftSyntax MissingNodeInitializers.swift
BUILD FAILURE 6.1 wasm