Build Information
Failed to build YouTubeKit, reference main (437d7e
), with Swift 6.0 for Linux on 27 Feb 2025 20:53:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexeichhorn/YouTubeKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/alexeichhorn/YouTubeKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 437d7ec Filter out dubbed audio streams
Cloned https://github.com/alexeichhorn/YouTubeKit.git
Revision (git rev-parse @):
437d7ec38b2417809a49c89603829425cbc4fc0c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexeichhorn/YouTubeKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/alexeichhorn/YouTubeKit.git
https://github.com/alexeichhorn/YouTubeKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "YouTubeKit",
"name" : "YouTubeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "YouTubeKit",
"targets" : [
"YouTubeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YouTubeKitTests",
"module_type" : "SwiftTarget",
"name" : "YouTubeKitTests",
"path" : "Tests/YouTubeKitTests",
"sources" : [
"CipherTests.swift",
"ExtensionTests.swift",
"Extensions.swift",
"ExtractionTests.swift",
"ITagsTests.swift",
"ParserTests.swift",
"PlayabilityTests.swift",
"YouTubeKitTests.swift"
],
"target_dependencies" : [
"YouTubeKit"
],
"type" : "test"
},
{
"c99name" : "YouTubeKit",
"module_type" : "SwiftTarget",
"name" : "YouTubeKit",
"path" : "Sources/YouTubeKit",
"product_memberships" : [
"YouTubeKit"
],
"sources" : [
"Cipher.swift",
"Errors.swift",
"Extensions/AsyncCompatibility.swift",
"Extensions/Concurrency.swift",
"Extensions/Foundation.swift",
"Extensions/Lazy.swift",
"Extensions/Logging.swift",
"Extensions/RegularExpression.swift",
"Extensions/Retry.swift",
"Extensions/URLSessionDelegates.swift",
"Extensions/WebSocket.swift",
"Extraction.swift",
"InnerTube.swift",
"Models/Codecs.swift",
"Models/FileExtension.swift",
"Models/ITag.swift",
"Models/Livestream.swift",
"Models/Method.swift",
"Models/Stream.swift",
"Models/StreamQuery.swift",
"Models/YouTubeMetadata.swift",
"Parser.swift",
"Remote/Models/RemoteStream.swift",
"Remote/RemoteYouTubeClient.swift",
"YouTube.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/25] Emitting module YouTubeKit
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[4/28] Compiling YouTubeKit RemoteStream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[5/28] Compiling YouTubeKit RemoteYouTubeClient.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[6/28] Compiling YouTubeKit YouTube.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[7/28] Compiling YouTubeKit Foundation.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[8/28] Compiling YouTubeKit Lazy.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[9/28] Compiling YouTubeKit Logging.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[10/28] Compiling YouTubeKit Codecs.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[11/28] Compiling YouTubeKit FileExtension.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[12/28] Compiling YouTubeKit ITag.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[13/28] Compiling YouTubeKit WebSocket.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[14/28] Compiling YouTubeKit Extraction.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[15/28] Compiling YouTubeKit InnerTube.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[16/28] Compiling YouTubeKit Livestream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[17/28] Compiling YouTubeKit Method.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[18/28] Compiling YouTubeKit Stream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[19/28] Compiling YouTubeKit RegularExpression.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[20/28] Compiling YouTubeKit Retry.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[21/28] Compiling YouTubeKit URLSessionDelegates.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[22/28] Compiling YouTubeKit StreamQuery.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[23/28] Compiling YouTubeKit YouTubeMetadata.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[24/28] Compiling YouTubeKit Parser.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[25/28] Compiling YouTubeKit Cipher.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[26/28] Compiling YouTubeKit Errors.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[27/28] Compiling YouTubeKit AsyncCompatibility.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[28/28] Compiling YouTubeKit Concurrency.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling YouTubeKit Livestream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[3/24] Compiling YouTubeKit Method.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[4/24] Compiling YouTubeKit Stream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[5/27] Compiling YouTubeKit Cipher.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[6/27] Compiling YouTubeKit Errors.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[7/27] Compiling YouTubeKit AsyncCompatibility.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[8/27] Compiling YouTubeKit Concurrency.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/27] Emitting module YouTubeKit
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[10/27] Compiling YouTubeKit RemoteStream.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[11/27] Compiling YouTubeKit RemoteYouTubeClient.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[12/27] Compiling YouTubeKit YouTube.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[13/27] Compiling YouTubeKit Foundation.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[14/27] Compiling YouTubeKit Lazy.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[15/27] Compiling YouTubeKit Logging.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[16/27] Compiling YouTubeKit StreamQuery.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[17/27] Compiling YouTubeKit YouTubeMetadata.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[18/27] Compiling YouTubeKit Parser.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[19/27] Compiling YouTubeKit WebSocket.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[20/27] Compiling YouTubeKit Extraction.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[21/27] Compiling YouTubeKit InnerTube.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[22/27] Compiling YouTubeKit RegularExpression.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[23/27] Compiling YouTubeKit Retry.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[24/27] Compiling YouTubeKit URLSessionDelegates.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[25/27] Compiling YouTubeKit Codecs.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[26/27] Compiling YouTubeKit FileExtension.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
[27/27] Compiling YouTubeKit ITag.swift
/host/spi-builder-workspace/Sources/YouTubeKit/Cipher.swift:12:8: error: no such module 'os.log'
10 | import JavaScriptCore
11 | #endif
12 | import os.log
| `- error: no such module 'os.log'
13 |
14 | @available(iOS 13.0, watchOS 6.0, tvOS 13.0, macOS 10.15, *)
BUILD FAILURE 6.0 linux