Build Information
Failed to build auv3-support, reference 1.0.9 (346997
), with Swift 6.1 for Linux on 4 Aug 2025 23:49:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: 1.0.9
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 1.0.9 -> FETCH_HEAD
HEAD is now at 3469977 Fixed tests
Cloned https://github.com/bradhowes/auv3-support.git
Revision (git rev-parse @):
34699779f1b2caa4775fa2cc3575cfdca605500d
SUCCESS checkout https://github.com/bradhowes/auv3-support.git at 1.0.9
========================================
Build
========================================
Selected platform: linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/bradhowes/DSPHeaders
Fetching https://github.com/bradhowes/brh-segmented-control
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-numerics
[1/237] Fetching dspheaders
[238/511] Fetching dspheaders, brh-segmented-control
[439/6280] Fetching dspheaders, brh-segmented-control, swift-numerics
Fetched https://github.com/bradhowes/brh-segmented-control from cache (0.35s)
[4103/6006] Fetching dspheaders, swift-numerics
[6007/317025] Fetching dspheaders, swift-numerics, swift-composable-architecture
Fetched https://github.com/bradhowes/DSPHeaders from cache (16.44s)
Fetched https://github.com/apple/swift-numerics from cache (16.44s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (16.75s)
Computing version for https://github.com/bradhowes/brh-segmented-control
Computed https://github.com/bradhowes/brh-segmented-control at 1.0.5 (19.26s)
Computing version for https://github.com/bradhowes/DSPHeaders
warning: 'dspheaders': 2025-08-04 23:48:39.226 dspheaders-manifest[222:b53f9800] --- compiling with UNSAFE C++ flags: 0
Computed https://github.com/bradhowes/DSPHeaders at 1.0.6 (2.17s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.55s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.21.1 (0.59s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-sharing
[1/1779] Fetching swift-perception
[1780/5123] Fetching swift-perception, swift-sharing
[5124/6657] Fetching swift-perception, swift-sharing, swift-identified-collections
[5416/52174] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation
[6071/57660] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
[6565/129077] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-perception from cache (0.44s)
[11326/127298] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/pointfreeco/swift-dependencies
[43641/133599] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.57s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[73022/127298] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
[82307/131879] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.33s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[86395/127298] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
[98733/128176] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
Fetching https://github.com/pointfreeco/swift-case-paths
[105873/127298] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
[115873/131694] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.34s)
Fetching https://github.com/pointfreeco/combine-schedulers
[123728/127298] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
[127299/129708] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.36s)
Fetching https://github.com/apple/swift-collections
[127299/144225] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax, swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.43s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (4.75s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (4.75s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.76s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.78s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.80s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (5.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.49s)
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.53s)
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.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.71s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.4 (0.51s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.3 (0.52s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.82s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.6.0 (0.54s)
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-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/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/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/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-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.6.0
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/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/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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.4.0
Creating working copy for https://github.com/bradhowes/DSPHeaders
Working copy of https://github.com/bradhowes/DSPHeaders resolved at 1.0.6
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/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-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-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.21.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
warning: 'dspheaders': 2025-08-04 23:48:54.695 dspheaders-manifest[1658:57673800] --- compiling with UNSAFE C++ flags: 0
Building for debugging...
[0/82] Write sources
[0/82] Copying empty.wav
[0/82] Write sources
[7/82] Copying PrivacyInfo.xcprivacy
[8/82] Write sources
[14/82] Copying sample2.caf
[15/82] Write sources
[21/82] Copying PrivacyInfo.xcprivacy
[21/82] Write sources
[30/82] Copying sample1.wav
[32/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] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/111] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[58/111] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[59/111] Emitting module SwiftSyntax509
[60/111] Compiling SwiftSyntax509 Empty.swift
[61/112] Emitting module Sharing2
[62/112] Compiling Sharing2 Empty.swift
[63/113] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/113] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/113] Emitting module SwiftSyntax600
[66/113] Compiling SwiftSyntax600 Empty.swift
[67/114] Emitting module IssueReportingPackageSupport
[68/114] Compiling IssueReportingPackageSupport _Test.swift
[72/115] Emitting module SwiftSyntax601
[73/115] Compiling SwiftSyntax601 Empty.swift
[74/116] Compiling Sharing1 Empty.swift
[75/116] Emitting module Sharing1
[77/117] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/117] Compiling InternalCollectionsUtilities Integer rank.swift
[79/117] Emitting module InternalCollectionsUtilities
[81/117] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/117] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/117] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/117] Wrapping AST for SwiftSyntax600 for debugging
[86/117] Compiling InternalCollectionsUtilities Descriptions.swift
[87/117] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/117] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/117] Compiling InternalCollectionsUtilities Debugging.swift
[90/129] Emitting module SwiftSyntax510
[91/129] Compiling SwiftSyntax510 Empty.swift
[91/142] Wrapping AST for SwiftSyntax601 for debugging
[93/142] Wrapping AST for SwiftSyntax509 for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[96/161] 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 | /**
[97/161] 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 | /**
[98/161] 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 | /**
[99/161] 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 | /**
[99/161] 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'dspheaders': 2025-08-04 23:49:22.876 dspheaders-manifest[351:9733a800] --- compiling with UNSAFE C++ flags: 0
[0/1] Planning build
Building for debugging...
[0/28] Write swift-version-24593BA9C3E375BF.txt
[2/56] Compiling SwiftSyntax509 Empty.swift
[3/56] Emitting module SwiftSyntax600
[4/56] Compiling Sharing1 Empty.swift
[5/56] Compiling IssueReportingPackageSupport _Test.swift
[6/56] Compiling SwiftSyntax600 Empty.swift
[7/57] Compiling SwiftSyntax510 Empty.swift
[8/57] Emitting module SwiftSyntax510
[9/57] Emitting module SwiftSyntax509
[10/59] Emitting module Sharing1
[11/60] Emitting module SwiftSyntax601
[12/60] Compiling SwiftSyntax601 Empty.swift
[13/60] Emitting module IssueReportingPackageSupport
[14/62] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/62] Emitting module Sharing2
[16/62] Compiling Sharing2 Empty.swift
[24/61] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/61] Compiling InternalCollectionsUtilities Debugging.swift
[26/61] Compiling InternalCollectionsUtilities Descriptions.swift
[27/61] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/61] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/61] Wrapping AST for SwiftSyntax510 for debugging
[30/167] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/167] 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 | /**
[32/167] 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 | /**
[33/167] 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 | /**
[34/167] 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 | /**
[35/167] Compiling SwiftSyntax AbsolutePosition.swift
[36/167] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/167] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/167] Compiling SwiftSyntax Assert.swift
BUILD FAILURE 6.1 linux