The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HLSCore, reference master (283520), with Swift 6.1 for Android on 28 May 2025 04:19:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fcanas/hlscore.git
Reference: master
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/fcanas/hlscore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2835209 Migrate CI to GitHub Actions
Cloned https://github.com/fcanas/hlscore.git
Revision (git rev-parse @):
2835209970afdaaaf137fd7073d9c0ab2beb2905
SUCCESS checkout https://github.com/fcanas/hlscore.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fcanas/hlscore.git
https://github.com/fcanas/hlscore.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ffcparsercombinator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fcanas/FFCParserCombinator.git"
    }
  ],
  "manifest_display_name" : "HLSCore",
  "name" : "HLSCore",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "HLSCore",
      "targets" : [
        "Types",
        "Serialization",
        "Parsing"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TypesTests",
      "module_type" : "SwiftTarget",
      "name" : "TypesTests",
      "path" : "Tests/TypesTests",
      "sources" : [
        "HLSCoreTests.swift",
        "StringTests.swift",
        "URLTests.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Types",
      "module_type" : "SwiftTarget",
      "name" : "Types",
      "path" : "Sources/Types",
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "AttributeTypes.swift",
        "EncryptionKey.swift",
        "HLSCore.swift",
        "Language.swift",
        "Logging.swift",
        "Playlist.swift",
        "URL.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "SerializationTests",
      "path" : "Tests/SerializationTests",
      "sources" : [
        "AutoEncoding.swift",
        "MultilineMatching.swift",
        "SerializationTests.swift"
      ],
      "target_dependencies" : [
        "Serialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Serialization",
      "module_type" : "SwiftTarget",
      "name" : "Serialization",
      "path" : "Sources/Serialization",
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "Serializable.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ParsingTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsingTests",
      "path" : "Tests/ParsingTests",
      "sources" : [
        "AttributeTests.swift",
        "PlaylistParsingTests.swift",
        "TagTests.swift",
        "Test Utilities/FakeOutputStream.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_dependencies" : [
        "FFCParserCombinator"
      ],
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "AttributeList.swift",
        "AttributeValueParsers.swift",
        "CharacterSet.swift",
        "CoreInitializers.swift",
        "MasterPlaylistParser.swift",
        "MediaPlaylistParser.swift",
        "Tags.swift",
        "TypeParsers.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/fcanas/FFCParserCombinator.git
[1/370] Fetching ffcparsercombinator
Fetched https://github.com/fcanas/FFCParserCombinator.git from cache (0.25s)
Computing version for https://github.com/fcanas/FFCParserCombinator.git
Computed https://github.com/fcanas/FFCParserCombinator.git at 1.0.2 (2.11s)
Creating working copy for https://github.com/fcanas/FFCParserCombinator.git
Working copy of https://github.com/fcanas/FFCParserCombinator.git resolved at 1.0.2
Building for debugging...
[0/11] Write sources
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/22] Emitting module FFCParserCombinator
[7/22] Compiling FFCParserCombinator FFCParserCombinator.swift
[8/22] Compiling FFCParserCombinator StringParsing.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/23] Emitting module Types
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[10/23] Compiling Types EncryptionKey.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[11/23] Compiling Types AttributeTypes.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[12/23] Compiling Types Logging.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[13/23] Compiling Types Language.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[14/23] Compiling Types URL.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[15/23] Compiling Types HLSCore.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[16/23] Compiling Types Playlist.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling Types Language.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[3/18] Compiling Types EncryptionKey.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/18] Emitting module Types
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[5/18] Compiling Types AttributeTypes.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[6/18] Emitting module FFCParserCombinator
[7/18] Compiling Types Logging.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[8/18] Compiling Types URL.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[9/18] Compiling Types Playlist.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[10/18] Compiling Types HLSCore.swift
/host/spi-builder-workspace/Sources/Types/Logging.swift:9:8: error: no such module 'Darwin'
 7 | //
 8 |
 9 | import Darwin
   |        `- error: no such module 'Darwin'
10 | import Foundation
11 |
[11/18] Compiling FFCParserCombinator FFCParserCombinator.swift
BUILD FAILURE 6.1 android