The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ISO9660, reference main (fd2362), with Swift 6.3 for Android on 20 Apr 2026 19:26:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amodm/iso9660-swift.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/amodm/iso9660-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fd2362b base commit
Cloned https://github.com/amodm/iso9660-swift.git
Revision (git rev-parse @):
fd2362bc51bb2663e18be15d38d4ba16dbacddd8
SUCCESS checkout https://github.com/amodm/iso9660-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/amodm/iso9660-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.25s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version--4F562202D5529B1.txt
[8/33] Emitting module ArgumentParserToolInfo
[9/33] Emitting module ISO9660
[10/35] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/36] Wrapping AST for ArgumentParserToolInfo for debugging
[13/82] Emitting module ArgumentParser
[14/88] Compiling ArgumentParser ArgumentVisibility.swift
[15/88] Compiling ArgumentParser CompletionKind.swift
[16/88] Compiling ArgumentParser Errors.swift
[17/88] Compiling ArgumentParser Flag.swift
[18/88] Compiling ArgumentParser NameSpecification.swift
[19/88] Compiling ArgumentParser Option.swift
[20/88] Compiling ArgumentParser OptionGroup.swift
[21/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/88] Compiling ArgumentParser CompletionsGenerator.swift
[23/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/88] Compiling ArgumentParser Argument.swift
[26/88] Compiling ArgumentParser ArgumentDiscussion.swift
[27/88] Compiling ArgumentParser ArgumentHelp.swift
[28/88] Compiling ArgumentParser Tree.swift
[29/88] Compiling ArgumentParser CodingKeyValidator.swift
[30/88] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/88] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/88] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/88] Compiling ArgumentParser UniqueNamesValidator.swift
[34/88] Compiling ArgumentParser InputOrigin.swift
[35/88] Compiling ArgumentParser Name.swift
[36/88] Compiling ArgumentParser Parsed.swift
[37/88] Compiling ArgumentParser ParsedValues.swift
[38/88] Compiling ArgumentParser ParserError.swift
[39/88] Compiling ArgumentParser SplitArguments.swift
[40/88] Compiling ArgumentParser DumpHelpGenerator.swift
[41/88] Compiling ArgumentParser HelpCommand.swift
[42/88] Compiling ArgumentParser HelpGenerator.swift
[43/88] Compiling ArgumentParser MessageInfo.swift
[44/88] Compiling ArgumentParser UsageGenerator.swift
[45/88] Compiling ArgumentParser CollectionExtensions.swift
[46/88] Compiling ArgumentParser ParentCommand.swift
[47/88] Compiling ArgumentParser AsyncParsableCommand.swift
[48/88] Compiling ArgumentParser CommandConfiguration.swift
[49/88] Compiling ArgumentParser CommandGroup.swift
[50/88] Compiling ArgumentParser EnumerableFlag.swift
[51/88] Compiling ArgumentParser ExpressibleByArgument.swift
[52/88] Compiling ArgumentParser ParsableArguments.swift
[53/88] Compiling ArgumentParser ParsableCommand.swift
[54/88] Compiling ArgumentParser ArgumentDecoder.swift
[55/88] Compiling ArgumentParser ArgumentDefinition.swift
[56/88] Compiling ArgumentParser ArgumentSet.swift
[57/88] Compiling ArgumentParser CommandParser.swift
[58/88] Compiling ArgumentParser InputKey.swift
[59/88] Compiling ArgumentParser Foundation.swift
[60/88] Compiling ArgumentParser Mutex.swift
[61/88] Compiling ArgumentParser Platform.swift
[62/88] Compiling ArgumentParser SequenceExtensions.swift
[63/88] Compiling ArgumentParser StringExtensions.swift
[64/88] Compiling ArgumentParser SwiftExtensions.swift
/host/spi-builder-workspace/Sources/ISO9660/ISOFileSystem.swift:689:20: error: missing argument for parameter 'data' in call
687 |         self.currentOffset = 0
688 |         self.buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: blockSize)
689 |         super.init()
    |                    `- error: missing argument for parameter 'data' in call
690 |     }
691 |
Foundation.InputStream.init:2:8: note: 'init(data:)' declared here
1 | class InputStream {
2 | public init(data: Data)}
  |        `- note: 'init(data:)' declared here
3 |
/host/spi-builder-workspace/Sources/ISO9660/ISOImageMedia.swift:82:37: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 80 |                 self.fileLen = try FileManager.default.attributesOfItem(atPath: url.path)[.size] as! UInt64
 81 |             } else {
 82 |                 FileManager.default.createFile(atPath: url.path, contents: nil, attributes: nil)
    |                                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 83 |                 self.fileHandle = try FileHandle(forWritingTo: url)
 84 |                 self.fileLen = 0
/host/spi-builder-workspace/Sources/ISO9660/ISOFileSystem.swift:689:20: error: missing argument for parameter 'data' in call
687 |         self.currentOffset = 0
688 |         self.buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: blockSize)
689 |         super.init()
    |                    `- error: missing argument for parameter 'data' in call
690 |     }
691 |
Foundation.InputStream.init:2:8: note: 'init(data:)' declared here
1 | class InputStream {
2 | public init(data: Data)}
  |        `- note: 'init(data:)' declared here
3 |
/host/spi-builder-workspace/Sources/ISO9660/ISOImageMedia.swift:82:37: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 80 |                 self.fileLen = try FileManager.default.attributesOfItem(atPath: url.path)[.size] as! UInt64
 81 |             } else {
 82 |                 FileManager.default.createFile(atPath: url.path, contents: nil, attributes: nil)
    |                                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 83 |                 self.fileHandle = try FileHandle(forWritingTo: url)
 84 |                 self.fileLen = 0
/host/spi-builder-workspace/Sources/ISO9660/ISOFileSystem.swift:689:20: error: missing argument for parameter 'data' in call
687 |         self.currentOffset = 0
688 |         self.buffer = UnsafeMutablePointer<UInt8>.allocate(capacity: blockSize)
689 |         super.init()
    |                    `- error: missing argument for parameter 'data' in call
690 |     }
691 |
Foundation.InputStream.init:2:8: note: 'init(data:)' declared here
1 | class InputStream {
2 | public init(data: Data)}
  |        `- note: 'init(data:)' declared here
3 |
/host/spi-builder-workspace/Sources/ISO9660/ISOImageMedia.swift:82:37: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 80 |                 self.fileLen = try FileManager.default.attributesOfItem(atPath: url.path)[.size] as! UInt64
 81 |             } else {
 82 |                 FileManager.default.createFile(atPath: url.path, contents: nil, attributes: nil)
    |                                     `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
 83 |                 self.fileHandle = try FileHandle(forWritingTo: url)
 84 |                 self.fileLen = 0
[84/89] Wrapping AST for ArgumentParser for debugging
BUILD FAILURE 6.3 android