The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AgentAdapter, reference 0.0.7 (63b5e1), with Swift 6.1 for macOS (SPM) on 4 Feb 2026 07:15:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mtj0928/agent-adapter.git
https://github.com/mtj0928/agent-adapter.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/18] Write sources
[2/18] Write agent-adapter-entitlement.plist
[4/18] Write sources
[8/18] Write swift-version-2F0A5646E1D333AE.txt
[9/20] Compiling writer.c
[10/20] Compiling reader.c
[11/20] Compiling parser.c
[12/20] Compiling emitter.c
[13/20] Compiling api.c
[14/20] Compiling scanner.c
[16/40] Emitting module ArgumentParserToolInfo
[17/40] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/87] Emitting module Yams
[19/89] Emitting module ArgumentParser
[20/94] Compiling ArgumentParser ArgumentHelp.swift
[21/94] Compiling ArgumentParser ArgumentVisibility.swift
[22/94] Compiling ArgumentParser CompletionKind.swift
[23/94] Compiling ArgumentParser Errors.swift
[24/94] Compiling ArgumentParser Flag.swift
[25/94] Compiling ArgumentParser CodingKeyValidator.swift
[26/94] Compiling ArgumentParser NonsenseFlagsValidator.swift
[27/94] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/94] Compiling ArgumentParser PositionalArgumentsValidator.swift
[29/94] Compiling ArgumentParser UniqueNamesValidator.swift
[30/94] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/94] Compiling ArgumentParser CompletionsGenerator.swift
[32/94] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/94] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/94] Compiling ArgumentParser Argument.swift
[35/94] Compiling ArgumentParser ArgumentDiscussion.swift
[36/94] Compiling ArgumentParser Platform.swift
[37/94] Compiling ArgumentParser SequenceExtensions.swift
[38/94] Compiling ArgumentParser StringExtensions.swift
[39/94] Compiling ArgumentParser SwiftExtensions.swift
[40/94] Compiling ArgumentParser Tree.swift
[41/94] Compiling ArgumentParser NameSpecification.swift
[42/94] Compiling ArgumentParser Option.swift
[43/94] Compiling ArgumentParser OptionGroup.swift
[44/94] Compiling ArgumentParser ParentCommand.swift
[45/94] Compiling ArgumentParser AsyncParsableCommand.swift
[46/94] Compiling ArgumentParser InputKey.swift
[47/94] Compiling ArgumentParser InputOrigin.swift
[48/94] Compiling ArgumentParser Name.swift
[49/94] Compiling ArgumentParser Parsed.swift
[50/94] Compiling ArgumentParser ParsedValues.swift
[51/94] Compiling ArgumentParser ParserError.swift
[52/94] Compiling ArgumentParser SplitArguments.swift
[53/94] Compiling ArgumentParser DumpHelpGenerator.swift
[54/94] Compiling ArgumentParser HelpCommand.swift
[55/94] Compiling ArgumentParser HelpGenerator.swift
[56/94] Compiling ArgumentParser ParsableCommand.swift
[57/94] Compiling ArgumentParser ArgumentDecoder.swift
[58/94] Compiling ArgumentParser ArgumentDefinition.swift
[59/94] Compiling ArgumentParser ArgumentSet.swift
[60/94] Compiling ArgumentParser CommandParser.swift
[61/94] Compiling Yams YamlError.swift
[62/94] Compiling Yams YamlTagProviding.swift
[69/94] Compiling ArgumentParser CommandConfiguration.swift
[72/94] Compiling ArgumentParser CommandGroup.swift
[73/94] Compiling ArgumentParser EnumerableFlag.swift
[87/94] Compiling ArgumentParser MessageInfo.swift
[88/94] Compiling ArgumentParser UsageGenerator.swift
[89/94] Compiling ArgumentParser CollectionExtensions.swift
[90/94] Compiling ArgumentParser Foundation.swift
[91/94] Compiling ArgumentParser Mutex.swift
[92/102] 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
[93/102] 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
[94/102] 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
[95/102] 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
[96/102] 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
[97/102] 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
[98/102] 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
[99/102] 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
[100/104] 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
[101/104] 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
[101/104] Write Objects.LinkFileList
[102/104] Linking agent-adapter
[103/104] Applying agent-adapter
Build complete! (17.04s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.32s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.35s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (4.63s)
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.53s)
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
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" : "/Users/admin/builder/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"
}
Done.