The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build YouTubeKit, reference main (03c96d), with Swift 6.1 for Wasm on 22 Aug 2025 22:01:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.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 03c96d8 Merge pull request #93 from alexeichhorn/fix/youtube-august-25
Cloned https://github.com/alexeichhorn/YouTubeKit.git
Revision (git rev-parse @):
03c96d8d388fac47bef08f7f6b693e61f3939aeb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/alexeichhorn/YouTubeKit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
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",
        "NSigTests.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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-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 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, *)
[8/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, *)
[9/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, *)
[10/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, *)
[11/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, *)
[12/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, *)
[13/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, *)
[14/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, *)
[15/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, *)
[16/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, *)
[17/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, *)
[18/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, *)
[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 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, *)
[23/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, *)
[24/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, *)
[25/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, *)
[26/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, *)
[27/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, *)
[28/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, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/24] 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, *)
[3/24] 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, *)
[4/24] 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, *)
[5/24] 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, *)
[6/24] 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, *)
[7/24] 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, *)
[8/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, *)
[9/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, *)
[10/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, *)
[11/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)
[12/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, *)
[13/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, *)
[14/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, *)
[15/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, *)
[16/27] 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/27] 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/27] 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/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, *)
[20/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, *)
[21/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, *)
[22/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, *)
[23/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, *)
[24/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, *)
[25/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, *)
[26/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, *)
[27/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, *)
BUILD FAILURE 6.1 wasm