The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Hondana, reference 0.0.8 (504eea), with Swift 6.1 for Linux on 27 Apr 2025 06:44:03 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KS1019/Hondana.git
Reference: 0.0.8
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/KS1019/Hondana
 * tag               0.0.8      -> FETCH_HEAD
HEAD is now at 504eea9 Bump up version
Cloned https://github.com/KS1019/Hondana.git
Revision (git rev-parse @):
504eea9fa3fe76819c9a041b99abb5cdc07d33f2
SUCCESS checkout https://github.com/KS1019/Hondana.git at 0.0.8
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KS1019/Hondana.git
https://github.com/KS1019/Hondana.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    },
    {
      "identity" : "assertswiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KS1019/AssertSwiftCLI"
    }
  ],
  "manifest_display_name" : "Hondana",
  "name" : "Hondana",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "hondana",
      "targets" : [
        "Hondana"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HondanaKit",
      "targets" : [
        "HondanaKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HondanaTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaTests",
      "path" : "Tests/HondanaTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "HondanaTests.swift"
      ],
      "target_dependencies" : [
        "Hondana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKitTests",
      "path" : "Tests/HondanaKitTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "UtitlsTests.swift"
      ],
      "target_dependencies" : [
        "HondanaKit",
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKit",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKit",
      "path" : "Sources/HondanaKit",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "Rainbow",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "FileSystem/FileSystem.swift",
        "GitInstaller/Git.swift",
        "Models/Bookmarklet.swift",
        "Output/Decorator.swift",
        "Utils/Constants.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Hondana",
      "module_type" : "SwiftTarget",
      "name" : "Hondana",
      "path" : "Sources/Hondana",
      "product_dependencies" : [
        "ArgumentParser",
        "Files"
      ],
      "product_memberships" : [
        "hondana"
      ],
      "sources" : [
        "Add.swift",
        "Audit.swift",
        "Hondana.swift",
        "Init.swift",
        "Install.swift",
        "List.swift",
        "Sync.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "HondanaKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionsTests",
      "path" : "Tests/ExtensionsTests",
      "sources" : [
        "Files+ExtensionsTests.swift",
        "String+ExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "Files"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "Files+Extensions.swift",
        "String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/KS1019/AssertSwiftCLI
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/scottrhoyt/SwiftyTextTable
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/JohnSundell/Files
[1/1196] Fetching rainbow
[157/2125] Fetching rainbow, swiftytexttable
[2126/3361] Fetching rainbow, swiftytexttable, files
[2226/3422] Fetching rainbow, swiftytexttable, files, assertswiftcli
Fetched https://github.com/KS1019/AssertSwiftCLI from cache (0.25s)
Fetched https://github.com/JohnSundell/Files from cache (0.24s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/scottrhoyt/SwiftyTextTable from cache (0.80s)
Fetched https://github.com/onevcat/Rainbow from cache (0.80s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/KS1019/AssertSwiftCLI
Computed https://github.com/KS1019/AssertSwiftCLI at 0.0.1 (1.29s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.27s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable
Computed https://github.com/scottrhoyt/SwiftyTextTable at 0.9.0 (2.07s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (0.46s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.06s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/KS1019/AssertSwiftCLI
Working copy of https://github.com/KS1019/AssertSwiftCLI resolved at 0.0.1
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable
Working copy of https://github.com/scottrhoyt/SwiftyTextTable resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-24593BA9C3E375BF.txt
[11/37] Emitting module ArgumentParserToolInfo
[12/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/37] Emitting module Rainbow
[14/39] Compiling Rainbow StringGenerator.swift
[15/39] Compiling Rainbow String+Rainbow.swift
[17/39] Compiling Rainbow Style.swift
[17/39] Wrapping AST for ArgumentParserToolInfo for debugging
[19/77] Compiling ArgumentParser ArgumentVisibility.swift
[20/77] Compiling ArgumentParser CompletionKind.swift
[21/77] Compiling ArgumentParser Errors.swift
[22/77] Compiling ArgumentParser Flag.swift
[23/77] Compiling ArgumentParser NameSpecification.swift
[24/77] Compiling ArgumentParser Option.swift
[25/82] Emitting module SwiftyTextTable
[26/82] Compiling SwiftyTextTable TextTable.swift
[27/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/83] Compiling ArgumentParser CompletionsGenerator.swift
[29/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/83] Emitting module Files
[32/83] Compiling Files Files.swift
[33/83] Compiling Rainbow Rainbow.swift
[34/84] Compiling Rainbow OutputTarget.swift
[35/84] Compiling ArgumentParser Argument.swift
[36/84] Compiling ArgumentParser ArgumentHelp.swift
[37/85] Compiling ArgumentParser Name.swift
[38/85] Compiling ArgumentParser Parsed.swift
[39/85] Compiling ArgumentParser ParsedValues.swift
[40/85] Compiling ArgumentParser ParserError.swift
[41/85] Compiling ArgumentParser SplitArguments.swift
[45/85] Emitting module ArgumentParser
[51/85] Wrapping AST for SwiftyTextTable for debugging
[52/85] Wrapping AST for Files for debugging
[53/85] Wrapping AST for Rainbow for debugging
[55/88] Compiling Extensions Files+Extensions.swift
[56/88] Emitting module Extensions
[57/88] Compiling Extensions String+Extensions.swift
[59/89] Compiling ArgumentParser OptionGroup.swift
[60/89] Compiling ArgumentParser AsyncParsableCommand.swift
[61/89] Compiling ArgumentParser CommandConfiguration.swift
[62/89] Compiling ArgumentParser CommandGroup.swift
[63/89] Compiling ArgumentParser EnumerableFlag.swift
[64/89] Compiling ArgumentParser ExpressibleByArgument.swift
[65/89] Compiling ArgumentParser ParsableArguments.swift
[66/89] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/89] Compiling ArgumentParser ParsableCommand.swift
[68/89] Compiling ArgumentParser ArgumentDecoder.swift
[69/89] Compiling ArgumentParser CollectionExtensions.swift
[70/89] Compiling ArgumentParser Platform.swift
[71/89] Compiling ArgumentParser SequenceExtensions.swift
[72/89] Compiling ArgumentParser StringExtensions.swift
[73/89] Compiling ArgumentParser Tree.swift
[73/89] Wrapping AST for Extensions for debugging
[75/89] Compiling ArgumentParser DumpHelpGenerator.swift
[76/89] Compiling ArgumentParser HelpCommand.swift
[77/89] Compiling ArgumentParser HelpGenerator.swift
[78/89] Compiling ArgumentParser MessageInfo.swift
[79/89] Compiling ArgumentParser UsageGenerator.swift
[80/89] Compiling ArgumentParser ArgumentDefinition.swift
[81/89] Compiling ArgumentParser ArgumentSet.swift
[82/89] Compiling ArgumentParser CommandParser.swift
[83/89] Compiling ArgumentParser InputKey.swift
[84/89] Compiling ArgumentParser InputOrigin.swift
[85/90] Wrapping AST for ArgumentParser for debugging
[87/97] Compiling HondanaKit Decorator.swift
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
[88/97] Emitting module HondanaKit
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 2 | @_implementationOnly import SwiftyTextTable
 3 |
/host/spi-builder-workspace/Sources/HondanaKit/Output/Decorator.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | @_implementationOnly import Rainbow
 2 | @_implementationOnly import SwiftyTextTable
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum Output {
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:19:23: warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       `- warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 1 | import Files
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 2 | @_implementationOnly import class Foundation.ProcessInfo
 3 |
   :
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       |- note: add '@MainActor' to make static property 'hondanaFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:20:23: warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
   |                       |- warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bookmarkletsFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
[89/97] Compiling HondanaKit FileSystem.swift
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import class Foundation.ProcessInfo
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public enum FileSystem {
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:19:23: warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       `- warning: static property 'hondanaFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 1 | import Files
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Files'
 2 | @_implementationOnly import class Foundation.ProcessInfo
 3 |
   :
17 |
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
   |                       |- note: add '@MainActor' to make static property 'hondanaFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
21 | }
/host/spi-builder-workspace/Sources/HondanaKit/FileSystem/FileSystem.swift:20:23: warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     // swiftlint:disable force_try
19 |     public static let hondanaFolder: Folder = try! home.subfolder(at: hondanaDir)
20 |     public static let bookmarkletsFolder: Folder = try! hondanaFolder.subfolder(at: bookmarkletsDir)
   |                       |- warning: static property 'bookmarkletsFolder' is not concurrency-safe because non-'Sendable' type 'Folder' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'bookmarkletsFolder' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/Files/Sources/Files.swift:478:15: note: struct 'Folder' does not conform to the 'Sendable' protocol
 476 | /// folder by initializing an instance with a `path`, or you can create new
 477 | /// subfolders using this type's various `createSubfolder...` APIs.
 478 | public struct Folder: Location {
     |               `- note: struct 'Folder' does not conform to the 'Sendable' protocol
 479 |     public let storage: Storage<Folder>
 480 |
[90/97] Compiling HondanaKit Git.swift
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 1 | import Files
 2 | @_implementationOnly import Foundation
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
 3 |
 4 | public class Git {
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:13:22: warning: capture of 'closure' with non-sendable type '() throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
11 |         process.terminationHandler = { process in
12 |             if process.terminationStatus == 0 {
13 |                 try? closure()
   |                      |- warning: capture of 'closure' with non-sendable type '() throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
14 |             }
15 |         }
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:21:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
19 |
20 |     public static func pull(repo _: String, path: String, closure: @escaping () throws -> Void) throws {
21 |         FileManager.default.changeCurrentDirectoryPath(path)
   |                             `- warning: result of call to 'changeCurrentDirectoryPath' is unused
22 |         process.executableURL = url
23 |         process.arguments = ["pull"]
/host/spi-builder-workspace/Sources/HondanaKit/GitInstaller/Git.swift:26:22: warning: capture of 'closure' with non-sendable type '() throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
24 |         process.terminationHandler = { process in
25 |             if process.terminationStatus == 0 {
26 |                 try? closure()
   |                      |- warning: capture of 'closure' with non-sendable type '() throws -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                      `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
27 |             }
28 |         }
[91/97] Compiling HondanaKit Bookmarklet.swift
/host/spi-builder-workspace/Sources/HondanaKit/Models/Bookmarklet.swift:35:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
33 | }
34 |
35 | @_implementationOnly import Extensions
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
36 | import Files
37 |
[92/97] Compiling HondanaKit Constants.swift
[93/97] Compiling HondanaKit Utils.swift
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:3:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  1 | @_implementationOnly import struct Foundation.NSRange
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
  5 |
/host/spi-builder-workspace/Sources/HondanaKit/Utils/Utils.swift:4:22: warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  2 | @_implementationOnly import class Foundation.NSRegularExpression
  3 | @_implementationOnly import class Foundation.PropertyListDecoder
  4 | @_implementationOnly import class Foundation.PropertyListEncoder
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'HondanaKit' may lead to instability during execution
  5 |
  6 | import ArgumentParser
[94/98] Wrapping AST for HondanaKit for debugging
[96/106] Compiling Hondana Audit.swift
[97/107] Compiling Hondana Hondana.swift
/host/spi-builder-workspace/Sources/Hondana/Hondana.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct Hondana: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         commandName: Constants.Hondana.commandName, abstract: Constants.Hondana.abstract,
 8 |         discussion: Constants.Hondana.discussion, version: version,
[98/107] Compiling Hondana Sync.swift
[99/107] Emitting module Hondana
/host/spi-builder-workspace/Sources/Hondana/Hondana.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct Hondana: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         commandName: Constants.Hondana.commandName, abstract: Constants.Hondana.abstract,
 8 |         discussion: Constants.Hondana.discussion, version: version,
[100/107] Compiling Hondana Add.swift
[101/107] Compiling Hondana Version.swift
[102/107] Compiling Hondana Init.swift
[103/107] Compiling Hondana Install.swift
[104/107] Compiling Hondana List.swift
[105/108] Wrapping AST for Hondana for debugging
[106/108] Write Objects.LinkFileList
[107/108] Linking hondana
Build complete! (23.19s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "swiftytexttable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scottrhoyt/SwiftyTextTable"
    },
    {
      "identity" : "assertswiftcli",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KS1019/AssertSwiftCLI"
    }
  ],
  "manifest_display_name" : "Hondana",
  "name" : "Hondana",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "hondana",
      "targets" : [
        "Hondana"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "HondanaKit",
      "targets" : [
        "HondanaKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HondanaTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaTests",
      "path" : "Tests/HondanaTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "HondanaTests.swift"
      ],
      "target_dependencies" : [
        "Hondana"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKitTests",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKitTests",
      "path" : "Tests/HondanaKitTests",
      "product_dependencies" : [
        "AssertSwiftCLI"
      ],
      "sources" : [
        "UtitlsTests.swift"
      ],
      "target_dependencies" : [
        "HondanaKit",
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HondanaKit",
      "module_type" : "SwiftTarget",
      "name" : "HondanaKit",
      "path" : "Sources/HondanaKit",
      "product_dependencies" : [
        "ArgumentParser",
        "Files",
        "Rainbow",
        "SwiftyTextTable"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "FileSystem/FileSystem.swift",
        "GitInstaller/Git.swift",
        "Models/Bookmarklet.swift",
        "Output/Decorator.swift",
        "Utils/Constants.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Hondana",
      "module_type" : "SwiftTarget",
      "name" : "Hondana",
      "path" : "Sources/Hondana",
      "product_dependencies" : [
        "ArgumentParser",
        "Files"
      ],
      "product_memberships" : [
        "hondana"
      ],
      "sources" : [
        "Add.swift",
        "Audit.swift",
        "Hondana.swift",
        "Init.swift",
        "Install.swift",
        "List.swift",
        "Sync.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "Extensions",
        "HondanaKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "ExtensionsTests",
      "path" : "Tests/ExtensionsTests",
      "sources" : [
        "Files+ExtensionsTests.swift",
        "String+ExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "Extensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Extensions",
      "module_type" : "SwiftTarget",
      "name" : "Extensions",
      "path" : "Sources/Extensions",
      "product_dependencies" : [
        "Files"
      ],
      "product_memberships" : [
        "hondana",
        "HondanaKit"
      ],
      "sources" : [
        "Files+Extensions.swift",
        "String+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.