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 Archery, reference master (423523), with Swift 6.2 (beta) for Android on 19 Jun 2025 19:01:33 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vknabel/archery.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/vknabel/archery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4235239 Merge pull request #14 from vknabel/dependabot/bundler/activesupport-7.0.4.3
Cloned https://github.com/vknabel/archery.git
Revision (git rev-parse @):
423523973f6a14c4c33632262be094a66d4a7b52
SUCCESS checkout https://github.com/vknabel/archery.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vknabel/archery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.22s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (3.21s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Building for debugging...
[0/17] Write sources
[4/17] Compiling writer.c
[5/17] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/17] Compiling reader.c
[7/17] Compiling api.c
[8/17] Compiling parser.c
[9/17] Compiling emitter.c
[10/17] Compiling scanner.c
[12/37] Emitting module Yams
[13/37] Compiling Yams Mark.swift
[14/37] Compiling Yams Node.Alias.swift
[15/37] Compiling Yams Node.Mapping.swift
[16/37] Compiling Yams AliasDereferencingStrategy.swift
[17/37] Compiling Yams Anchor.swift
[18/37] Compiling Yams Constructor.swift
[19/37] Compiling Yams Node.Scalar.swift
[20/37] Compiling Yams Node.Sequence.swift
[21/37] Compiling Yams Node.swift
[22/39] Compiling Yams Tag.swift
[23/39] Compiling Yams YamlAnchorProviding.swift
[24/39] Compiling Yams Resolver.swift
[25/39] Compiling Yams String+Yams.swift
[26/39] Compiling Yams Parser.swift
[27/39] Compiling Yams RedundancyAliasingStrategy.swift
[28/39] Compiling Yams Representer.swift
[29/39] Compiling Yams Decoder.swift
[30/39] Compiling Yams Emitter.swift
[31/39] Compiling Yams Encoder.swift
[32/39] Compiling Yams YamlError.swift
[33/39] Compiling Yams YamlTagProviding.swift
[34/40] Wrapping AST for Yams for debugging
[36/54] Compiling ArcheryKit LabeledScript.swift
[37/54] Compiling ArcheryKit LegacyScript.swift
[38/55] Compiling ArcheryKit Version.generated.swift
[39/55] Compiling ArcheryKit RawDataFormat.swift
[40/55] Compiling ArcheryKit Script.swift
[41/55] Compiling ArcheryKit Path.swift
/host/spi-builder-workspace/Sources/ArcheryKit/ProcessScheduler.swift:7:41: error: cannot find type 'FILE' in scope
 5 |     import Darwin.C
 6 | #else
 7 |     func fflush(_: UnsafeMutablePointer<FILE>!) -> Int32 {
   |                                         `- error: cannot find type 'FILE' in scope
 8 |         return 0
 9 |     }
/host/spi-builder-workspace/Sources/ArcheryKit/ProcessScheduler.swift:60:28: error: cannot find 'SIG_DFL' in scope
58 |             ProcessScheduler.interrupt()
59 |
60 |             signal(SIGINT, SIG_DFL)
   |                            `- error: cannot find 'SIG_DFL' in scope
61 |             raise(SIGINT)
62 |         }
[42/55] Compiling ArcheryKit ProcessScheduler.swift
/host/spi-builder-workspace/Sources/ArcheryKit/ProcessScheduler.swift:7:41: error: cannot find type 'FILE' in scope
 5 |     import Darwin.C
 6 | #else
 7 |     func fflush(_: UnsafeMutablePointer<FILE>!) -> Int32 {
   |                                         `- error: cannot find type 'FILE' in scope
 8 |         return 0
 9 |     }
/host/spi-builder-workspace/Sources/ArcheryKit/ProcessScheduler.swift:60:28: error: cannot find 'SIG_DFL' in scope
58 |             ProcessScheduler.interrupt()
59 |
60 |             signal(SIGINT, SIG_DFL)
   |                            `- error: cannot find 'SIG_DFL' in scope
61 |             raise(SIGINT)
62 |         }
[43/55] Compiling ArcheryKit Metadata.swift
[44/55] Compiling ArcheryKit OfferingMetadata.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/55] Compiling ArcheryKit Archerfile.swift
[46/55] Compiling ArcheryKit Archery.swift
[47/55] Compiling ArcheryKit ArcheryError.swift
[48/55] Compiling ArcheryKit ExecutionContext.swift
[49/55] Emitting module ArcheryKit
/host/spi-builder-workspace/Sources/ArcheryKit/ProcessScheduler.swift:7:41: error: cannot find type 'FILE' in scope
 5 |     import Darwin.C
 6 | #else
 7 |     func fflush(_: UnsafeMutablePointer<FILE>!) -> Int32 {
   |                                         `- error: cannot find type 'FILE' in scope
 8 |         return 0
 9 |     }
[50/55] Compiling ArcheryKit ScriptExecution.swift
BUILD FAILURE 6.2 android