The Swift Package Index logo.Swift Package Index

Build Information

Failed to build auv3-support, reference 2.1.6 (b596d8), with Swift 6.1 for macOS (SPM) on 23 Mar 2026 20:23:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bradhowes/auv3-support.git
https://github.com/bradhowes/auv3-support.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/Resources/empty.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/Resources/sample1.wav",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/67] Copying empty.wav
[3/67] Copying sample2.caf
[3/67] Write sources
[7/67] Copying sample1.wav
[7/67] Copying PrivacyInfo.xcprivacy
[7/67] Write sources
[10/67] Copying PrivacyInfo.xcprivacy
[10/67] Write sources
[54/67] Compiling UIKitNavigationShim shim.m
[55/67] Write swift-version-2F0A5646E1D333AE.txt
[56/81] Compiling DSPHeaders DSPHeaders.mm
[58/81] Emitting module SwiftSyntax600
[59/81] Compiling SwiftSyntax600 Empty.swift
[60/81] Emitting module Sharing1
[61/81] Compiling Sharing1 Empty.swift
[62/81] Emitting module SwiftSyntax510
[63/81] Compiling SwiftSyntax601 Empty.swift
[64/81] Emitting module SwiftSyntax509
[65/81] Compiling SwiftSyntax510 Empty.swift
[66/81] Emitting module SwiftSyntax601
[67/81] Compiling SwiftSyntax509 Empty.swift
[68/81] Compiling SwiftSyntax602 Empty.swift
[69/81] Emitting module SwiftSyntax602
[70/81] Compiling Sharing2 Empty.swift
[71/81] Emitting module Sharing2
[71/83] Compiling _SwiftSyntaxCShims PlatformMutex.c
[73/86] Emitting module IssueReportingPackageSupport
[74/86] Compiling IssueReportingPackageSupport _Test.swift
[75/127] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[76/127] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/192] Compiling SwiftSyntax Trivia.swift
[78/192] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[79/192] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/192] Compiling SwiftSyntax TokenSequence.swift
[81/192] Compiling SwiftSyntax TokenSyntax.swift
[82/212] Compiling IssueReporting FatalErrorReporter.swift
[83/212] Compiling IssueReporting TestContext.swift
[84/212] Compiling IssueReporting Deprecations.swift
[85/212] Compiling IssueReporting IssueSeverity.swift
[86/212] Compiling IssueReporting ErrorReporting.swift
[87/212] Compiling IssueReporting AppHostWarning.swift
[88/212] Compiling IssueReporting LockIsolated.swift
[89/212] Compiling IssueReporting UncheckedSendable.swift
[90/212] Compiling IssueReporting Warn.swift
[91/212] Compiling IssueReporting IssueReporter.swift
[92/212] Compiling IssueReporting BreakpointReporter.swift
[93/212] Compiling IssueReporting DefaultReporter.swift
[94/212] Emitting module InternalCollectionsUtilities
[95/268] Compiling OrderedCollections OrderedSet+Codable.swift
[96/268] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[97/268] Compiling OrderedCollections OrderedSet+Descriptions.swift
[98/268] Compiling OrderedCollections OrderedSet+Diffing.swift
[99/268] Compiling OrderedCollections OrderedSet+Equatable.swift
[100/268] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[101/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[102/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[103/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[104/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[105/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[106/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[107/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[108/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[109/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[110/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[112/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[113/274] Compiling OrderedCollections OrderedDictionary+Elements.swift
[114/274] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[115/274] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[116/274] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[117/274] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[118/274] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[119/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[120/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[121/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[122/274] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[123/274] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[124/274] Compiling OrderedCollections OrderedSet+Sendable.swift
[125/274] Compiling OrderedCollections _Hashtable+Header.swift
[126/274] Compiling OrderedCollections OrderedDictionary+Codable.swift
[127/274] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[128/274] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[129/274] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[130/274] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[131/274] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[132/274] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[133/274] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[134/274] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[135/274] Compiling OrderedCollections OrderedDictionary+Values.swift
[136/274] Compiling OrderedCollections OrderedDictionary.swift
[136/274] Compiling DSPHeaders LowPassFilter.mm
[138/274] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/274] Compiling OrderedCollections OrderedSet+Initializers.swift
[140/274] Compiling OrderedCollections OrderedSet+Insertions.swift
[141/274] Compiling OrderedCollections OrderedSet+Invariants.swift
[142/274] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[143/274] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[144/274] Compiling OrderedCollections _HashTable+Bucket.swift
[145/274] Compiling OrderedCollections _HashTable+BucketIterator.swift
[146/274] Compiling OrderedCollections _HashTable+Constants.swift
[147/274] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[148/274] Compiling OrderedCollections _HashTable+Testing.swift
[149/274] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[150/274] Compiling OrderedCollections _HashTable.swift
[151/274] Compiling OrderedCollections OrderedSet+SubSequence.swift
[152/274] Compiling OrderedCollections OrderedSet+Testing.swift
[153/274] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/274] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/274] Compiling OrderedCollections OrderedSet.swift
[156/274] Compiling OrderedCollections _UnsafeBitset.swift
[157/274] Emitting module OrderedCollections
[165/300] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[166/300] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[167/300] Compiling IdentifiedCollections Identified.swift
[168/300] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[169/300] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[170/300] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[171/300] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[172/300] Emitting module IssueReporting
[173/302] Compiling IssueReporting WithExpectedIssue.swift
[174/302] Compiling IssueReporting WithIssueContext.swift
[175/302] Compiling ConcurrencyExtras Result.swift
[176/302] Compiling ConcurrencyExtras Task.swift
[177/303] Compiling ConcurrencyExtras MainSerialExecutor.swift
[180/303] Emitting module ConcurrencyExtras
[181/303] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[182/303] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[183/303] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[184/303] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[185/303] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[187/303] Compiling IdentifiedCollections IdentifiedArray.swift
[188/303] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[189/303] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[190/303] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[195/303] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[196/303] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[200/303] Compiling ConcurrencyExtras UncheckedBox.swift
[201/303] Compiling ConcurrencyExtras Locking.swift
[202/303] Compiling ConcurrencyExtras AsyncStream.swift
[203/303] Compiling ConcurrencyExtras LockIsolated.swift
[204/303] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[205/303] Compiling ConcurrencyExtras UncheckedSendable.swift
[206/343] Compiling XCTestDynamicOverlay Exports.swift
[207/343] Compiling XCTestDynamicOverlay Deprecations.swift
[208/343] Emitting module XCTestDynamicOverlay
[209/381] Compiling CustomDump Dump.swift
[210/381] Compiling CustomDump ExpectDifference.swift
[211/381] Compiling CustomDump UserNotificationsUI.swift
[212/381] Compiling CustomDump Swift.swift
[213/381] Compiling CustomDump UniformTypeIdentifiers.swift
[214/381] Compiling CustomDump UserNotifications.swift
[215/382] Compiling CustomDump String.swift
[216/382] Compiling CustomDump Diff.swift
[217/382] Compiling CustomDump Identifiable.swift
[218/382] Compiling CustomDump Mirror.swift
[219/382] Compiling CustomDump GameKit.swift
[220/382] Compiling CustomDump KeyPath.swift
[221/382] Emitting module IdentifiedCollections
[222/382] Compiling CustomDump SwiftUI.swift
[223/382] Compiling CustomDump UIKit.swift
[224/382] Compiling CustomDump CustomDumpReflectable.swift
[225/382] Compiling CustomDump CustomDumpRepresentable.swift
[226/382] Compiling CustomDump CustomDumpStringConvertible.swift
[227/382] Compiling CustomDump Foundation.swift
[228/382] Compiling CasePathsCore Never+CasePathable.swift
[229/382] Compiling CasePathsCore Optional+CasePathable.swift
[230/383] Compiling IdentifiedCollections IdentifiedCollection.swift
[231/383] Compiling CasePathsCore UncheckedSendable.swift
[232/383] Compiling CasePathsCore TypeName.swift
[233/383] Compiling CasePathsCore KeyPath+Sendable.swift
[234/383] Compiling CasePathsCore CasePathIterable.swift
[235/383] Compiling CasePathsCore CasePathReflectable.swift
[236/383] Emitting module CasePathsCore
[237/383] Compiling CasePathsCore CasePathable.swift
[238/383] Compiling CasePathsCore AnyCasePath.swift
[239/383] Compiling CasePathsCore Result+CasePathable.swift
[240/383] Compiling CombineSchedulers UIKit.swift
[241/383] Compiling CombineSchedulers UIScheduler.swift
[242/384] Compiling Clocks Timer.swift
[243/384] Compiling Clocks UnimplementedClock.swift
[244/384] Compiling CombineSchedulers Timer.swift
[245/384] Compiling CombineSchedulers TestScheduler.swift
[246/384] Compiling CombineSchedulers UnimplementedScheduler.swift
[247/384] Compiling CustomDump ExpectNoDifference.swift
[248/384] Compiling CustomDump AnyType.swift
[249/384] Compiling CustomDump CollectionDifference.swift
[250/387] Emitting module CustomDump
[251/387] Compiling CustomDump Unordered.swift
[252/387] Compiling CustomDump XCTAssertDifference.swift
[253/387] Compiling CustomDump XCTAssertNoDifference.swift
[254/387] Compiling Clocks _AsyncTimerSequence.swift
[255/387] Compiling Clocks ImmediateClock.swift
[256/387] Compiling Clocks TestClock.swift
[257/387] Compiling Clocks Lock.swift
[258/387] Emitting module Clocks
[259/387] Compiling Clocks SwiftUI.swift
[260/387] Compiling Clocks AnyClock.swift
[263/387] Compiling CombineSchedulers Platform.swift
[268/387] Emitting module CombineSchedulers
[269/387] Compiling CombineSchedulers SwiftUI.swift
[276/387] Compiling BRHSegmentedControl BRHSegmentedControl.swift
[277/387] Emitting module BRHSegmentedControl
[278/387] Compiling BRHSegmentedControl BRHSegmentedControlSupport.swift
[279/387] Compiling BRHSegmentedControl Color+Extensions.swift
[280/412] Compiling Dependencies NotificationCenter.swift
[281/412] Compiling Dependencies OpenURL.swift
[282/412] Compiling Dependencies WithRandomNumberGenerator.swift
[283/412] Compiling Dependencies Locale.swift
[284/412] Compiling Dependencies MainQueue.swift
[285/412] Compiling Dependencies MainRunLoop.swift
[286/412] Compiling Dependencies URLSession.swift
[287/412] Compiling Dependencies UUID.swift
[288/412] Compiling Dependencies FireAndForget.swift
[289/412] Compiling Dependencies Deprecations.swift
[290/412] Compiling Dependencies Exports.swift
[291/412] Compiling Dependencies TimeZone.swift
[292/412] Compiling Dependencies DependencyValues.swift
[293/412] Compiling Dependencies Assert.swift
[294/412] Compiling Dependencies Calendar.swift
[295/412] Compiling Dependencies AppEntryPoint.swift
[296/412] Compiling Dependencies TypeName.swift
[297/412] Compiling Dependencies PreviewTrait.swift
[305/414] Compiling Dependencies Dependency.swift
[306/414] Compiling Dependencies DependencyContext.swift
[307/414] Compiling Dependencies DependencyKey.swift
[308/414] Compiling PerceptionCore WithPerceptionTracking.swift
[309/414] Compiling PerceptionCore ThreadLocal.swift
[318/415] Emitting module Dependencies
[319/415] Compiling Dependencies Clocks.swift
[320/415] Compiling Dependencies Context.swift
[321/415] Compiling Dependencies Date.swift
[325/415] Compiling Dependencies TestTrait.swift
[326/415] Compiling Dependencies WithDependencies.swift
[327/415] Compiling PerceptionCore _PerceptionRegistrar.swift
[330/415] Compiling PerceptionCore Environment.swift
[331/415] Compiling PerceptionCore Bindable.swift
[336/415] Emitting module PerceptionCore
[341/437] Compiling Sharing Deprecations.swift
[342/437] Compiling Sharing KeyPath+Sendable.swift
[343/437] Compiling Sharing MutexBackport.swift
[344/439] Compiling Sharing Shared.swift
[345/439] Compiling Sharing SharedBinding.swift
[346/439] Emitting module Sharing
[347/439] Compiling Sharing SwiftUIStateSharing.swift
[348/439] Compiling Sharing resource_bundle_accessor.swift
[349/439] Compiling Sharing SharedCollection.swift
[350/439] Compiling Sharing SharedContinuations.swift
[351/439] Compiling Sharing DefaultKey.swift
[352/439] Compiling Sharing FileStorageKey.swift
[353/439] Compiling Sharing SharedReader.swift
[354/439] Compiling Sharing SharedReaderKey.swift
[355/439] Compiling Sharing InMemoryKey.swift
[356/439] Compiling Sharing SharedPublisher.swift
[357/439] Compiling Sharing SharedKey.swift
[358/439] Compiling Sharing AppStorageKey.swift
[359/439] Compiling Sharing NSRecursiveLock+WithLock.swift
[360/439] Compiling Sharing PassthroughRelay.swift
[361/439] Compiling Sharing PersistentReferences.swift
[362/439] Compiling Sharing Reference.swift
[363/439] Compiling Sharing SharedChangeTracker.swift
[364/439] Compiling Sharing TypeName.swift
[393/439] Emitting module SwiftSyntax
[399/439] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[400/439] Compiling SwiftSyntax SyntaxBaseNodes.swift
[415/439] Compiling SwiftSyntax SyntaxNodesD.swift
[416/439] Compiling SwiftSyntax SyntaxNodesEF.swift
[417/439] Compiling SwiftSyntax SyntaxNodesGHI.swift
[418/439] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[419/439] Compiling SwiftSyntax SyntaxNodesOP.swift
[420/439] Compiling SwiftSyntax SyntaxNodesQRS.swift
[421/439] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[422/499] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[423/499] Compiling SwiftBasicFormat Syntax+Extensions.swift
[424/499] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[425/499] Compiling SwiftDiagnostics Message.swift
[426/500] Compiling SwiftDiagnostics Note.swift
[427/500] Compiling SwiftBasicFormat InferIndentation.swift
[428/500] Compiling SwiftDiagnostics FixIt.swift
[429/500] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[430/500] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[431/500] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[432/500] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[433/500] Emitting module SwiftDiagnostics
[434/500] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[435/500] Compiling SwiftDiagnostics Convenience.swift
[436/500] Compiling SwiftDiagnostics Diagnostic.swift
[437/500] Compiling SwiftBasicFormat Indenter.swift
[438/500] Emitting module SwiftBasicFormat
[439/500] Compiling SwiftBasicFormat BasicFormat.swift
[440/500] Compiling SwiftParser TopLevel.swift
[441/500] Compiling SwiftParser TriviaParser.swift
[442/500] Compiling SwiftParser Types.swift
[443/500] Compiling SwiftParser ExperimentalFeatures.swift
[444/504] Compiling SwiftParser StringLiterals.swift
[445/504] Compiling SwiftParser SwiftParserCompatibility.swift
[446/504] Compiling SwiftParser SwiftVersion.swift
[447/504] Compiling SwiftParser SyntaxUtils.swift
[448/504] Compiling SwiftParser TokenConsumer.swift
[449/504] Compiling SwiftParser TokenPrecedence.swift
[450/504] Compiling SwiftParser TokenSpec.swift
[451/504] Compiling SwiftParser TokenSpecSet.swift
[452/504] Compiling SwiftParser Names.swift
[453/504] Compiling SwiftParser Nominals.swift
[454/504] Compiling SwiftParser Parameters.swift
[455/504] Compiling SwiftParser ParseSourceFile.swift
[456/504] Compiling SwiftParser Parser.swift
[457/504] Emitting module SwiftParser
[458/504] Compiling SwiftParser Patterns.swift
[459/504] Compiling SwiftParser Recovery.swift
[460/504] Compiling SwiftParser Specifiers.swift
[461/504] Compiling SwiftParser Statements.swift
[462/504] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[463/504] Compiling SwiftParser RegexLiteralLexer.swift
[464/504] Compiling SwiftParser UnicodeScalarExtensions.swift
[465/504] Compiling SwiftParser Lookahead.swift
[466/504] Compiling SwiftParser LoopProgressCondition.swift
[467/504] Compiling SwiftParser Modifiers.swift
[468/504] Compiling SwiftParser IsValidIdentifier.swift
[469/504] Compiling SwiftParser Cursor.swift
[470/504] Compiling SwiftParser Lexeme.swift
[471/504] Compiling SwiftParser LexemeSequence.swift
[472/504] Compiling SwiftParser Lexer.swift
[473/504] Compiling SwiftParser Attributes.swift
[474/504] Compiling SwiftParser Availability.swift
[475/504] Compiling SwiftParser CharacterInfo.swift
[476/504] Compiling SwiftParser CollectionNodes+Parsable.swift
[477/504] Compiling SwiftParser CompilerFiles.swift
[478/504] Compiling SwiftParser Declarations.swift
[479/504] Compiling SwiftParser Directives.swift
[480/504] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[481/504] Compiling SwiftParser Expressions.swift
[482/504] Compiling SwiftParser IncrementalParseTransition.swift
[483/504] Compiling SwiftParser IsLexerClassified.swift
[484/504] Compiling SwiftParser LayoutNodes+Parsable.swift
[485/504] Compiling SwiftParser Parser+TokenSpecSet.swift
[486/504] Compiling SwiftParser TokenSpecStaticMembers.swift
[487/527] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[488/528] Compiling SwiftOperators PrecedenceGroup.swift
[489/528] Compiling SwiftOperators PrecedenceGraph.swift
[490/529] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[491/529] Emitting module SwiftOperators
[492/529] Compiling SwiftOperators OperatorTable.swift
[493/529] Compiling SwiftOperators OperatorTable+Semantics.swift
[494/529] Compiling SwiftOperators SyntaxSynthesis.swift
[495/529] Compiling SwiftOperators Operator.swift
[496/529] Compiling SwiftOperators OperatorTable+Defaults.swift
[497/529] Compiling SwiftOperators OperatorError.swift
[498/529] Compiling SwiftOperators OperatorError+Diagnostics.swift
[499/529] Compiling SwiftOperators OperatorTable+Folding.swift
[500/529] Compiling SwiftParserDiagnostics Utils.swift
[501/529] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[502/529] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[503/529] Emitting module SwiftParserDiagnostics
[504/529] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[505/529] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[506/529] Compiling SwiftParserDiagnostics PresenceUtils.swift
[507/529] Compiling SwiftParserDiagnostics MissingNodesError.swift
[508/529] Compiling SwiftParserDiagnostics MissingTokenError.swift
[509/529] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[510/529] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[511/529] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[512/544] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[513/544] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[514/544] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[515/544] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[516/544] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[517/544] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[518/545] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[519/545] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[520/545] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[521/545] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[522/545] Compiling SwiftSyntaxBuilder Indenter.swift
[523/545] Compiling SwiftSyntaxBuilder ListBuilder.swift
[524/545] Emitting module SwiftSyntaxBuilder
[525/545] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[526/545] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[527/545] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[528/563] Emitting module SwiftSyntaxMacros
[529/564] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[530/564] Compiling SwiftSyntaxMacros Macro+Format.swift
[531/564] Compiling SwiftSyntaxMacros Macro.swift
[532/564] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[533/564] Compiling SwiftSyntaxMacros MemberMacro.swift
[534/564] Compiling SwiftSyntaxMacros PeerMacro.swift
[535/564] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[536/564] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[537/564] Compiling SwiftSyntaxMacros PreambleMacro.swift
[538/564] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[539/564] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[540/564] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[541/564] Compiling SwiftSyntaxMacros AccessorMacro.swift
[542/564] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[543/564] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[544/564] Compiling SwiftSyntaxMacros AttachedMacro.swift
[545/564] Compiling SwiftSyntaxMacros BodyMacro.swift
[546/564] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[547/574] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[548/574] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[549/574] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[550/574] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[551/574] Emitting module SwiftSyntaxMacroExpansion
[552/574] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[553/574] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[554/574] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[555/574] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[556/574] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[557/586] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[558/586] Emitting module SwiftCompilerPluginMessageHandling
[559/587] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[560/587] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[561/587] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[562/587] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[563/587] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[564/587] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[565/587] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[566/587] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[567/587] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[568/587] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[569/587] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[570/589] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[571/589] Emitting module SwiftCompilerPlugin
[572/610] Compiling PerceptionMacros Plugins.swift
[573/610] Compiling DependenciesMacrosPlugin Support.swift
[574/610] Compiling DependenciesMacrosPlugin Plugins.swift
[575/610] Compiling PerceptionMacros Extensions.swift
[576/610] Compiling PerceptionMacros Availability.swift
[577/610] Emitting module PerceptionMacros
[578/610] Compiling PerceptionMacros PerceptibleMacro.swift
[578/610] Write Objects.LinkFileList
[580/610] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[581/610] Emitting module DependenciesMacrosPlugin
[582/610] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[582/610] Write Objects.LinkFileList
[584/610] Compiling CasePathsMacros Plugin.swift
[585/610] Emitting module CasePathsMacros
[586/610] Compiling CasePathsMacros CasePathableMacro.swift
[586/610] Write Objects.LinkFileList
[587/610] Linking PerceptionMacros-tool
[588/610] Linking DependenciesMacrosPlugin-tool
[589/613] Linking CasePathsMacros-tool
[591/623] Compiling CasePaths XCTestSupport.swift
[592/623] Compiling DependenciesMacros Exports.swift
[593/623] Compiling DependenciesMacros Macros.swift
[594/623] Emitting module DependenciesMacros
[595/623] Compiling Perception Exports.swift
[596/623] Compiling Perception Macros.swift
[597/623] Emitting module Perception
[598/623] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[599/623] Compiling CasePaths EnumReflection.swift
[600/623] Compiling CasePaths Exports.swift
[601/623] Compiling CasePaths Deprecations.swift
[602/623] Compiling CasePaths Macros.swift
[603/623] Compiling CasePaths LockIsolated.swift
[604/623] Emitting module CasePaths
[605/623] Compiling ComposableArchitectureMacros Extensions.swift
[606/623] Compiling ComposableArchitectureMacros Availability.swift
[607/623] Emitting module ComposableArchitectureMacros
[608/623] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[609/643] Compiling ComposableArchitectureMacros Plugins.swift
[610/643] Compiling ComposableArchitectureMacros PresentsMacro.swift
[611/643] Compiling ComposableArchitectureMacros ReducerMacro.swift
[611/643] Write Objects.LinkFileList
[613/643] Compiling SwiftNavigation HashableStaticString.swift
[614/643] Compiling SwiftNavigation KeyPath+Sendable.swift
[615/645] Emitting module SwiftNavigation
[616/645] Compiling SwiftNavigation ButtonState.swift
[617/645] Compiling SwiftNavigation ButtonStateBuilder.swift
[618/645] Compiling SwiftNavigation AssumeIsolated.swift
[619/645] Compiling SwiftNavigation Deprecations.swift
[620/645] Compiling SwiftNavigation UINavigationPath.swift
[621/645] Compiling SwiftNavigation UITransaction.swift
[622/645] Compiling SwiftNavigation ErrorMechanism.swift
[623/645] Compiling SwiftNavigation Exports.swift
[624/645] Compiling SwiftNavigation ToOptionalUnit.swift
[625/645] Compiling SwiftNavigation NSObject+Observe.swift
[626/645] Compiling SwiftNavigation ConfirmationDialogState.swift
[627/645] Compiling SwiftNavigation HashableObject.swift
[628/645] Compiling SwiftNavigation AlertState.swift
[629/645] Compiling SwiftNavigation Bind.swift
[630/645] Compiling SwiftNavigation Binding.swift
[631/645] Compiling SwiftNavigation UIBindable.swift
[632/645] Compiling SwiftNavigation UIBinding.swift
[633/645] Compiling SwiftNavigation Observe.swift
[634/645] Compiling SwiftNavigation TextState.swift
[635/665] Emitting module UIKitNavigation
[636/667] Compiling UIKitNavigation NavigationStackController.swift
[637/667] Compiling UIKitNavigation Presentation.swift
[638/667] Compiling UIKitNavigation Representable.swift
[639/667] Compiling UIKitNavigation UIBinding.swift
[640/667] Compiling UIKitNavigation PopFromViewController.swift
[641/667] Compiling UIKitNavigation Dismiss.swift
[642/667] Compiling UIKitNavigation UISwitch.swift
[643/667] Compiling UIKitNavigation UITabBarController.swift
[644/667] Compiling UIKitNavigation UISlider.swift
[645/667] Compiling UIKitNavigation UIStepper.swift
[646/667] Compiling UIKitNavigation Push.swift
[647/667] Compiling UIKitNavigation UIAlertController.swift
[648/667] Compiling UIKitNavigation UIPageControl.swift
[649/667] Compiling UIKitNavigation UISegmentedControl.swift
[650/667] Compiling UIKitNavigation UIColorWell.swift
[651/667] Compiling UIKitNavigation UIControl.swift
[652/667] Compiling UIKitNavigation UIDatePicker.swift
[653/667] Compiling UIKitNavigation UITextField.swift
[654/667] Compiling UIKitNavigation Exports.swift
[655/667] Compiling UIKitNavigation UIKitAnimation.swift
[656/667] Compiling UIKitNavigation UITransaction.swift
[656/667] Linking ComposableArchitectureMacros-tool
[658/679] Compiling SwiftUINavigation NavigationDestination.swift
[659/680] Compiling SwiftUINavigation Identified.swift
[660/680] Compiling SwiftUINavigation Exports.swift
[661/680] Compiling SwiftUINavigation NavigationLink.swift
[662/680] Compiling SwiftUINavigation Sheet.swift
[663/680] Compiling SwiftUINavigation Popover.swift
[664/680] Emitting module SwiftUINavigation
[665/680] Compiling SwiftUINavigation ConfirmationDialog.swift
[666/680] Compiling SwiftUINavigation FullScreenCover.swift
[667/680] Compiling SwiftUINavigation Binding+Internal.swift
[668/680] Compiling SwiftUINavigation Alert.swift
[669/680] Compiling SwiftUINavigation Binding.swift
[670/680] Compiling SwiftUINavigation WithState.swift
[671/737] Compiling ComposableArchitecture DispatchQueue.swift
[672/737] Compiling ComposableArchitecture EffectActions.swift
[673/737] Compiling ComposableArchitecture EphemeralState.swift
[674/737] Compiling ComposableArchitecture Exports.swift
[675/737] Compiling ComposableArchitecture HashableStaticString.swift
[676/737] Compiling ComposableArchitecture KeyPath+Sendable.swift
[677/743] Compiling ComposableArchitecture CaseReducer.swift
[678/743] Compiling ComposableArchitecture Core.swift
[679/743] Compiling ComposableArchitecture Dismiss.swift
[680/743] Compiling ComposableArchitecture IsPresented.swift
[681/743] Compiling ComposableArchitecture Effect.swift
[682/743] Compiling ComposableArchitecture Cancellation.swift
[683/743] Compiling ComposableArchitecture Publisher.swift
[684/743] Compiling ComposableArchitecture Reducer.swift
[685/743] Compiling ComposableArchitecture ReducerBuilder.swift
[686/743] Compiling ComposableArchitecture BindingReducer.swift
[687/743] Compiling ComposableArchitecture CombineReducers.swift
[688/743] Compiling ComposableArchitecture DebugReducer.swift
[689/743] Compiling ComposableArchitecture DependencyKeyWritingReducer.swift
[690/743] Compiling ComposableArchitecture IdentifiedArray+Observation.swift
[691/743] Compiling ComposableArchitecture NavigationStack+Observation.swift
[692/743] Compiling ComposableArchitecture ObservableState.swift
[693/743] Compiling ComposableArchitecture ObservationStateRegistrar.swift
[694/743] Compiling ComposableArchitecture Store+Observation.swift
[695/743] Compiling ComposableArchitecture ViewAction.swift
[696/743] Emitting module ComposableArchitecture
[697/743] Compiling ComposableArchitecture EmptyReducer.swift
[698/743] Compiling ComposableArchitecture ForEachReducer.swift
[699/743] Compiling ComposableArchitecture IfCaseLetReducer.swift
[700/743] Compiling ComposableArchitecture IfLetReducer.swift
[701/743] Compiling ComposableArchitecture OnChange.swift
[702/743] Compiling ComposableArchitecture Optional.swift
[703/743] Compiling ComposableArchitecture ReturningLastNonNilValue.swift
[704/743] Compiling ComposableArchitecture RuntimeWarnings.swift
[705/743] Compiling ComposableArchitecture StackIDGenerator.swift
[706/743] Compiling ComposableArchitecture Macros.swift
[707/743] Compiling ComposableArchitecture Alert+Observation.swift
[708/743] Compiling ComposableArchitecture Binding+Observation.swift
[709/743] Compiling ComposableArchitecture Locking.swift
[710/743] Compiling ComposableArchitecture Logger.swift
[711/743] Compiling ComposableArchitecture NavigationID.swift
[712/743] Compiling ComposableArchitecture NotificationName.swift
[713/743] Compiling ComposableArchitecture OpenExistential.swift
[714/743] Compiling ComposableArchitecture PresentationID.swift
[715/743] Compiling ComposableArchitecture PresentationReducer.swift
[716/743] Compiling ComposableArchitecture Reduce.swift
[717/743] Compiling ComposableArchitecture Scope.swift
[718/743] Compiling ComposableArchitecture SignpostReducer.swift
[719/743] Compiling ComposableArchitecture StackReducer.swift
[720/743] Compiling ComposableArchitecture AppStorageKeyPathKey.swift
[721/743] Compiling ComposableArchitecture Store.swift
[722/743] Compiling ComposableArchitecture Binding.swift
[723/743] Compiling ComposableArchitecture TestStore.swift
[724/743] Compiling ComposableArchitecture AlertStateUIKit.swift
[725/743] Compiling ComposableArchitecture NavigationStackControllerUIKit.swift
[726/743] Compiling ComposableArchitecture resource_bundle_accessor.swift
[727/743] Compiling ComposableArchitecture AreOrderedSetsDuplicates.swift
[728/743] Compiling ComposableArchitecture Box.swift
[729/743] Compiling ComposableArchitecture Create.swift
[730/743] Compiling ComposableArchitecture CurrentValueRelay.swift
[731/743] Compiling ComposableArchitecture Debug.swift
[732/743] Compiling ComposableArchitecture DefaultSubscript.swift
[733/743] Compiling ComposableArchitecture Deprecations.swift
[734/743] Compiling AUv3Shared Logger.swift
[735/744] Compiling AUv3Shared Support.swift
[736/744] Compiling AUv3Shared NSObject.swift
[737/744] Compiling AUv3Shared FourCharCode.swift
[738/744] Compiling AUv3Shared Comparable.swift
[739/744] Compiling AUv3Shared AudioComponentDescription.swift
[740/744] Compiling AUv3Shared ClosedRange.swift
[741/744] Compiling AUv3Shared AVAudioFile.swift
[742/744] Compiling AUv3Shared AUAudioUnitPreset.swift
[743/744] Emitting module AUv3Shared
[744/744] Compiling AUv3Shared Bundle.swift
[745/759] Compiling AUv3Component AUParameterTree.swift
[746/759] Compiling AUv3Component ParameterDefinition.swift
[747/760] Compiling AUv3Component ParameterSource.swift
[748/760] Compiling AUv3Component AUParameterFormatting.swift
[749/760] Compiling AUv3Component AUParameterHandler.swift
[750/760] Compiling AUv3Component ParameterAddressProvider.swift
[751/760] Compiling AUv3Component AudioUnitViewConfigurationManager.swift
[752/760] Compiling AUv3Component AudioUnitViewControllerBase.swift
[753/760] Compiling AUv3Component AUParameter.swift
[754/760] Compiling AUv3Component AudioRenderer.swift
[755/760] Compiling AUv3Component HostingControllerFactory.swift
[756/760] Compiling AUv3Component ParametricValue.swift
[757/760] Compiling AUv3Component AUAudioUnitPresetsFacade.swift
[758/760] Emitting module AUv3Component
[759/760] Compiling AUv3Component AudioUnitAdapter.swift
[760/760] Compiling AUv3Component AudioUnitAdapterFactory.swift
[761/779] Compiling AUv3Host SimplePlayEngine.swift
[762/779] Compiling AUv3Host SimplePlayEngineClient.swift
[763/779] Compiling AUv3Host PresetsFeature.swift
[764/779] Compiling AUv3Host PresetsMenu.swift
[765/781] Compiling AUv3Host View.swift
[766/781] Compiling AUv3Host HostConfig.swift
[767/781] Compiling AUv3Host EnvironmentValues.swift
[768/781] Compiling AUv3Host Image.swift
[769/781] Compiling AUv3Host AudioUnitPreset.swift
[770/781] Compiling AUv3Host DependencyValues.swift
[771/781] Compiling AUv3Host EmbeddedViewController.swift
[772/781] Compiling AUv3Host EngineFeature.swift
[773/781] Compiling AUv3Host AVAudioComponentsClient.swift
[774/781] Compiling AUv3Host AppStoreLinker.swift
[775/781] Emitting module AUv3Host
[776/781] Compiling AUv3Host HostFeature.swift
[777/781] Compiling AUv3Host PresetsFactorySegmentedControl.swift
[778/781] Compiling AUv3Host AudioUnitLoaderError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:135:61: error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
133 |       if !components.isEmpty {
134 |         do {
135 |           let audioUnit = try await avAudioComponentsClient.instantiate(componentDescription)
    |                                                             `- error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
136 |           if let viewController = await avAudioComponentsClient.requestViewController(audioUnit) {
137 |             send(.audioUnitCreated(.init(audioUnit: audioUnit, viewController: viewController)))
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioUnit.h:28:12: note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 26 | */
 27 | API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0)) API_UNAVAILABLE(watchos)
 28 | @interface AVAudioUnit : AVAudioNode
    |            `- note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 29 |
 30 | #if AVAUDIOUNIT_HAVE_AUDIOUNIT
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:4:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  2 |
  3 | import AUv3Shared
  4 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  5 | import ComposableArchitecture
  6 | import CoreAudioKit
[779/781] Compiling AUv3Host AudioUnitLoaderFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:135:61: error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
133 |       if !components.isEmpty {
134 |         do {
135 |           let audioUnit = try await avAudioComponentsClient.instantiate(componentDescription)
    |                                                             `- error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
136 |           if let viewController = await avAudioComponentsClient.requestViewController(audioUnit) {
137 |             send(.audioUnitCreated(.init(audioUnit: audioUnit, viewController: viewController)))
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioUnit.h:28:12: note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 26 | */
 27 | API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0)) API_UNAVAILABLE(watchos)
 28 | @interface AVAudioUnit : AVAudioNode
    |            `- note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 29 |
 30 | #if AVAUDIOUNIT_HAVE_AUDIOUNIT
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:4:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  2 |
  3 | import AUv3Shared
  4 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  5 | import ComposableArchitecture
  6 | import CoreAudioKit
[780/781] Compiling AUv3Host UserPresetsManager.swift
[781/781] Compiling AUv3Host resource_bundle_accessor.swift
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/bradhowes/DSPHeaders
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/bradhowes/brh-segmented-control
Fetching https://github.com/apple/swift-numerics from cache
[1/588] Fetching dspheaders
[49/2759] Fetching dspheaders, swift-docc-plugin
[132/3060] Fetching dspheaders, swift-docc-plugin, brh-segmented-control
[3061/315904] Fetching dspheaders, swift-docc-plugin, brh-segmented-control, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (10.09s)
Fetched https://github.com/bradhowes/DSPHeaders from cache (10.09s)
Fetched https://github.com/bradhowes/brh-segmented-control from cache (10.09s)
Fetched https://github.com/apple/swift-docc-plugin from cache (10.09s)
Fetched https://github.com/apple/swift-numerics from cache (10.11s)
Computing version for https://github.com/bradhowes/brh-segmented-control
Computed https://github.com/bradhowes/brh-segmented-control at 1.0.6 (13.36s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.25.2 (0.55s)
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/swift-navigation
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
[1/3552] Fetching swift-sharing
[179/5514] Fetching swift-sharing, swift-perception
[235/7056] Fetching swift-sharing, swift-perception, swift-identified-collections
[3551/53355] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-sharing from cache (2.34s)
Fetched https://github.com/pointfreeco/swift-perception from cache (2.34s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (2.34s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (2.34s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.36s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-case-paths from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-dependencies from cache (2.38s)
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (2.46s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.69s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.10s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.11s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.11s)
Fetched https://github.com/apple/swift-collections from cache (1.65s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (4.86s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.51s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.48s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.48s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (2.09s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.47s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.7.0 (0.48s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (2.35s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.58s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.63s)
Computing version for https://github.com/bradhowes/DSPHeaders
Computed https://github.com/bradhowes/DSPHeaders at 1.5.2 (0.46s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.47s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (0.48s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.47s)
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/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-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.25.2
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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.7.0
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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/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-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
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/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/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/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/bradhowes/DSPHeaders
Working copy of https://github.com/bradhowes/DSPHeaders resolved at 1.5.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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/11] Write swift-version-2F0A5646E1D333AE.txt
[4/57] Compiling SwiftSyntax600 Empty.swift
[5/57] Emitting module SwiftSyntax600
[6/57] Compiling Sharing2 Empty.swift
[7/57] Compiling SwiftSyntax509 Empty.swift
[8/57] Emitting module SwiftSyntax509
[9/57] Emitting module Sharing2
[10/57] Compiling SwiftSyntax602 Empty.swift
[11/57] Emitting module SwiftSyntax602
[12/57] Emitting module SwiftSyntax601
[13/57] Compiling SwiftSyntax601 Empty.swift
[14/57] Emitting module Sharing1
[15/57] Compiling Sharing1 Empty.swift
[16/57] Emitting module SwiftSyntax510
[17/57] Compiling SwiftSyntax510 Empty.swift
[18/57] Emitting module IssueReportingPackageSupport
[19/57] Compiling IssueReportingPackageSupport _Test.swift
[20/57] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/57] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/58] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/58] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[24/58] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/62] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/62] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/92] Compiling ConcurrencyExtras Locking.swift
[28/93] Emitting module ConcurrencyExtras
[29/93] Compiling ConcurrencyExtras UncheckedBox.swift
[30/93] Compiling IssueReporting ErrorReporting.swift
[31/93] Compiling IssueReporting AppHostWarning.swift
[32/93] Compiling ConcurrencyExtras LockIsolated.swift
[33/93] Compiling ConcurrencyExtras MainSerialExecutor.swift
[34/93] Compiling ConcurrencyExtras AsyncStream.swift
[35/93] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[36/93] Compiling ConcurrencyExtras Result.swift
[37/93] Compiling ConcurrencyExtras Task.swift
[38/93] Compiling IssueReporting BreakpointReporter.swift
[39/93] Compiling IssueReporting IssueSeverity.swift
[40/93] Compiling IssueReporting Deprecations.swift
[41/93] Compiling IssueReporting UncheckedSendable.swift
[44/93] Compiling IssueReporting Unimplemented.swift
[45/93] Compiling IssueReporting FailureObserver.swift
[46/93] Compiling BRHSegmentedControl BRHSegmentedControlSupport.swift
[47/93] Compiling IssueReporting FatalErrorReporter.swift
[48/93] Compiling IssueReporting TestContext.swift
[49/93] Compiling IssueReporting LockIsolated.swift
[50/93] Compiling IssueReporting IssueReporter.swift
[51/93] Compiling ConcurrencyExtras UncheckedSendable.swift
[52/93] Compiling BRHSegmentedControl Color+Extensions.swift
[54/93] Compiling IssueReporting ReportIssue.swift
[57/159] Emitting module InternalCollectionsUtilities
[58/159] Compiling SwiftSyntax SyntaxTraits.swift
[59/159] Compiling SwiftSyntax SyntaxVisitor.swift
[60/159] Compiling SwiftSyntax SyntaxKind.swift
[61/159] Compiling SwiftSyntax SyntaxRewriter.swift
[62/159] Compiling SwiftSyntax MemoryLayout.swift
[63/159] Compiling SwiftSyntax MissingNodeInitializers.swift
[64/159] Compiling SwiftSyntax SyntaxCollections.swift
[65/159] Compiling SwiftSyntax SyntaxEnum.swift
[66/159] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[67/159] Compiling SwiftSyntax RawSyntaxValidation.swift
[68/159] Compiling SwiftSyntax RawSyntax.swift
[69/159] Compiling SwiftSyntax RawSyntaxArena.swift
[70/159] Compiling SwiftSyntax CustomTraits.swift
[71/159] Compiling SwiftSyntax EditorPlaceholder.swift
[72/159] Compiling SwiftSyntax Identifier.swift
[73/159] Emitting module IssueReporting
[74/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[75/207] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[76/255] Compiling CombineSchedulers AnyScheduler.swift
[77/255] Compiling CombineSchedulers Concurrency.swift
[78/255] Compiling CombineSchedulers ImmediateScheduler.swift
[79/255] Compiling CombineSchedulers Deprecations.swift
[80/255] Compiling CombineSchedulers Lock.swift
[81/255] Compiling CombineSchedulers NSRecursiveLock.swift
[82/255] Compiling PerceptionCore Locking.swift
[83/255] Compiling PerceptionCore Perceptible.swift
[84/255] Compiling PerceptionCore Locals.swift
[85/255] Compiling PerceptionCore ObservationBeta.swift
[86/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[87/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[88/261] Emitting module BRHSegmentedControl
[89/261] Compiling BRHSegmentedControl BRHSegmentedControl.swift
[90/261] Compiling XCTestDynamicOverlay Exports.swift
[91/261] Compiling Clocks UnimplementedClock.swift
[92/261] Compiling PerceptionCore ThreadLocal.swift
[93/261] Compiling PerceptionCore WithPerceptionTracking.swift
[94/262] Compiling CombineSchedulers UIScheduler.swift
[95/263] Compiling OrderedCollections _Hashtable+Header.swift
[96/263] Compiling OrderedCollections OrderedDictionary+Codable.swift
[97/263] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[98/263] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[99/263] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[100/263] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[101/263] Compiling OrderedCollections OrderedDictionary+Elements.swift
[102/263] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[103/263] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[104/263] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[105/263] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/263] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/263] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[108/263] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[109/263] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[110/263] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[111/263] Compiling OrderedCollections OrderedDictionary+Values.swift
[112/263] Compiling OrderedCollections OrderedDictionary.swift
[113/263] Compiling PerceptionCore Environment.swift
[116/263] Compiling PerceptionCore Bindable.swift
[117/263] Compiling Clocks Timer.swift
[118/263] Compiling Clocks SwiftUI.swift
[119/263] Compiling Clocks _AsyncTimerSequence.swift
[120/263] Compiling Clocks Lock.swift
[121/263] Compiling Clocks ImmediateClock.swift
[122/263] Emitting module Clocks
[123/263] Compiling Clocks AnyClock.swift
[124/263] Compiling Clocks TestClock.swift
[125/263] Emitting module XCTestDynamicOverlay
[126/263] Compiling XCTestDynamicOverlay Deprecations.swift
[127/263] Compiling CombineSchedulers UIKit.swift
[128/263] Compiling CombineSchedulers Platform.swift
[129/263] Compiling CombineSchedulers TestScheduler.swift
[134/263] Compiling CombineSchedulers SwiftUI.swift
[135/263] Compiling CombineSchedulers Timer.swift
[138/263] Emitting module CombineSchedulers
[139/301] Compiling OrderedCollections OrderedSet+SubSequence.swift
[140/301] Compiling OrderedCollections OrderedSet+Testing.swift
[141/301] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[142/301] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[143/301] Compiling OrderedCollections OrderedSet.swift
[144/301] Compiling OrderedCollections _UnsafeBitset.swift
[145/301] Compiling CustomDump Identifiable.swift
[146/301] Compiling CustomDump Mirror.swift
[147/301] Compiling CustomDump String.swift
[148/301] Compiling CustomDump Foundation.swift
[149/301] Compiling CustomDump GameKit.swift
[150/301] Compiling CustomDump KeyPath.swift
[151/301] Compiling CustomDump CustomDumpReflectable.swift
[152/301] Compiling CustomDump CustomDumpRepresentable.swift
[153/301] Compiling CustomDump CustomDumpStringConvertible.swift
[154/301] Compiling CustomDump Diff.swift
[155/301] Compiling CustomDump Dump.swift
[156/301] Compiling CustomDump ExpectDifference.swift
[157/301] Compiling CustomDump UniformTypeIdentifiers.swift
[158/301] Compiling CustomDump UserNotifications.swift
[159/301] Compiling CustomDump UserNotificationsUI.swift
[160/301] Compiling OrderedCollections OrderedSet+Invariants.swift
[161/301] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[162/301] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[163/301] Compiling OrderedCollections _HashTable+Bucket.swift
[164/301] Compiling OrderedCollections _HashTable+BucketIterator.swift
[165/301] Compiling OrderedCollections _HashTable+Constants.swift
[166/301] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[167/301] Compiling OrderedCollections _HashTable+Testing.swift
[168/301] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[169/301] Compiling OrderedCollections _HashTable.swift
[170/301] Compiling PerceptionCore _PerceptionRegistrar.swift
[171/301] Compiling CombineSchedulers UnimplementedScheduler.swift
[172/302] Compiling CasePathsCore Never+CasePathable.swift
[173/302] Compiling CasePathsCore UncheckedSendable.swift
[174/302] Compiling CasePathsCore TypeName.swift
[175/302] Compiling CasePathsCore Optional+CasePathable.swift
[176/327] Compiling Dependencies Date.swift
[177/327] Compiling Dependencies Deprecations.swift
[178/327] Compiling Dependencies Clocks.swift
[179/327] Compiling Dependencies Context.swift
[180/327] Emitting module PerceptionCore
[181/327] Compiling Dependencies Locale.swift
[182/327] Compiling Dependencies MainQueue.swift
[183/327] Compiling Dependencies Dependency.swift
[184/327] Compiling Dependencies DependencyContext.swift
[185/327] Compiling CasePathsCore CasePathIterable.swift
[186/327] Compiling CasePathsCore KeyPath+Sendable.swift
[187/327] Compiling CasePathsCore AnyCasePath.swift
[188/327] Compiling CasePathsCore CasePathable.swift
[189/327] Emitting module CasePathsCore
[190/327] Compiling CasePathsCore CasePathReflectable.swift
[191/327] Compiling CasePathsCore Result+CasePathable.swift
[192/327] Compiling Dependencies FireAndForget.swift
[200/330] Compiling Dependencies DependencyKey.swift
[204/330] Emitting module OrderedCollections
[208/332] Compiling Dependencies MainRunLoop.swift
[209/332] Compiling Dependencies NotificationCenter.swift
[210/332] Compiling Dependencies OpenURL.swift
[211/332] Compiling Dependencies TimeZone.swift
[212/332] Compiling Dependencies URLSession.swift
[213/332] Compiling Dependencies UUID.swift
[214/332] Emitting module Dependencies
[215/351] Compiling CustomDump Unordered.swift
[216/351] Compiling CustomDump XCTAssertDifference.swift
[217/351] Compiling CustomDump XCTAssertNoDifference.swift
[218/351] Compiling Dependencies TypeName.swift
[219/351] Compiling Dependencies PreviewTrait.swift
[220/351] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[221/351] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[222/351] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[223/351] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[224/351] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[225/351] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[226/351] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[227/351] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[228/351] Compiling IdentifiedCollections IdentifiedArray.swift
[229/351] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[230/351] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[231/351] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[232/351] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[233/351] Emitting module CustomDump
[238/352] Compiling Dependencies TestTrait.swift
[239/352] Compiling Dependencies WithDependencies.swift
[244/352] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[250/352] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[251/352] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[256/352] Compiling IdentifiedCollections Identified.swift
[257/352] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[267/352] Compiling IdentifiedCollections IdentifiedCollection.swift
[270/352] Emitting module IdentifiedCollections
[271/352] Compiling AUv3Shared Comparable.swift
[272/352] Compiling AUv3Shared NSObject.swift
[273/352] Compiling AUv3Shared Logger.swift
[274/353] Compiling AUv3Shared ClosedRange.swift
[275/353] Compiling AUv3Shared AudioComponentDescription.swift
[276/353] Compiling AUv3Shared Bundle.swift
[277/353] Compiling AUv3Shared AVAudioFile.swift
[278/353] Compiling AUv3Shared AUAudioUnitPreset.swift
[279/353] Emitting module AUv3Shared
[280/353] Compiling AUv3Shared FourCharCode.swift
[281/375] Compiling Sharing Deprecations.swift
[282/375] Compiling Sharing KeyPath+Sendable.swift
[283/375] Compiling Sharing MutexBackport.swift
[284/377] Compiling AUv3Shared Support.swift
[285/377] Compiling Sharing NSRecursiveLock+WithLock.swift
[286/377] Compiling Sharing PassthroughRelay.swift
[287/377] Compiling Sharing PersistentReferences.swift
[288/377] Compiling Sharing Shared.swift
[289/377] Compiling Sharing SharedBinding.swift
[290/377] Compiling Sharing SharedReader.swift
[291/377] Compiling Sharing SharedReaderKey.swift
[292/377] Compiling Sharing InMemoryKey.swift
[293/377] Compiling Sharing SharedPublisher.swift
[294/377] Compiling Sharing SwiftUIStateSharing.swift
[295/377] Compiling Sharing resource_bundle_accessor.swift
[296/377] Emitting module Sharing
[297/392] Compiling Sharing DefaultKey.swift
[298/392] Compiling Sharing FileStorageKey.swift
[299/392] Compiling AUv3Component AUParameter.swift
[300/392] Compiling Sharing SharedContinuations.swift
[301/392] Compiling Sharing SharedKey.swift
[302/392] Compiling Sharing AppStorageKey.swift
[303/392] Compiling AUv3Component ParametricValue.swift
[304/392] Compiling AUv3Component AUAudioUnitPresetsFacade.swift
[305/392] Compiling AUv3Component AudioUnitViewControllerBase.swift
[313/399] Compiling AUv3Component AudioUnitViewConfigurationManager.swift
[316/399] Compiling AUv3Component AudioRenderer.swift
[317/400] Compiling AUv3Component ParameterAddressProvider.swift
[318/400] Compiling AUv3Component HostingControllerFactory.swift
[319/400] Compiling AUv3Component AUParameterTree.swift
[320/400] Compiling AUv3Component ParameterDefinition.swift
[321/400] Compiling AUv3Component AUParameterFormatting.swift
[322/400] Compiling AUv3Component AUParameterHandler.swift
[323/400] Emitting module AUv3Component
[326/400] Compiling AUv3Component AudioUnitAdapter.swift
[327/400] Compiling AUv3Component AudioUnitAdapterFactory.swift
[328/400] Compiling AUv3Component ParameterSource.swift
[329/400] Emitting module SwiftSyntax
[377/400] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[378/400] Compiling SwiftSyntax SyntaxBaseNodes.swift
[386/400] Compiling SwiftSyntax SyntaxNodesD.swift
[387/400] Compiling SwiftSyntax SyntaxNodesEF.swift
[388/400] Compiling SwiftSyntax SyntaxNodesGHI.swift
[389/400] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[390/400] Compiling SwiftSyntax SyntaxNodesOP.swift
[391/400] Compiling SwiftSyntax SyntaxNodesQRS.swift
[392/400] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[393/460] Compiling SwiftDiagnostics Message.swift
[394/461] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[395/461] Compiling SwiftBasicFormat Syntax+Extensions.swift
[396/461] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[397/461] Compiling SwiftDiagnostics Diagnostic.swift
[398/461] Compiling SwiftDiagnostics Convenience.swift
[399/461] Emitting module SwiftDiagnostics
[400/461] Compiling SwiftDiagnostics Note.swift
[401/461] Compiling SwiftBasicFormat InferIndentation.swift
[402/461] Compiling SwiftDiagnostics FixIt.swift
[403/461] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[404/461] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[405/461] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[406/461] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[407/461] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[408/461] Compiling SwiftBasicFormat Indenter.swift
[409/461] Compiling SwiftBasicFormat BasicFormat.swift
[410/461] Emitting module SwiftBasicFormat
[411/461] Compiling SwiftParser Attributes.swift
[412/461] Compiling SwiftParser Availability.swift
[413/461] Compiling SwiftParser CharacterInfo.swift
[414/461] Compiling SwiftParser CollectionNodes+Parsable.swift
[415/461] Compiling SwiftParser CompilerFiles.swift
[416/465] Compiling SwiftParser Names.swift
[417/465] Compiling SwiftParser Nominals.swift
[418/465] Compiling SwiftParser Parameters.swift
[419/465] Compiling SwiftParser ParseSourceFile.swift
[420/465] Compiling SwiftParser Parser.swift
[421/465] Emitting module SwiftParser
[422/465] Compiling SwiftParser Patterns.swift
[423/465] Compiling SwiftParser Recovery.swift
[424/465] Compiling SwiftParser Specifiers.swift
[425/465] Compiling SwiftParser Statements.swift
[426/465] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[427/465] Compiling SwiftParser TokenConsumer.swift
[428/465] Compiling SwiftParser TokenPrecedence.swift
[429/465] Compiling SwiftParser TokenSpec.swift
[430/465] Compiling SwiftParser TokenSpecSet.swift
[431/465] Compiling SwiftParser IsValidIdentifier.swift
[432/465] Compiling SwiftParser Cursor.swift
[433/465] Compiling SwiftParser Lexeme.swift
[434/465] Compiling SwiftParser LexemeSequence.swift
[435/465] Compiling SwiftParser Lexer.swift
[436/465] Compiling SwiftParser TopLevel.swift
[437/465] Compiling SwiftParser TriviaParser.swift
[438/465] Compiling SwiftParser Types.swift
[439/465] Compiling SwiftParser ExperimentalFeatures.swift
[440/465] Compiling SwiftParser RegexLiteralLexer.swift
[441/465] Compiling SwiftParser UnicodeScalarExtensions.swift
[442/465] Compiling SwiftParser Lookahead.swift
[443/465] Compiling SwiftParser LoopProgressCondition.swift
[444/465] Compiling SwiftParser Modifiers.swift
[445/465] Compiling SwiftParser StringLiterals.swift
[446/465] Compiling SwiftParser SwiftParserCompatibility.swift
[447/465] Compiling SwiftParser SwiftVersion.swift
[448/465] Compiling SwiftParser SyntaxUtils.swift
[449/465] Compiling SwiftParser Declarations.swift
[450/465] Compiling SwiftParser Directives.swift
[451/465] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[452/465] Compiling SwiftParser Expressions.swift
[453/465] Compiling SwiftParser IncrementalParseTransition.swift
[454/465] Compiling SwiftParser IsLexerClassified.swift
[455/465] Compiling SwiftParser LayoutNodes+Parsable.swift
[456/465] Compiling SwiftParser Parser+TokenSpecSet.swift
[457/465] Compiling SwiftParser TokenSpecStaticMembers.swift
[458/488] Compiling SwiftOperators PrecedenceGroup.swift
[459/489] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[460/490] Compiling SwiftOperators OperatorTable+Defaults.swift
[461/490] Compiling SwiftOperators PrecedenceGraph.swift
[462/490] Compiling SwiftOperators OperatorTable.swift
[463/490] Compiling SwiftOperators OperatorTable+Semantics.swift
[464/490] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[465/490] Compiling SwiftOperators SyntaxSynthesis.swift
[466/490] Compiling SwiftOperators OperatorError.swift
[467/490] Compiling SwiftOperators OperatorError+Diagnostics.swift
[468/490] Compiling SwiftOperators Operator.swift
[469/490] Emitting module SwiftOperators
[470/490] Compiling SwiftOperators OperatorTable+Folding.swift
[471/490] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[472/490] Compiling SwiftParserDiagnostics PresenceUtils.swift
[473/490] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[474/490] Compiling SwiftParserDiagnostics Utils.swift
[475/490] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[476/490] Compiling SwiftParserDiagnostics MissingNodesError.swift
[477/490] Compiling SwiftParserDiagnostics MissingTokenError.swift
[478/490] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[479/490] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[480/490] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[481/490] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[482/490] Emitting module SwiftParserDiagnostics
[483/505] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[484/505] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[485/505] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[486/505] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[487/506] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[488/506] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[489/506] Compiling SwiftSyntaxBuilder Indenter.swift
[490/506] Compiling SwiftSyntaxBuilder ListBuilder.swift
[491/506] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[492/506] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[493/506] Emitting module SwiftSyntaxBuilder
[494/506] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[495/506] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[496/506] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[497/506] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[498/506] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[499/524] Compiling SwiftSyntaxMacros PreambleMacro.swift
[500/525] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[501/525] Compiling SwiftSyntaxMacros Macro+Format.swift
[502/525] Compiling SwiftSyntaxMacros Macro.swift
[503/525] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[504/525] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[505/525] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[506/525] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[507/525] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[508/525] Compiling SwiftSyntaxMacros MemberMacro.swift
[509/525] Compiling SwiftSyntaxMacros PeerMacro.swift
[510/525] Compiling SwiftSyntaxMacros AttachedMacro.swift
[511/525] Compiling SwiftSyntaxMacros BodyMacro.swift
[512/525] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[513/525] Compiling SwiftSyntaxMacros AccessorMacro.swift
[514/525] Emitting module SwiftSyntaxMacros
[515/525] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[516/525] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[517/525] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[518/535] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[519/535] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[520/535] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[521/535] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[522/535] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[523/535] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[524/535] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[525/535] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[526/535] Emitting module SwiftSyntaxMacroExpansion
[527/535] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[528/547] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[529/547] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[530/547] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[531/547] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[532/547] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[533/548] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[534/548] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[535/548] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[536/548] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[537/548] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[538/548] Emitting module SwiftCompilerPluginMessageHandling
[539/548] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[540/548] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[541/550] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[542/550] Emitting module SwiftCompilerPlugin
[543/571] Compiling PerceptionMacros Plugins.swift
[544/571] Emitting module ComposableArchitectureMacros
[545/571] Compiling PerceptionMacros Extensions.swift
[546/571] Compiling PerceptionMacros Availability.swift
[547/571] Emitting module PerceptionMacros
[548/571] Compiling PerceptionMacros PerceptibleMacro.swift
[549/571] Compiling ComposableArchitectureMacros Availability.swift
[550/571] Compiling ComposableArchitectureMacros Plugins.swift
[551/570] Compiling DependenciesMacrosPlugin Plugins.swift
[552/570] Compiling DependenciesMacrosPlugin Support.swift
[553/570] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[554/570] Emitting module DependenciesMacrosPlugin
[555/570] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[556/570] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[557/570] Compiling ComposableArchitectureMacros Extensions.swift
[558/570] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[559/569] Emitting module CasePathsMacros
[560/569] Compiling CasePathsMacros CasePathableMacro.swift
[561/569] Compiling CasePathsMacros Plugin.swift
[562/568] Compiling ComposableArchitectureMacros PresentsMacro.swift
[563/568] Compiling ComposableArchitectureMacros ReducerMacro.swift
[563/567] Linking PerceptionMacros-tool
[564/567] Linking DependenciesMacrosPlugin-tool
[565/567] Linking CasePathsMacros-tool
[566/580] Linking ComposableArchitectureMacros-tool
[568/580] Emitting module DependenciesMacros
[569/580] Compiling DependenciesMacros Macros.swift
[570/580] Compiling DependenciesMacros Exports.swift
[571/580] Compiling Perception Exports.swift
[572/580] Emitting module Perception
[573/580] Compiling Perception Macros.swift
[574/580] Compiling CasePaths XCTestSupport.swift
[575/580] Compiling CasePaths LockIsolated.swift
[576/580] Compiling CasePaths Deprecations.swift
[577/580] Compiling CasePaths Exports.swift
[578/580] Compiling CasePaths EnumReflection.swift
[579/580] Compiling CasePaths Macros.swift
[580/580] Emitting module CasePaths
[581/600] Emitting module SwiftNavigation
[582/602] Compiling SwiftNavigation AlertState.swift
[583/602] Compiling SwiftNavigation Bind.swift
[584/602] Compiling SwiftNavigation Binding.swift
[585/602] Compiling SwiftNavigation AssumeIsolated.swift
[586/602] Compiling SwiftNavigation Deprecations.swift
[587/602] Compiling SwiftNavigation ToOptionalUnit.swift
[588/602] Compiling SwiftNavigation NSObject+Observe.swift
[589/602] Compiling SwiftNavigation UIBindable.swift
[590/602] Compiling SwiftNavigation UIBinding.swift
[591/602] Compiling SwiftNavigation ConfirmationDialogState.swift
[592/602] Compiling SwiftNavigation HashableObject.swift
[593/602] Compiling SwiftNavigation ErrorMechanism.swift
[594/602] Compiling SwiftNavigation Exports.swift
[595/602] Compiling SwiftNavigation HashableStaticString.swift
[596/602] Compiling SwiftNavigation KeyPath+Sendable.swift
[597/602] Compiling SwiftNavigation ButtonState.swift
[598/602] Compiling SwiftNavigation ButtonStateBuilder.swift
[599/602] Compiling SwiftNavigation Observe.swift
[600/602] Compiling SwiftNavigation TextState.swift
[601/602] Compiling SwiftNavigation UINavigationPath.swift
[602/602] Compiling SwiftNavigation UITransaction.swift
[603/622] Emitting module UIKitNavigation
[604/624] Compiling UIKitNavigation UISlider.swift
[605/624] Compiling UIKitNavigation UIStepper.swift
[606/624] Compiling UIKitNavigation PopFromViewController.swift
[607/624] Compiling UIKitNavigation Dismiss.swift
[608/624] Compiling UIKitNavigation Push.swift
[609/624] Compiling UIKitNavigation UIAlertController.swift
[610/624] Compiling UIKitNavigation Representable.swift
[611/624] Compiling UIKitNavigation UIBinding.swift
[612/624] Compiling UIKitNavigation UIPageControl.swift
[613/624] Compiling UIKitNavigation UISegmentedControl.swift
[614/624] Compiling UIKitNavigation UISwitch.swift
[615/624] Compiling UIKitNavigation UITabBarController.swift
[616/624] Compiling UIKitNavigation NavigationStackController.swift
[617/624] Compiling UIKitNavigation Presentation.swift
[618/624] Compiling UIKitNavigation UIColorWell.swift
[619/624] Compiling UIKitNavigation UIControl.swift
[620/624] Compiling UIKitNavigation UIDatePicker.swift
[621/624] Compiling UIKitNavigation UITextField.swift
[622/624] Compiling UIKitNavigation Exports.swift
[623/624] Compiling UIKitNavigation UIKitAnimation.swift
[624/624] Compiling UIKitNavigation UITransaction.swift
[625/636] Compiling SwiftUINavigation Sheet.swift
[626/636] Compiling SwiftUINavigation NavigationDestination.swift
[627/636] Compiling SwiftUINavigation NavigationLink.swift
[628/636] Compiling SwiftUINavigation Identified.swift
[629/636] Compiling SwiftUINavigation Exports.swift
[630/636] Compiling SwiftUINavigation Binding+Internal.swift
[631/636] Compiling SwiftUINavigation Popover.swift
[632/637] Compiling SwiftUINavigation ConfirmationDialog.swift
[633/637] Compiling SwiftUINavigation FullScreenCover.swift
[634/637] Compiling SwiftUINavigation Alert.swift
[635/637] Compiling SwiftUINavigation Binding.swift
[636/637] Emitting module SwiftUINavigation
[637/637] Compiling SwiftUINavigation WithState.swift
[638/694] Compiling ComposableArchitecture EmptyReducer.swift
[639/694] Compiling ComposableArchitecture ForEachReducer.swift
[640/694] Compiling ComposableArchitecture IfCaseLetReducer.swift
[641/694] Compiling ComposableArchitecture IfLetReducer.swift
[642/694] Compiling ComposableArchitecture OnChange.swift
[643/694] Compiling ComposableArchitecture Optional.swift
[644/700] Compiling ComposableArchitecture CaseReducer.swift
[645/700] Compiling ComposableArchitecture Core.swift
[646/700] Compiling ComposableArchitecture Dismiss.swift
[647/700] Compiling ComposableArchitecture IsPresented.swift
[648/700] Compiling ComposableArchitecture Effect.swift
[649/700] Compiling ComposableArchitecture Cancellation.swift
[650/700] Compiling ComposableArchitecture Publisher.swift
[651/700] Compiling ComposableArchitecture DispatchQueue.swift
[652/700] Compiling ComposableArchitecture EffectActions.swift
[653/700] Compiling ComposableArchitecture EphemeralState.swift
[654/700] Compiling ComposableArchitecture Exports.swift
[655/700] Compiling ComposableArchitecture HashableStaticString.swift
[656/700] Compiling ComposableArchitecture KeyPath+Sendable.swift
[657/700] Compiling ComposableArchitecture Locking.swift
[658/700] Compiling ComposableArchitecture Logger.swift
[659/700] Compiling ComposableArchitecture NavigationID.swift
[660/700] Compiling ComposableArchitecture NotificationName.swift
[661/700] Compiling ComposableArchitecture OpenExistential.swift
[662/700] Compiling ComposableArchitecture PresentationID.swift
[663/700] Compiling ComposableArchitecture Reducer.swift
[664/700] Compiling ComposableArchitecture ReducerBuilder.swift
[665/700] Compiling ComposableArchitecture BindingReducer.swift
[666/700] Compiling ComposableArchitecture CombineReducers.swift
[667/700] Compiling ComposableArchitecture DebugReducer.swift
[668/700] Compiling ComposableArchitecture DependencyKeyWritingReducer.swift
[669/700] Compiling ComposableArchitecture IdentifiedArray+Observation.swift
[670/700] Compiling ComposableArchitecture NavigationStack+Observation.swift
[671/700] Compiling ComposableArchitecture ObservableState.swift
[672/700] Compiling ComposableArchitecture ObservationStateRegistrar.swift
[673/700] Compiling ComposableArchitecture Store+Observation.swift
[674/700] Compiling ComposableArchitecture ViewAction.swift
[675/700] Compiling ComposableArchitecture PresentationReducer.swift
[676/700] Compiling ComposableArchitecture Reduce.swift
[677/700] Compiling ComposableArchitecture Scope.swift
[678/700] Compiling ComposableArchitecture SignpostReducer.swift
[679/700] Compiling ComposableArchitecture StackReducer.swift
[680/700] Compiling ComposableArchitecture AppStorageKeyPathKey.swift
[681/700] Compiling ComposableArchitecture ReturningLastNonNilValue.swift
[682/700] Compiling ComposableArchitecture RuntimeWarnings.swift
[683/700] Compiling ComposableArchitecture StackIDGenerator.swift
[684/700] Compiling ComposableArchitecture Macros.swift
[685/700] Compiling ComposableArchitecture Alert+Observation.swift
[686/700] Compiling ComposableArchitecture Binding+Observation.swift
[687/700] Emitting module ComposableArchitecture
[688/700] Compiling ComposableArchitecture AreOrderedSetsDuplicates.swift
[689/700] Compiling ComposableArchitecture Box.swift
[690/700] Compiling ComposableArchitecture Create.swift
[691/700] Compiling ComposableArchitecture CurrentValueRelay.swift
[692/700] Compiling ComposableArchitecture Debug.swift
[693/700] Compiling ComposableArchitecture DefaultSubscript.swift
[694/700] Compiling ComposableArchitecture Deprecations.swift
[695/700] Compiling ComposableArchitecture Store.swift
[696/700] Compiling ComposableArchitecture Binding.swift
[697/700] Compiling ComposableArchitecture TestStore.swift
[698/700] Compiling ComposableArchitecture AlertStateUIKit.swift
[699/700] Compiling ComposableArchitecture NavigationStackControllerUIKit.swift
[700/700] Compiling ComposableArchitecture resource_bundle_accessor.swift
[701/719] Compiling AUv3Host EnvironmentValues.swift
[702/719] Compiling AUv3Host Image.swift
[703/721] Compiling AUv3Host SimplePlayEngine.swift
[704/721] Compiling AUv3Host SimplePlayEngineClient.swift
[705/721] Compiling AUv3Host UserPresetsManager.swift
[706/721] Compiling AUv3Host resource_bundle_accessor.swift
[707/721] Compiling AUv3Host PresetsFeature.swift
[708/721] Compiling AUv3Host PresetsMenu.swift
[709/721] Emitting module AUv3Host
[710/721] Compiling AUv3Host EmbeddedViewController.swift
[711/721] Compiling AUv3Host EngineFeature.swift
[712/721] Compiling AUv3Host View.swift
[713/721] Compiling AUv3Host HostConfig.swift
[714/721] Compiling AUv3Host AudioUnitPreset.swift
[715/721] Compiling AUv3Host DependencyValues.swift
[716/721] Compiling AUv3Host AVAudioComponentsClient.swift
[717/721] Compiling AUv3Host AppStoreLinker.swift
[718/721] Compiling AUv3Host HostFeature.swift
[719/721] Compiling AUv3Host PresetsFactorySegmentedControl.swift
[720/721] Compiling AUv3Host AudioUnitLoaderError.swift
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:135:61: error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
133 |       if !components.isEmpty {
134 |         do {
135 |           let audioUnit = try await avAudioComponentsClient.instantiate(componentDescription)
    |                                                             `- error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
136 |           if let viewController = await avAudioComponentsClient.requestViewController(audioUnit) {
137 |             send(.audioUnitCreated(.init(audioUnit: audioUnit, viewController: viewController)))
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioUnit.h:28:12: note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 26 | */
 27 | API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0)) API_UNAVAILABLE(watchos)
 28 | @interface AVAudioUnit : AVAudioNode
    |            `- note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 29 |
 30 | #if AVAUDIOUNIT_HAVE_AUDIOUNIT
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:4:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  2 |
  3 | import AUv3Shared
  4 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  5 | import ComposableArchitecture
  6 | import CoreAudioKit
[721/721] Compiling AUv3Host AudioUnitLoaderFeature.swift
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:135:61: error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
133 |       if !components.isEmpty {
134 |         do {
135 |           let audioUnit = try await avAudioComponentsClient.instantiate(componentDescription)
    |                                                             `- error: non-sendable result type 'AVAudioUnit' cannot be sent from nonisolated context in call to async function
136 |           if let viewController = await avAudioComponentsClient.requestViewController(audioUnit) {
137 |             send(.audioUnitCreated(.init(audioUnit: audioUnit, viewController: viewController)))
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AVFAudio.framework/Headers/AVAudioUnit.h:28:12: note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 26 | */
 27 | API_AVAILABLE(macos(10.10), ios(8.0), tvos(9.0)) API_UNAVAILABLE(watchos)
 28 | @interface AVAudioUnit : AVAudioNode
    |            `- note: class 'AVAudioUnit' does not conform to the 'Sendable' protocol
 29 |
 30 | #if AVAUDIOUNIT_HAVE_AUDIOUNIT
/Users/admin/builder/spi-builder-workspace/Sources/AUv3Host/AudioUnitLoaderFeature.swift:4:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  2 |
  3 | import AUv3Shared
  4 | import AVFoundation
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'AVFAudio' as warnings
  5 | import ComposableArchitecture
  6 | import CoreAudioKit
BUILD FAILURE 6.1 macosSpm