The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TangerineDownloader with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/TangerineDownloader.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/Nef10/TangerineDownloader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc3adf5 Bump setup-swift from 1.26.0 to 2.0.0
Cloned https://github.com/Nef10/TangerineDownloader.git
Revision (git rev-parse @):
dc3adf5b3eb875ff2e4bb650fa9e2761bc1daa4d
SUCCESS checkout https://github.com/Nef10/TangerineDownloader.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/Nef10/TangerineDownloader.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/Nef10/SwiftScraper.git
[1/1227] Fetching swiftscraper
Fetched https://github.com/Nef10/SwiftScraper.git (0.25s)
Computing version for https://github.com/Nef10/SwiftScraper.git
Computed https://github.com/Nef10/SwiftScraper.git at 0.6.0 (0.32s)
Creating working copy for https://github.com/Nef10/SwiftScraper.git
Working copy of https://github.com/Nef10/SwiftScraper.git resolved at 0.6.0
Building for debugging...
[0/2] Copying SwiftScraper.js
[0/2] Copying TangerineDownload.js
[3/19] Compiling SwiftScraper AsyncProcessStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[4/19] Compiling SwiftScraper AsyncScriptStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[5/19] Compiling SwiftScraper NavigableStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[6/19] Compiling SwiftScraper Step.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[7/19] Compiling SwiftScraper StepCompletionCallback.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[8/21] Emitting module SwiftScraper
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[9/21] Compiling SwiftScraper Browser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[10/21] Compiling SwiftScraper JavaScriptGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[11/21] Compiling SwiftScraper StepRunner.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[12/21] Compiling SwiftScraper StepFlowResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[13/21] Compiling SwiftScraper DownloadStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[14/21] Compiling SwiftScraper SwiftScraperError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[15/21] Compiling SwiftScraper resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[16/21] Compiling SwiftScraper ProcessStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[17/21] Compiling SwiftScraper ScriptStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[18/21] Compiling SwiftScraper OpenPageStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[19/21] Compiling SwiftScraper PageChangeStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[20/21] Compiling SwiftScraper WaitForConditionStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[21/21] Compiling SwiftScraper WaitStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[0/1] Planning build
Building for debugging...
[1/17] Compiling SwiftScraper Step.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[2/17] Compiling SwiftScraper StepCompletionCallback.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[3/19] Compiling SwiftScraper StepFlowResult.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[4/19] Compiling SwiftScraper DownloadStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[5/19] Compiling SwiftScraper AsyncProcessStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[6/19] Compiling SwiftScraper AsyncScriptStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[7/19] Compiling SwiftScraper NavigableStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[8/19] Compiling SwiftScraper OpenPageStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[9/19] Compiling SwiftScraper PageChangeStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[10/19] Compiling SwiftScraper SwiftScraperError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[11/19] Compiling SwiftScraper resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[12/19] Compiling SwiftScraper WaitForConditionStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[13/19] Compiling SwiftScraper WaitStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[14/19] Compiling SwiftScraper ProcessStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[15/19] Compiling SwiftScraper ScriptStep.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[16/19] Emitting module SwiftScraper
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[17/19] Compiling SwiftScraper Browser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[18/19] Compiling SwiftScraper JavaScriptGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
[19/19] Compiling SwiftScraper StepRunner.swift
/host/spi-builder-workspace/.build/checkouts/SwiftScraper/Sources/SwiftScraper/Browser.swift:10:8: error: no such module 'os'
import os
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 2