Build Information
Successful build of DIGIPIN, reference main (3ecfbc), with Swift 6.1 for Android on 27 Mar 2026 13:46:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vamsii777/DIGIPIN.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/vamsii777/DIGIPIN
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3ecfbcc Fix CI matrix for available Xcode versions
Cloned https://github.com/vamsii777/DIGIPIN.git
Revision (git rev-parse @):
3ecfbccc46054253b59a1ea8a55b13aa2fc3b7fb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vamsii777/DIGIPIN.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vamsii777/DIGIPIN.git
https://github.com/vamsii777/DIGIPIN.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DIGIPIN",
"name" : "DIGIPIN",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DIGIPIN",
"targets" : [
"DIGIPIN"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "digipin",
"targets" : [
"digipin-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "digipin_cli",
"module_type" : "SwiftTarget",
"name" : "digipin-cli",
"path" : "Sources/digipin-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"digipin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "executable"
},
{
"c99name" : "DIGIPINTests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINTests",
"path" : "Tests/DIGIPINTests",
"sources" : [
"DIGIPINTests.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "test"
},
{
"c99name" : "DIGIPINCLITests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINCLITests",
"path" : "Tests/DIGIPINCLITests",
"sources" : [
"DIGIPINCLITests.swift"
],
"type" : "test"
},
{
"c99name" : "DIGIPIN",
"module_type" : "SwiftTarget",
"name" : "DIGIPIN",
"path" : "Sources/DIGIPIN",
"product_memberships" : [
"DIGIPIN",
"digipin"
],
"sources" : [
"DIGIPIN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17440] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.73s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.38s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git 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-24593BA9C3E375BF.txt
[8/17] Emitting module ArgumentParserToolInfo
[9/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/18] Wrapping AST for ArgumentParserToolInfo for debugging
[12/64] Compiling ArgumentParser InputOrigin.swift
[13/64] Compiling ArgumentParser Name.swift
[14/64] Compiling ArgumentParser Parsed.swift
[15/64] Compiling ArgumentParser ParsedValues.swift
[16/64] Compiling ArgumentParser ParserError.swift
[17/64] Compiling ArgumentParser SplitArguments.swift
[18/70] Compiling ArgumentParser Foundation.swift
[19/70] Compiling ArgumentParser Mutex.swift
[20/70] Compiling ArgumentParser Platform.swift
[21/70] Compiling ArgumentParser SequenceExtensions.swift
[22/70] Compiling ArgumentParser StringExtensions.swift
[23/70] Compiling ArgumentParser SwiftExtensions.swift
[24/70] Emitting module DIGIPIN
[25/70] Compiling DIGIPIN DIGIPIN.swift
[26/71] Compiling ArgumentParser DumpHelpGenerator.swift
[27/71] Compiling ArgumentParser HelpCommand.swift
[28/71] Compiling ArgumentParser HelpGenerator.swift
[29/71] Compiling ArgumentParser MessageInfo.swift
[30/71] Compiling ArgumentParser UsageGenerator.swift
[31/71] Compiling ArgumentParser CollectionExtensions.swift
[32/71] Compiling ArgumentParser ArgumentVisibility.swift
[33/71] Compiling ArgumentParser CompletionKind.swift
[34/71] Compiling ArgumentParser Errors.swift
[35/71] Compiling ArgumentParser Flag.swift
[36/71] Compiling ArgumentParser NameSpecification.swift
[37/71] Compiling ArgumentParser Option.swift
[38/71] Compiling ArgumentParser OptionGroup.swift
[40/71] Emitting module ArgumentParser
[41/71] Compiling ArgumentParser BashCompletionsGenerator.swift
[42/71] Compiling ArgumentParser CompletionsGenerator.swift
[43/71] Compiling ArgumentParser FishCompletionsGenerator.swift
[44/71] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/71] Compiling ArgumentParser Argument.swift
[46/71] Compiling ArgumentParser ArgumentDiscussion.swift
[47/71] Compiling ArgumentParser ArgumentHelp.swift
[47/71] Wrapping AST for DIGIPIN for debugging
[49/71] Compiling ArgumentParser Tree.swift
[50/71] Compiling ArgumentParser CodingKeyValidator.swift
[51/71] Compiling ArgumentParser NonsenseFlagsValidator.swift
[52/71] Compiling ArgumentParser ParsableArgumentsValidation.swift
[53/71] Compiling ArgumentParser PositionalArgumentsValidator.swift
[54/71] Compiling ArgumentParser UniqueNamesValidator.swift
[55/71] Compiling ArgumentParser ParsableCommand.swift
[56/71] Compiling ArgumentParser ArgumentDecoder.swift
[57/71] Compiling ArgumentParser ArgumentDefinition.swift
[58/71] Compiling ArgumentParser ArgumentSet.swift
[59/71] Compiling ArgumentParser CommandParser.swift
[60/71] Compiling ArgumentParser InputKey.swift
[61/71] Compiling ArgumentParser ParentCommand.swift
[62/71] Compiling ArgumentParser AsyncParsableCommand.swift
[63/71] Compiling ArgumentParser CommandConfiguration.swift
[64/71] Compiling ArgumentParser CommandGroup.swift
[65/71] Compiling ArgumentParser EnumerableFlag.swift
[66/71] Compiling ArgumentParser ExpressibleByArgument.swift
[67/71] Compiling ArgumentParser ParsableArguments.swift
[68/72] Wrapping AST for ArgumentParser for debugging
[70/74] Compiling digipin_cli main.swift
[71/74] Emitting module digipin_cli
[72/75] Wrapping AST for digipin-cli for debugging
[73/75] Write Objects.LinkFileList
[74/75] Linking digipin
Build complete! (30.24s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "DIGIPIN",
"name" : "DIGIPIN",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "DIGIPIN",
"targets" : [
"DIGIPIN"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "digipin",
"targets" : [
"digipin-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "digipin_cli",
"module_type" : "SwiftTarget",
"name" : "digipin-cli",
"path" : "Sources/digipin-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"digipin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "executable"
},
{
"c99name" : "DIGIPINTests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINTests",
"path" : "Tests/DIGIPINTests",
"sources" : [
"DIGIPINTests.swift"
],
"target_dependencies" : [
"DIGIPIN"
],
"type" : "test"
},
{
"c99name" : "DIGIPINCLITests",
"module_type" : "SwiftTarget",
"name" : "DIGIPINCLITests",
"path" : "Tests/DIGIPINCLITests",
"sources" : [
"DIGIPINCLITests.swift"
],
"type" : "test"
},
{
"c99name" : "DIGIPIN",
"module_type" : "SwiftTarget",
"name" : "DIGIPIN",
"path" : "Sources/DIGIPIN",
"product_memberships" : [
"DIGIPIN",
"digipin"
],
"sources" : [
"DIGIPIN.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.