The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LiveKit, reference 2.5.1 (9a1eaf), with Swift 6.0 for Linux on 23 Apr 2025 11:23:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/livekit/client-sdk-swift.git
Reference: 2.5.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/livekit/client-sdk-swift
 * tag               2.5.1      -> FETCH_HEAD
HEAD is now at 9a1eaf9 v2.5.1
Cloned https://github.com/livekit/client-sdk-swift.git
Revision (git rev-parse @):
9a1eaf94754b051f4ace6fd0c7b0a5aaf3f54218
SUCCESS checkout https://github.com/livekit/client-sdk-swift.git at 2.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/livekit/client-sdk-swift.git
https://github.com/livekit/client-sdk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "webrtc-xcframework",
      "requirement" : {
        "exact" : [
          "125.6422.28"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/livekit/webrtc-xcframework.git"
    },
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.4",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "LiveKit",
  "name" : "LiveKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "LiveKit",
      "targets" : [
        "LiveKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "LiveKitTestsObjC",
      "module_type" : "ClangTarget",
      "name" : "LiveKitTestsObjC",
      "path" : "Tests/LiveKitTestsObjC",
      "product_dependencies" : [
        "JWTKit"
      ],
      "sources" : [
        "Basic.m"
      ],
      "target_dependencies" : [
        "LiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LiveKitTests",
      "module_type" : "SwiftTarget",
      "name" : "LiveKitTests",
      "path" : "Tests/LiveKitTests",
      "product_dependencies" : [
        "JWTKit"
      ],
      "sources" : [
        "AVAudioPCMRingBufferTests.swift",
        "AsyncFileStreamTests.swift",
        "AsyncRetryTests.swift",
        "Audio/AudioManagerTests.swift",
        "AudioConverterTests.swift",
        "AudioEngineTests.swift",
        "AudioMixRecorderTests.swift",
        "AudioProcessingTests.swift",
        "Broadcast/BroadcastAudioCodecTests.swift",
        "Broadcast/BroadcastImageCodecTests.swift",
        "Broadcast/IPCChannelTests.swift",
        "Broadcast/SocketPathTests.swift",
        "BroadcastManagerTests.swift",
        "CodecTests.swift",
        "CompleterTests.swift",
        "DarwinNotificationCenterTests.swift",
        "DataStream/ByteStreamInfoTests.swift",
        "DataStream/ByteStreamReaderTests.swift",
        "DataStream/DataStreamTests.swift",
        "DataStream/FileInfoTests.swift",
        "DataStream/IncomingStreamManagerTests.swift",
        "DataStream/OutgoingStreamManagerTests.swift",
        "DataStream/StreamDataTests.swift",
        "DataStream/TextStreamInfoTests.swift",
        "DataStream/TextStreamReaderTests.swift",
        "DeviceManager.swift",
        "E2EE/Thread.swift",
        "Experimental/PublishDeviceOptimization.swift",
        "Extensions/AVAudioPCMBufferTests.swift",
        "Extensions/StringTests.swift",
        "FunctionTests.swift",
        "LKTestCase.swift",
        "MuteTests.swift",
        "ObjCHelpersTests.swift",
        "ParticipantTests.swift",
        "PreConnectAudioBufferTests.swift",
        "PublishBufferCapturerTests.swift",
        "PublishDataTests.swift",
        "PublishMicrophoneTests.swift",
        "PublishTrackTests.swift",
        "QueueActorTests.swift",
        "Room/RoomTests.swift",
        "RpcTests.swift",
        "SDKTests.swift",
        "SerialRunnerActor.swift",
        "Support/ConcurrentCounter.swift",
        "Support/MockDataChannelPair.swift",
        "Support/Room.swift",
        "Support/SinWaveSourceNode.swift",
        "Support/TestAudioRecorder.swift",
        "Support/TokenGenerator.swift",
        "Support/Tracks.swift",
        "Support/Xcode14.2Backport.swift",
        "ThreadSafetyTests.swift",
        "TimeIntervalTests.swift",
        "Track/LocalAudioTrackRecorderTests.swift",
        "Track/TrackTests.swift",
        "VideoViewTests.swift"
      ],
      "target_dependencies" : [
        "LiveKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LiveKit",
      "module_type" : "SwiftTarget",
      "name" : "LiveKit",
      "path" : "Sources/LiveKit",
      "product_dependencies" : [
        "LiveKitWebRTC",
        "SwiftProtobuf",
        "DequeModule",
        "OrderedCollections",
        "Logging"
      ],
      "product_memberships" : [
        "LiveKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/LiveKit/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Audio/AudioDeviceModuleDelegateAdapter.swift",
        "Audio/AudioEngineObserver.swift",
        "Audio/DefaultAudioSessionObserver.swift",
        "Audio/DefaultMixerAudioObserver.swift",
        "Audio/Manager/AudioManager+ModuleType.swift",
        "Audio/Manager/AudioManager+MuteMode.swift",
        "Audio/Manager/AudioManager+Testing.swift",
        "Audio/Manager/AudioManager.swift",
        "Broadcast/BroadcastBundleInfo.swift",
        "Broadcast/BroadcastManager.swift",
        "Broadcast/BroadcastScreenCapturer.swift",
        "Broadcast/IPC/BroadcastAudioCodec.swift",
        "Broadcast/IPC/BroadcastIPCHeader.swift",
        "Broadcast/IPC/BroadcastImageCodec.swift",
        "Broadcast/IPC/BroadcastReceiver.swift",
        "Broadcast/IPC/BroadcastUploader.swift",
        "Broadcast/IPC/IPCChannel.swift",
        "Broadcast/IPC/IPCProtocol.swift",
        "Broadcast/IPC/SocketPath.swift",
        "Broadcast/LKSampleHandler.swift",
        "Broadcast/Support/BundleInfo.swift",
        "Broadcast/Support/DarwinNotificationCenter.swift",
        "Broadcast/Support/OSLogHandler.swift",
        "Convenience/AudioProcessing.swift",
        "Core/DataChannelPair.swift",
        "Core/PreConnectAudioBuffer.swift",
        "Core/RPC.swift",
        "Core/RTC.swift",
        "Core/Room+Convenience.swift",
        "Core/Room+DataStream.swift",
        "Core/Room+Debug.swift",
        "Core/Room+Engine.swift",
        "Core/Room+EngineDelegate.swift",
        "Core/Room+MulticastDelegate.swift",
        "Core/Room+PreConnect.swift",
        "Core/Room+RPC.swift",
        "Core/Room+SignalClientDelegate.swift",
        "Core/Room+TransportDelegate.swift",
        "Core/Room.swift",
        "Core/SignalClient.swift",
        "Core/Transport.swift",
        "DataStream/FileInfo.swift",
        "DataStream/Incoming/ByteStreamReader.swift",
        "DataStream/Incoming/IncomingStreamManager.swift",
        "DataStream/Incoming/StreamReaderSource.swift",
        "DataStream/Incoming/TextStreamReader.swift",
        "DataStream/Outgoing/ByteStreamWriter.swift",
        "DataStream/Outgoing/OutgoingStreamManager.swift",
        "DataStream/Outgoing/StreamData.swift",
        "DataStream/Outgoing/StreamWriterDestination.swift",
        "DataStream/Outgoing/TextStreamWriter.swift",
        "DataStream/StreamError.swift",
        "DataStream/StreamInfo.swift",
        "DataStream/StreamOptions.swift",
        "E2EE/E2EEManager.swift",
        "E2EE/KeyProvider.swift",
        "E2EE/Options.swift",
        "E2EE/State.swift",
        "Errors.swift",
        "Extensions/AVAudioPCMBuffer.swift",
        "Extensions/AVCaptureDevice.swift",
        "Extensions/AsyncSequence.swift",
        "Extensions/CustomStringConvertible.swift",
        "Extensions/DispatchQueue.swift",
        "Extensions/LKRTCRtpSender.swift",
        "Extensions/Logger.swift",
        "Extensions/PixelBuffer.swift",
        "Extensions/Primitives.swift",
        "Extensions/RTCConfiguration.swift",
        "Extensions/RTCDataChannel+Util.swift",
        "Extensions/RTCI420Buffer.swift",
        "Extensions/RTCMediaConstraints.swift",
        "Extensions/RTCRtpTransceiver.swift",
        "Extensions/RTCVideoCapturerDelegate+Buffer.swift",
        "Extensions/Sendable.swift",
        "Extensions/String.swift",
        "Extensions/TimeInterval.swift",
        "Extensions/URL.swift",
        "LiveKit+DeviceHelpers.swift",
        "LiveKit.swift",
        "Participant/LocalParticipant+DataStream.swift",
        "Participant/LocalParticipant+RPC.swift",
        "Participant/LocalParticipant.swift",
        "Participant/Participant+Convenience.swift",
        "Participant/Participant+Equatable.swift",
        "Participant/Participant+Identifiable.swift",
        "Participant/Participant+Kind.swift",
        "Participant/Participant+MulticastDelegate.swift",
        "Participant/Participant.swift",
        "Participant/RemoteParticipant.swift",
        "Protocols/AudioCustomProcessingDelegate.swift",
        "Protocols/AudioRenderer.swift",
        "Protocols/MediaEncoding.swift",
        "Protocols/Mirrorable.swift",
        "Protocols/NextInvokable.swift",
        "Protocols/ParticipantDelegate.swift",
        "Protocols/RoomDelegate.swift",
        "Protocols/SignalClientDelegate.swift",
        "Protocols/TrackDelegate.swift",
        "Protocols/TransportDelegate.swift",
        "Protocols/VideoProcessor.swift",
        "Protocols/VideoRenderer.swift",
        "Protocols/VideoViewDelegate.swift",
        "Protos/livekit_metrics.pb.swift",
        "Protos/livekit_models.pb.swift",
        "Protos/livekit_rtc.pb.swift",
        "Support/AppStateListener.swift",
        "Support/AsyncCompleter.swift",
        "Support/AsyncDebounce.swift",
        "Support/AsyncFileStream.swift",
        "Support/AsyncRetry.swift",
        "Support/AsyncSerialDelegate.swift",
        "Support/AsyncTimer.swift",
        "Support/AsyncTryMapSequence.swift",
        "Support/Audio/AVAudioPCMRingBuffer.swift",
        "Support/Audio/AudioConverter.swift",
        "Support/AudioMixRecorder.swift",
        "Support/ConnectivityListener.swift",
        "Support/DeviceManager.swift",
        "Support/FFTProcessor.swift",
        "Support/Global.swift",
        "Support/HTTP.swift",
        "Support/Locks.swift",
        "Support/MulticastDelegate.swift",
        "Support/NativeView.swift",
        "Support/NativeViewRepresentable.swift",
        "Support/QueueActor.swift",
        "Support/RingBuffer.swift",
        "Support/SerialRunnerActor.swift",
        "Support/StateSync.swift",
        "Support/Stopwatch.swift",
        "Support/TextView.swift",
        "Support/Utils.swift",
        "Support/ValueOrAbsent.swift",
        "Support/WebSocket.swift",
        "SwiftUI/SwiftUIAudioRoutePickerButton.swift",
        "SwiftUI/SwiftUIVideoView.swift",
        "SwiftUI/TrackDelegateObserver.swift",
        "Track/AudioTrack.swift",
        "Track/Capturers/ARCameraCapturer.swift",
        "Track/Capturers/BufferCapturer.swift",
        "Track/Capturers/CameraCapturer.swift",
        "Track/Capturers/InAppCapturer.swift",
        "Track/Capturers/MacOSScreenCapturer.swift",
        "Track/Capturers/VideoCapturer+MulticastDelegate.swift",
        "Track/Capturers/VideoCapturer.swift",
        "Track/Local/LocalAudioTrack.swift",
        "Track/Local/LocalTrack.swift",
        "Track/Local/LocalVideoTrack.swift",
        "Track/Metrics/MetricsManager.swift",
        "Track/Recorders/LocalAudioTrackRecorder.swift",
        "Track/Remote/RemoteAudioTrack.swift",
        "Track/Remote/RemoteTrack.swift",
        "Track/Remote/RemoteVideoTrack.swift",
        "Track/Support/Extensions.swift",
        "Track/Track+Equatable.swift",
        "Track/Track+MulticastDelegate.swift",
        "Track/Track.swift",
        "Track/VideoTrack.swift",
        "TrackPublications/LocalTrackPublication.swift",
        "TrackPublications/RemoteTrackPublication.swift",
        "TrackPublications/TrackPublication+Equatable.swift",
        "TrackPublications/TrackPublication+Identifiable.swift",
        "TrackPublications/TrackPublication.swift",
        "Types/AgentState.swift",
        "Types/AudioBuffer.swift",
        "Types/AudioDevice.swift",
        "Types/AudioDuckingLevel.swift",
        "Types/AudioEncoding+Comparable.swift",
        "Types/AudioEncoding.swift",
        "Types/AudioSessionConfiguration.swift",
        "Types/Codec/Codec.swift",
        "Types/Codec/VideoCodec.swift",
        "Types/ConnectionQuality.swift",
        "Types/ConnectionState.swift",
        "Types/DegradationPreference.swift",
        "Types/Dimensions.swift",
        "Types/IceCandidate.swift",
        "Types/IceServer.swift",
        "Types/IceTransportPolicy.swift",
        "Types/MediaDevice.swift",
        "Types/Options/ARCameraCaptureOptions.swift",
        "Types/Options/AudioCaptureOptions.swift",
        "Types/Options/AudioPublishOptions.swift",
        "Types/Options/BufferCaptureOptions.swift",
        "Types/Options/CameraCaptureOptions+Copy.swift",
        "Types/Options/CameraCaptureOptions.swift",
        "Types/Options/CaptureOptions.swift",
        "Types/Options/ConnectOptions+Copy.swift",
        "Types/Options/ConnectOptions.swift",
        "Types/Options/DataPublishOptions.swift",
        "Types/Options/PublishOptions.swift",
        "Types/Options/RoomOptions.swift",
        "Types/Options/ScreenShareCaptureOptions.swift",
        "Types/Options/VideoCaptureOptions.swift",
        "Types/Options/VideoPublishOptions.swift",
        "Types/Participant+Types.swift",
        "Types/ParticipantPermissions.swift",
        "Types/ParticipantTrackPermission.swift",
        "Types/ProtocolVersion.swift",
        "Types/Room+Types.swift",
        "Types/ScalabilityMode.swift",
        "Types/SessionDescription.swift",
        "Types/SpeechActivityEvent.swift",
        "Types/Statistics.swift",
        "Types/Track+Types.swift",
        "Types/TrackSettings.swift",
        "Types/TrackSource.swift",
        "Types/TrackStatistics.swift",
        "Types/TrackStreamState.swift",
        "Types/TrackType.swift",
        "Types/TranscriptionSegment.swift",
        "Types/VideoEncoding+Comparable.swift",
        "Types/VideoEncoding.swift",
        "Types/VideoFrame.swift",
        "Types/VideoParameters+Comparable.swift",
        "Types/VideoParameters.swift",
        "Types/VideoQuality.swift",
        "Types/VideoRotation.swift",
        "Views/SampleBufferVideoRenderer.swift",
        "Views/VideoView+MulticastDelegate.swift",
        "Views/VideoView+PinchToZoom.swift",
        "Views/VideoView.swift"
      ],
      "target_dependencies" : [
        "LKObjCHelpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LKObjCHelpers",
      "module_type" : "ClangTarget",
      "name" : "LKObjCHelpers",
      "path" : "Sources/LKObjCHelpers",
      "product_memberships" : [
        "LiveKit"
      ],
      "sources" : [
        "LKObjCHelpers.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': ignoring target 'LiveKitTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/livekit/webrtc-xcframework.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/241] Fetching webrtc-xcframework
[242/2290] Fetching webrtc-xcframework, swift-docc-plugin
[468/6126] Fetching webrtc-xcframework, swift-docc-plugin, swift-log
Fetched https://github.com/livekit/webrtc-xcframework.git from cache (0.24s)
[1569/5885] Fetching swift-docc-plugin, swift-log
[4350/22082] Fetching swift-docc-plugin, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.38s)
[4804/27295] Fetching swift-docc-plugin, swift-collections, jwt-kit
[12126/65799] Fetching swift-docc-plugin, swift-collections, jwt-kit, swift-protobuf
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
[24960/49602] Fetching swift-docc-plugin, jwt-kit, swift-protobuf
Fetched https://github.com/apple/swift-docc-plugin.git from cache (4.99s)
Fetched https://github.com/vapor/jwt-kit.git from cache (4.99s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.05s)
Computing version for https://github.com/livekit/webrtc-xcframework.git
Computed https://github.com/livekit/webrtc-xcframework.git at 125.6422.28 (2.27s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (0.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/13708] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.75s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3367] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.86s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.88s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
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/livekit/webrtc-xcframework.git
Working copy of https://github.com/livekit/webrtc-xcframework.git resolved at 125.6422.28
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
[1369/63129025] Downloading https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.28/LiveKitWebRTC.xcframework.zip
Downloading binary artifact https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.28/LiveKitWebRTC.xcframework.zip
Downloaded https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.28/LiveKitWebRTC.xcframework.zip (4.75s)
warning: 'spi-builder-workspace': ignoring target 'LiveKitTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/13] Write sources
[3/13] Copying PrivacyInfo.xcprivacy
[3/13] Write sources
In file included from /host/spi-builder-workspace/Sources/LKObjCHelpers/LKObjCHelpers.m:1:
/host/spi-builder-workspace/Sources/LKObjCHelpers/include/LKObjCHelpers.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[11/13] Compiling LKObjCHelpers LKObjCHelpers.m
[11/13] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': ignoring target 'LiveKitTestsObjC' in package 'spi-builder-workspace'; C language in tests is not yet supported
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/LKObjCHelpers/LKObjCHelpers.m:1:
/host/spi-builder-workspace/Sources/LKObjCHelpers/include/LKObjCHelpers.h:1:9: fatal error: 'Foundation/Foundation.h' file not found
    1 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/5] Compiling LKObjCHelpers LKObjCHelpers.m
[3/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux