Build Information
Successful build of AgentAdapter, reference 0.0.7 (63b5e1), with Swift 6.1 for Linux on 4 Feb 2026 03:16:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mtj0928/agent-adapter.git
Reference: 0.0.7
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/mtj0928/agent-adapter
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at 63b5e10 Merge pull request #4 from mtj0928/add-global-flag
Cloned https://github.com/mtj0928/agent-adapter.git
Revision (git rev-parse @):
63b5e107901e21b7f1f65cfa85a8a95bb22f34fa
SUCCESS checkout https://github.com/mtj0928/agent-adapter.git at 0.0.7
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mtj0928/agent-adapter.git
https://github.com/mtj0928/agent-adapter.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "AgentAdapter",
"name" : "AgentAdapter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "agent-adapter",
"targets" : [
"AgentAdapter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AgentAdapterCoreTests",
"module_type" : "SwiftTarget",
"name" : "AgentAdapterCoreTests",
"path" : "Tests/AgentAdapterCoreTests",
"sources" : [
"AgentAdapterConfigurationTests.swift",
"AgentAdapterDirectoryTests.swift",
"AgentAdapterFileManagerFileSystemTests.swift",
"AgentAdapterFormatTests.swift",
"AgentAdapterGeneratorTests.swift",
"AgentAdapterGitignoreTests.swift",
"AgentAdapterInMemoryFileSystemTests.swift",
"Utils/InMemoryFileSystem.swift",
"Utils/TemporaryDirectoryScope.swift"
],
"target_dependencies" : [
"AgentAdapterCore"
],
"type" : "test"
},
{
"c99name" : "AgentAdapterCore",
"module_type" : "SwiftTarget",
"name" : "AgentAdapterCore",
"path" : "Sources/AgentAdapterCore",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"agent-adapter"
],
"sources" : [
"Agent.swift",
"AgentAdapterConfiguration.swift",
"AgentAdapterDirectory.swift",
"AgentAdapterFormat.swift",
"AgentAdapterGenerator.swift",
"AgentAdapterGitignore.swift",
"FileSystem.swift"
],
"type" : "library"
},
{
"c99name" : "AgentAdapter",
"module_type" : "SwiftTarget",
"name" : "AgentAdapter",
"path" : "Sources/AgentAdapter",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"agent-adapter"
],
"sources" : [
"AgentAdapter.swift"
],
"target_dependencies" : [
"AgentAdapterCore"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/17171] Fetching swift-argument-parser
[688/28455] Fetching swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.98s)
Fetched https://github.com/jpsim/Yams.git from cache (2.02s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (5.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.71s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[7/21] Compiling writer.c
[8/21] Compiling reader.c
[9/21] Compiling parser.c
[10/21] Compiling emitter.c
[11/21] Compiling api.c
[11/21] Write swift-version-24593BA9C3E375BF.txt
[13/21] Compiling scanner.c
[15/43] Emitting module Yams
[16/45] Emitting module ArgumentParserToolInfo
[17/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/46] Wrapping AST for ArgumentParserToolInfo for debugging
[20/92] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/92] Compiling ArgumentParser CompletionsGenerator.swift
[22/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/92] Compiling ArgumentParser ArgumentHelp.swift
[24/92] Compiling ArgumentParser ArgumentVisibility.swift
[25/92] Compiling ArgumentParser CommandGroup.swift
[26/92] Compiling ArgumentParser EnumerableFlag.swift
[27/92] Compiling ArgumentParser NameSpecification.swift
[28/92] Compiling ArgumentParser Option.swift
[29/92] Compiling ArgumentParser OptionGroup.swift
[30/92] Compiling ArgumentParser CompletionKind.swift
[31/92] Compiling ArgumentParser Errors.swift
[32/92] Compiling ArgumentParser Flag.swift
[33/92] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/92] Compiling ArgumentParser Argument.swift
[35/92] Compiling ArgumentParser ArgumentDiscussion.swift
[36/92] Compiling ArgumentParser ExpressibleByArgument.swift
[37/92] Compiling ArgumentParser ParsableArguments.swift
[38/92] Compiling ArgumentParser ParentCommand.swift
[39/92] Compiling ArgumentParser AsyncParsableCommand.swift
[40/92] Compiling ArgumentParser CommandConfiguration.swift
[41/93] Wrapping AST for Yams for debugging
[43/101] Compiling ArgumentParser Foundation.swift
[44/101] Compiling ArgumentParser Mutex.swift
[45/101] Compiling ArgumentParser Platform.swift
[46/101] Compiling ArgumentParser SequenceExtensions.swift
[47/101] Compiling ArgumentParser StringExtensions.swift
[48/101] Compiling ArgumentParser SwiftExtensions.swift
[49/107] Compiling ArgumentParser InputOrigin.swift
[50/107] Compiling ArgumentParser Name.swift
[51/107] Compiling ArgumentParser Parsed.swift
[52/107] Compiling ArgumentParser ParsedValues.swift
[53/107] Compiling ArgumentParser ParserError.swift
[54/107] Compiling ArgumentParser SplitArguments.swift
[55/107] Emitting module AgentAdapterCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/107] Compiling AgentAdapterCore Agent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/107] Compiling AgentAdapterCore AgentAdapterDirectory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/107] Compiling AgentAdapterCore FileSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/107] Compiling AgentAdapterCore AgentAdapterConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/107] Compiling AgentAdapterCore AgentAdapterGitignore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/107] Compiling AgentAdapterCore AgentAdapterFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/107] Compiling AgentAdapterCore AgentAdapterGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/108] Compiling ArgumentParser Tree.swift
[64/108] Compiling ArgumentParser CodingKeyValidator.swift
[65/108] Compiling ArgumentParser NonsenseFlagsValidator.swift
[66/108] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/108] Compiling ArgumentParser PositionalArgumentsValidator.swift
[68/108] Compiling ArgumentParser UniqueNamesValidator.swift
[76/108] Emitting module ArgumentParser
[77/108] Compiling ArgumentParser DumpHelpGenerator.swift
[78/108] Compiling ArgumentParser HelpCommand.swift
[79/108] Compiling ArgumentParser HelpGenerator.swift
[80/108] Compiling ArgumentParser MessageInfo.swift
[81/108] Compiling ArgumentParser UsageGenerator.swift
[82/108] Compiling ArgumentParser CollectionExtensions.swift
[84/108] Compiling ArgumentParser ParsableCommand.swift
[85/108] Compiling ArgumentParser ArgumentDecoder.swift
[86/108] Compiling ArgumentParser ArgumentDefinition.swift
[87/108] Compiling ArgumentParser ArgumentSet.swift
[88/108] Compiling ArgumentParser CommandParser.swift
[89/108] Compiling ArgumentParser InputKey.swift
[104/109] Wrapping AST for AgentAdapterCore for debugging
[105/109] Wrapping AST for ArgumentParser for debugging
[107/111] Emitting module AgentAdapter
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/111] Compiling AgentAdapter AgentAdapter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/112] Wrapping AST for AgentAdapter for debugging
[110/112] Write Objects.LinkFileList
[111/112] Linking agent-adapter
Build complete! (32.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "AgentAdapter",
"name" : "AgentAdapter",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "agent-adapter",
"targets" : [
"AgentAdapter"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AgentAdapterCoreTests",
"module_type" : "SwiftTarget",
"name" : "AgentAdapterCoreTests",
"path" : "Tests/AgentAdapterCoreTests",
"sources" : [
"AgentAdapterConfigurationTests.swift",
"AgentAdapterDirectoryTests.swift",
"AgentAdapterFileManagerFileSystemTests.swift",
"AgentAdapterFormatTests.swift",
"AgentAdapterGeneratorTests.swift",
"AgentAdapterGitignoreTests.swift",
"AgentAdapterInMemoryFileSystemTests.swift",
"Utils/InMemoryFileSystem.swift",
"Utils/TemporaryDirectoryScope.swift"
],
"target_dependencies" : [
"AgentAdapterCore"
],
"type" : "test"
},
{
"c99name" : "AgentAdapterCore",
"module_type" : "SwiftTarget",
"name" : "AgentAdapterCore",
"path" : "Sources/AgentAdapterCore",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"agent-adapter"
],
"sources" : [
"Agent.swift",
"AgentAdapterConfiguration.swift",
"AgentAdapterDirectory.swift",
"AgentAdapterFormat.swift",
"AgentAdapterGenerator.swift",
"AgentAdapterGitignore.swift",
"FileSystem.swift"
],
"type" : "library"
},
{
"c99name" : "AgentAdapter",
"module_type" : "SwiftTarget",
"name" : "AgentAdapter",
"path" : "Sources/AgentAdapter",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"agent-adapter"
],
"sources" : [
"AgentAdapter.swift"
],
"target_dependencies" : [
"AgentAdapterCore"
],
"type" : "executable"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.