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

Successful build of kvEnvironment, reference main (4791cb), with Swift 6.1 for Android on 30 May 2025 10:23:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/keyvariable/kvEnvironment.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/keyvariable/kvEnvironment
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4791cb5 README.
Cloned https://github.com/keyvariable/kvEnvironment.git
Revision (git rev-parse @):
4791cb5f4da27835c350e73310139f3706c01fdb
SUCCESS checkout https://github.com/keyvariable/kvEnvironment.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/keyvariable/kvEnvironment.git
https://github.com/keyvariable/kvEnvironment.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "kvEnvironment",
  "name" : "kvEnvironment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "kvEnvironment",
      "targets" : [
        "kvEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "kvEnvironmentMacros",
      "targets" : [
        "kvEnvironmentMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kvEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironmentTests",
      "path" : "Tests/kvEnvironmentTests",
      "sources" : [
        "ABCD.swift",
        "EFG.swift",
        "KvEnvironmentScopeTests.swift"
      ],
      "target_dependencies" : [
        "kvEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "kvEnvironmentMacros",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironmentMacros",
      "path" : "Sources/kvEnvironmentMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "kvEnvironment",
        "kvEnvironmentMacros"
      ],
      "sources" : [
        "KvEnvironmentMacros.swift",
        "KvEnvironmentScopeAsyncThrowsOverloadsMacro.swift",
        "KvEnvironmentScopeEntryMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "kvEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironment",
      "path" : "Sources/kvEnvironment",
      "product_memberships" : [
        "kvEnvironment"
      ],
      "sources" : [
        "KvEnvironment.swift",
        "KvEnvironmentKey.swift",
        "KvEnvironmentScope.swift"
      ],
      "target_dependencies" : [
        "kvEnvironmentMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 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/apple/swift-syntax.git
[1/70495] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.09s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.1.1 (7.76s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.1.1
Building for debugging...
[0/30] Write sources
[14/30] Write swift-version-24593BA9C3E375BF.txt
[16/32] Emitting module SwiftSyntax509
[17/32] Compiling SwiftSyntax509 Empty.swift
[18/33] Wrapping AST for SwiftSyntax509 for debugging
[20/78] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[21/78] Compiling SwiftSyntax Syntax.swift
[22/78] Compiling SwiftSyntax SyntaxArena.swift
[23/78] Compiling SwiftSyntax SyntaxChildren.swift
[24/78] Compiling SwiftSyntax SyntaxCollection.swift
[25/78] Compiling SwiftSyntax SyntaxData.swift
[26/84] Compiling SwiftSyntax SyntaxText.swift
[27/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[28/84] Compiling SwiftSyntax TokenDiagnostic.swift
[29/84] Compiling SwiftSyntax TokenSyntax.swift
[30/84] Compiling SwiftSyntax Trivia.swift
[31/84] Compiling SwiftSyntax Utils.swift
[32/84] Emitting module SwiftSyntax
[33/84] Compiling SwiftSyntax AbsolutePosition.swift
[34/84] Compiling SwiftSyntax Assert.swift
[35/84] Compiling SwiftSyntax BumpPtrAllocator.swift
[36/84] Compiling SwiftSyntax CommonAncestor.swift
[37/84] Compiling SwiftSyntax Convenience.swift
[38/84] Compiling SwiftSyntax MemoryLayout.swift
[39/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[40/84] Compiling SwiftSyntax SyntaxCollections.swift
[41/84] Compiling SwiftSyntax SyntaxEnum.swift
[42/84] Compiling SwiftSyntax SyntaxKind.swift
[43/84] Compiling SwiftSyntax SyntaxRewriter.swift
[44/84] Compiling SwiftSyntax SyntaxTraits.swift
[45/84] Compiling SwiftSyntax SyntaxTransform.swift
[46/84] Compiling SwiftSyntax SyntaxDeclNodes.swift
[47/84] Compiling SwiftSyntax SyntaxExprNodes.swift
[48/84] Compiling SwiftSyntax SyntaxNodes.swift
[49/84] Compiling SwiftSyntax SyntaxPatternNodes.swift
[50/84] Compiling SwiftSyntax SyntaxStmtNodes.swift
[51/84] Compiling SwiftSyntax SyntaxTypeNodes.swift
[52/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[53/84] Compiling SwiftSyntax Keyword.swift
[54/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[55/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[56/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[57/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[58/84] Compiling SwiftSyntax SyntaxVisitor.swift
[59/84] Compiling SwiftSyntax TokenKind.swift
[60/84] Compiling SwiftSyntax Tokens.swift
[61/84] Compiling SwiftSyntax TriviaPieces.swift
[62/84] Compiling SwiftSyntax RawSyntaxNodes.swift
[63/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[64/84] Compiling SwiftSyntax RawSyntax.swift
[65/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[66/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[68/84] Compiling SwiftSyntax SourceLength.swift
[69/84] Compiling SwiftSyntax SourceLocation.swift
[70/84] Compiling SwiftSyntax SourcePresence.swift
[71/85] Wrapping AST for SwiftSyntax for debugging
[73/136] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[74/136] Emitting module SwiftDiagnostics
[75/136] Compiling SwiftDiagnostics Convenience.swift
[76/136] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[77/136] Compiling SwiftDiagnostics Note.swift
[78/136] Compiling SwiftBasicFormat Syntax+Extensions.swift
[79/136] Compiling SwiftDiagnostics Message.swift
[80/136] Emitting module SwiftBasicFormat
[81/136] Compiling SwiftBasicFormat BasicFormat.swift
[83/137] Compiling SwiftDiagnostics FixIt.swift
[84/137] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[85/137] Compiling SwiftDiagnostics Diagnostic.swift
[86/137] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[86/138] Wrapping AST for SwiftBasicFormat for debugging
[88/138] Compiling SwiftParser TokenPrecedence.swift
[89/138] Compiling SwiftParser TokenSpec.swift
[90/138] Compiling SwiftParser TokenSpecSet.swift
[91/138] Compiling SwiftParser TopLevel.swift
[92/138] Compiling SwiftParser TriviaParser.swift
[93/143] Wrapping AST for SwiftDiagnostics for debugging
[95/143] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[96/143] Compiling SwiftParser StringLiterals.swift
[97/143] Compiling SwiftParser SwiftParserCompatibility.swift
[98/143] Compiling SwiftParser SyntaxUtils.swift
[99/143] Compiling SwiftParser TokenConsumer.swift
[100/143] Emitting module SwiftParser
[101/143] Compiling SwiftParser Modifiers.swift
[102/143] Compiling SwiftParser Names.swift
[103/143] Compiling SwiftParser Nominals.swift
[104/143] Compiling SwiftParser Parameters.swift
[105/143] Compiling SwiftParser ParseSourceFile.swift
[106/143] Compiling SwiftParser Lexer.swift
[107/143] Compiling SwiftParser RegexLiteralLexer.swift
[108/143] Compiling SwiftParser UnicodeScalarExtensions.swift
[109/143] Compiling SwiftParser Lookahead.swift
[110/143] Compiling SwiftParser LoopProgressCondition.swift
[111/143] Compiling SwiftParser Parser.swift
[112/143] Compiling SwiftParser Patterns.swift
[113/143] Compiling SwiftParser Recovery.swift
[114/143] Compiling SwiftParser Specifiers.swift
[115/143] Compiling SwiftParser Statements.swift
[116/143] Compiling SwiftParser Attributes.swift
[117/143] Compiling SwiftParser Availability.swift
[118/143] Compiling SwiftParser CharacterInfo.swift
[119/143] Compiling SwiftParser CollectionNodes+Parsable.swift
[120/143] Compiling SwiftParser Declarations.swift
[121/143] Compiling SwiftParser Directives.swift
[122/143] Compiling SwiftParser ExperimentalFeatures.swift
[123/143] Compiling SwiftParser Expressions.swift
[124/143] Compiling SwiftParser IncrementalParseTransition.swift
[125/143] Compiling SwiftParser Cursor.swift
[126/143] Compiling SwiftParser Lexeme.swift
[127/143] Compiling SwiftParser LexemeSequence.swift
[128/143] Compiling SwiftParser Types.swift
[129/143] Compiling SwiftParser IsLexerClassified.swift
[130/143] Compiling SwiftParser LayoutNodes+Parsable.swift
[131/143] Compiling SwiftParser Parser+TokenSpecSet.swift
[132/143] Compiling SwiftParser TokenSpecStaticMembers.swift
[133/156] Wrapping AST for SwiftParser for debugging
[135/167] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[136/168] Compiling SwiftOperators PrecedenceGroup.swift
[137/169] Compiling SwiftOperators OperatorTable+Semantics.swift
[138/169] Compiling SwiftOperators OperatorTable.swift
[139/169] Compiling SwiftOperators PrecedenceGraph.swift
[140/169] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[141/169] Compiling SwiftOperators SyntaxSynthesis.swift
[142/169] Compiling SwiftOperators OperatorTable+Folding.swift
[143/169] Emitting module SwiftOperators
[144/169] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[145/169] Compiling SwiftParserDiagnostics PresenceUtils.swift
[146/169] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[147/169] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[149/170] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[150/170] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[151/170] Compiling SwiftParserDiagnostics Utils.swift
[151/170] Wrapping AST for SwiftOperators for debugging
[155/170] Compiling SwiftParserDiagnostics MissingNodesError.swift
[156/170] Compiling SwiftParserDiagnostics MissingTokenError.swift
[157/170] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[158/170] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[161/170] Emitting module SwiftParserDiagnostics
[162/171] Wrapping AST for SwiftParserDiagnostics for debugging
[164/185] Compiling SwiftSyntaxBuilder Indenter.swift
[165/185] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[166/186] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[167/186] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[168/186] Emitting module SwiftSyntaxBuilder
[169/186] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[170/186] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[171/186] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[172/186] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[173/186] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[174/186] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/186] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[176/186] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[177/186] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[178/186] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[179/187] Wrapping AST for SwiftSyntaxBuilder for debugging
[181/201] Compiling SwiftSyntaxMacros AccessorMacro.swift
[182/201] Compiling SwiftSyntaxMacros AttachedMacro.swift
[183/202] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[184/202] Compiling SwiftSyntaxMacros Macro+Format.swift
[185/202] Compiling SwiftSyntaxMacros Macro.swift
[186/202] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[187/202] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[188/202] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[189/202] Compiling SwiftSyntaxMacros MemberMacro.swift
[190/202] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[191/202] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[192/202] Compiling SwiftSyntaxMacros PeerMacro.swift
[193/202] Emitting module SwiftSyntaxMacros
[194/202] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[195/202] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[196/203] Wrapping AST for SwiftSyntaxMacros for debugging
[198/211] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[199/211] Emitting module SwiftSyntaxMacroExpansion
[200/211] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[201/211] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[202/211] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[203/211] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[204/211] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[205/211] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[206/212] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[208/219] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[209/219] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[210/219] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[211/219] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[212/219] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[213/219] Emitting module SwiftCompilerPluginMessageHandling
[214/219] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[215/220] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[217/222] Emitting module SwiftCompilerPlugin
[218/222] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[219/223] Wrapping AST for SwiftCompilerPlugin for debugging
[221/227] Compiling kvEnvironmentMacros KvEnvironmentScopeEntryMacro.swift
[222/227] Compiling kvEnvironmentMacros KvEnvironmentMacros.swift
[223/227] Emitting module kvEnvironmentMacros
[224/227] Compiling kvEnvironmentMacros KvEnvironmentScopeAsyncThrowsOverloadsMacro.swift
[225/228] Wrapping AST for kvEnvironmentMacros for debugging
[226/228] Write Objects.LinkFileList
[227/228] Linking kvEnvironmentMacros-tool
[229/232] Compiling kvEnvironment KvEnvironmentKey.swift
[230/232] Compiling kvEnvironment KvEnvironment.swift
[231/232] Emitting module kvEnvironment
[232/232] Compiling kvEnvironment KvEnvironmentScope.swift
Build complete! (176.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "kvEnvironment",
  "name" : "kvEnvironment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "kvEnvironment",
      "targets" : [
        "kvEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "kvEnvironmentMacros",
      "targets" : [
        "kvEnvironmentMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kvEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironmentTests",
      "path" : "Tests/kvEnvironmentTests",
      "sources" : [
        "ABCD.swift",
        "EFG.swift",
        "KvEnvironmentScopeTests.swift"
      ],
      "target_dependencies" : [
        "kvEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "kvEnvironmentMacros",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironmentMacros",
      "path" : "Sources/kvEnvironmentMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "kvEnvironment",
        "kvEnvironmentMacros"
      ],
      "sources" : [
        "KvEnvironmentMacros.swift",
        "KvEnvironmentScopeAsyncThrowsOverloadsMacro.swift",
        "KvEnvironmentScopeEntryMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "kvEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "kvEnvironment",
      "path" : "Sources/kvEnvironment",
      "product_memberships" : [
        "kvEnvironment"
      ],
      "sources" : [
        "KvEnvironment.swift",
        "KvEnvironmentKey.swift",
        "KvEnvironmentScope.swift"
      ],
      "target_dependencies" : [
        "kvEnvironmentMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Done.