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 Kipple, reference main (7b64f9), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 19:53:55 UTC.

Swift 6 data race errors: 2

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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bdrelling/Kipple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bdrelling/Kipple
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7b64f96 Updated for Concurrency
Cloned https://github.com/bdrelling/Kipple.git
Revision (git rev-parse @):
7b64f96fa67d68b35722029f2ef02a417a911b62
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/Kipple.git at main
Fetching https://github.com/kishikawakatsumi/KeychainAccess
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/bdrelling/KippleTools
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-log from cache
[1/720] Fetching kippletools
[613/4769] Fetching kippletools, devicekit
[1248/9155] Fetching kippletools, devicekit, keychainaccess
Fetched https://github.com/apple/swift-algorithms from cache (0.86s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (6.17s)
Fetched https://github.com/bdrelling/KippleTools from cache (6.17s)
Fetched https://github.com/devicekit/DeviceKit from cache (6.17s)
Fetched https://github.com/apple/swift-log from cache (6.17s)
Fetched https://github.com/apple/swift-collections from cache (6.19s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (7.18s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.55s)
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.93s)
[1/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (17.09s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (17.70s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.91s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.68s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.57s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.59s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/bdrelling/KippleTools
Working copy of https://github.com/bdrelling/KippleTools resolved at 0.5.4
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "kipple",
      "name": "Kipple",
      "url": "https://github.com/bdrelling/Kipple.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Kipple",
      "dependencies": [
        {
          "identity": "swift-algorithms",
          "name": "swift-algorithms",
          "url": "https://github.com/apple/swift-algorithms",
          "version": "1.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-algorithms",
          "dependencies": [
            {
              "identity": "swift-numerics",
              "name": "swift-numerics",
              "url": "https://github.com/apple/swift-numerics.git",
              "version": "1.0.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log",
          "version": "1.6.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "dependencies": [
          ]
        },
        {
          "identity": "devicekit",
          "name": "DeviceKit",
          "url": "https://github.com/devicekit/DeviceKit",
          "version": "5.6.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeviceKit",
          "dependencies": [
          ]
        },
        {
          "identity": "keychainaccess",
          "name": "KeychainAccess",
          "url": "https://github.com/kishikawakatsumi/KeychainAccess",
          "version": "4.2.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainAccess",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/bdrelling/Kipple.git
[1/1664] Fetching kipple
Fetched https://github.com/bdrelling/Kipple.git from cache (1.54s)
Fetching https://github.com/devicekit/DeviceKit from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/kishikawakatsumi/KeychainAccess from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetched https://github.com/apple/swift-algorithms from cache (0.54s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess from cache (0.61s)
Fetched https://github.com/devicekit/DeviceKit from cache (0.61s)
Fetched https://github.com/apple/swift-log from cache (0.61s)
Fetched https://github.com/apple/swift-collections from cache (0.63s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (0.70s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.03s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.03s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.03s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 5.6.0
Creating working copy for https://github.com/bdrelling/Kipple.git
Working copy of https://github.com/bdrelling/Kipple.git resolved at main (7b64f96)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess
Working copy of https://github.com/kishikawakatsumi/KeychainAccess resolved at 4.2.2
warning: '.resolve-product-dependencies': dependency 'kipple' is not used by any target
Found 5 product dependencies
  - swift-algorithms
  - swift-collections
  - swift-log
  - DeviceKit
  - KeychainAccess
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/Kipple.git
https://github.com/bdrelling/Kipple.git
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    },
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess"
    }
  ],
  "manifest_display_name" : "Kipple",
  "name" : "Kipple",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Kipple",
      "targets" : [
        "Kipple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCodable",
      "targets" : [
        "KippleCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCollections",
      "targets" : [
        "KippleCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCombine",
      "targets" : [
        "KippleCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleFoundation",
      "targets" : [
        "KippleFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleDevice",
      "targets" : [
        "KippleDevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleKeychain",
      "targets" : [
        "KippleKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleLocalStorage",
      "targets" : [
        "KippleLocalStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleLogging",
      "targets" : [
        "KippleLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KippleLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleLoggingTests",
      "path" : "Tests/KippleLoggingTests",
      "sources" : [
        "Protocols/LogHandlerValidating.swift",
        "Tests/ConsoleLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "KippleLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleLogging",
      "module_type" : "SwiftTarget",
      "name" : "KippleLogging",
      "path" : "Sources/KippleLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleLogging"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Logger+Convenience.swift",
        "Handlers/ConsoleLogHandler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleLocalStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleLocalStorageTests",
      "path" : "Tests/KippleLocalStorageTests",
      "sources" : [
        "UserDefaultsExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "KippleLocalStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleLocalStorage",
      "module_type" : "SwiftTarget",
      "name" : "KippleLocalStorage",
      "path" : "Sources/KippleLocalStorage",
      "product_memberships" : [
        "Kipple",
        "KippleLocalStorage"
      ],
      "sources" : [
        "UserDefaults/UserDefaults+Codable.swift",
        "UserDefaults/UserDefaults+Key.swift",
        "UserDefaults/UserDefaults+Mocked.swift",
        "UserDefaults/UserDefaults+RemoveAllObjects.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleKeychain",
      "module_type" : "SwiftTarget",
      "name" : "KippleKeychain",
      "path" : "Sources/KippleKeychain",
      "product_dependencies" : [
        "KeychainAccess"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleKeychain"
      ],
      "sources" : [
        "Exports.swift",
        "Keychain+Default.swift",
        "Keychain+Key.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFoundationTests",
      "path" : "Tests/KippleFoundationTests",
      "sources" : [
        "AppInfoTests.swift",
        "BoolExtensionTests.swift",
        "BundleExtensionTests.swift",
        "BundleInfoTests.swift",
        "ComparableExtensionTests.swift",
        "Int64ClampedTests.swift",
        "IntExtensionTests.swift",
        "ModuloTests.swift",
        "NSNumberExtensionTests.swift",
        "ResultExtensionTests.swift",
        "SemanticVersionTests.swift",
        "StringExtensionTests.swift",
        "StringLocalizedErrorExtensionTests.swift",
        "UInt64ClampedTests.swift",
        "URLConvertibleTests.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFoundation",
      "module_type" : "SwiftTarget",
      "name" : "KippleFoundation",
      "path" : "Sources/KippleFoundation",
      "product_memberships" : [
        "Kipple",
        "KippleFoundation",
        "KippleDevice",
        "KippleKeychain"
      ],
      "sources" : [
        "Extensions/BinaryInteger+Clamped.swift",
        "Extensions/Bool+Convenience.swift",
        "Extensions/Bundle+Convenience.swift",
        "Extensions/Bundle+Key.swift",
        "Extensions/Comparable+Clamped.swift",
        "Extensions/Int+Convenience.swift",
        "Extensions/NSNumber+Boolean.swift",
        "Extensions/Result+Convenience.swift",
        "Extensions/String+Convenience.swift",
        "Extensions/String+LocalizedError.swift",
        "Extensions/Swift+Modulo.swift",
        "Models/AppInfo.swift",
        "Models/BundleInfo.swift",
        "Models/SemanticVersion.swift",
        "Protocols/URLConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleDeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleDeviceTests",
      "path" : "Tests/KippleDeviceTests",
      "sources" : [
        "DeviceInfoTests.swift"
      ],
      "target_dependencies" : [
        "KippleDevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleDevice",
      "module_type" : "SwiftTarget",
      "name" : "KippleDevice",
      "path" : "Sources/KippleDevice",
      "product_dependencies" : [
        "DeviceKit"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleDevice"
      ],
      "sources" : [
        "DeviceFamily.swift",
        "DeviceInfo.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCombineTests",
      "path" : "Tests/KippleCombineTests",
      "sources" : [
        "PublisherResultTests.swift"
      ],
      "target_dependencies" : [
        "KippleCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCombine",
      "module_type" : "SwiftTarget",
      "name" : "KippleCombine",
      "path" : "Sources/KippleCombine",
      "product_memberships" : [
        "Kipple",
        "KippleCombine"
      ],
      "sources" : [
        "Publisher+Result.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCollectionsTests",
      "path" : "Tests/KippleCollectionsTests",
      "sources" : [
        "BidirectionalCollectionExtensionTests.swift",
        "InterleavableDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "KippleCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCollections",
      "module_type" : "SwiftTarget",
      "name" : "KippleCollections",
      "path" : "Sources/KippleCollections",
      "product_dependencies" : [
        "Algorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleCollections"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Array+RemoveDuplicates.swift",
        "Extensions/BidirectionalCollection+Looping.swift",
        "Extensions/Collection+Convenience.swift",
        "Extensions/RangeReplaceableCollection+Rotating.swift",
        "Protocols/InterleavableDictionary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCodableTests",
      "path" : "Tests/KippleCodableTests",
      "sources" : [
        "CodableDefaultTests.swift",
        "CodableIgnoredTests.swift",
        "DecodingErrorCleanedTests.swift",
        "DictionaryExtensionTests.swift",
        "EncodableAsDictionaryTests.swift",
        "EncodablePrettyPrintedTests.swift"
      ],
      "target_dependencies" : [
        "KippleCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCodable",
      "module_type" : "SwiftTarget",
      "name" : "KippleCodable",
      "path" : "Sources/KippleCodable",
      "product_memberships" : [
        "Kipple",
        "KippleCodable"
      ],
      "sources" : [
        "Errors/CleanedDecodingError.swift",
        "Errors/KippleCodableError.swift",
        "Extensions/DecodingError+Cleaned.swift",
        "Extensions/Dictionary+AsJSONSerializedData.swift",
        "Extensions/Encodable+AsDictionary.swift",
        "Extensions/Encodable+PrettyPrinted.swift",
        "Extensions/JSONDecoder+DecodeCleaned.swift",
        "Extensions/PropertyListDecoder+DecodeCleaned.swift",
        "PropertyWrappers/CodableDefault.swift",
        "PropertyWrappers/CodableDefaultStrategy.swift",
        "PropertyWrappers/CodableIgnored.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Kipple",
      "module_type" : "SwiftTarget",
      "name" : "Kipple",
      "path" : "Sources/Kipple",
      "product_memberships" : [
        "Kipple"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "KippleCodable",
        "KippleCollections",
        "KippleCombine",
        "KippleFoundation",
        "KippleDevice",
        "KippleKeychain",
        "KippleLocalStorage",
        "KippleLogging"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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 SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/18] Write sources
[16/18] Compiling _NumericsShims _NumericsShims.c
[17/18] Write swift-version-2F0A5646E1D333AE.txt
[19/85] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[20/86] Emitting module InternalCollectionsUtilities
[21/86] Emitting module RealModule
[22/87] Compiling KippleCodable CleanedDecodingError.swift
[23/87] Compiling KippleCodable KippleCodableError.swift
[24/87] Compiling RealModule Float80+Real.swift
[25/87] Compiling RealModule Real.swift
[26/87] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/87] Compiling RealModule ElementaryFunctions.swift
[29/87] Compiling RealModule ApproximateEquality.swift
[30/87] Compiling RealModule AlgebraicField.swift
[31/87] Compiling InternalCollectionsUtilities Debugging.swift
[32/87] Compiling InternalCollectionsUtilities Descriptions.swift
[33/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[34/87] Compiling InternalCollectionsUtilities Specialize.swift
[35/87] Compiling RealModule Float16+Real.swift
[36/87] Compiling RealModule Float+Real.swift
[37/87] Compiling RealModule Double+Real.swift
[38/87] Compiling RealModule AugmentedArithmetic.swift
[39/87] Compiling KippleFoundation Bundle+Convenience.swift
[40/87] Compiling KippleFoundation Bundle+Key.swift
[41/87] Compiling KippleFoundation Comparable+Clamped.swift
[42/87] Compiling KippleFoundation Int+Convenience.swift
[43/87] Compiling RealModule RealFunctions.swift
[44/87] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/113] Compiling Algorithms Chunked.swift
[46/113] Compiling Algorithms Grouped.swift
[47/113] Compiling Algorithms AdjacentPairs.swift
[48/113] Compiling Algorithms Chain.swift
[49/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[52/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/169] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[56/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[57/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[58/175] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[59/175] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[60/175] Compiling OrderedCollections OrderedSet+Sendable.swift
[61/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[62/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[63/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[64/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[65/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[66/175] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[67/175] Compiling OrderedCollections _HashTable+Bucket.swift
[68/175] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/175] Compiling OrderedCollections _HashTable+Constants.swift
[70/177] Compiling OrderedCollections _Hashtable+Header.swift
[71/177] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/177] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/177] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/177] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/177] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/177] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/177] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[78/177] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[79/177] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[80/177] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[81/177] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[82/177] Compiling OrderedCollections OrderedSet+Hashable.swift
[83/177] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/177] Compiling OrderedCollections OrderedSet+Insertions.swift
[90/177] Compiling OrderedCollections OrderedSet+Invariants.swift
[91/177] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[92/177] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[95/177] Emitting module KippleCombine
[96/177] Compiling KippleCombine Publisher+Result.swift
[97/177] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[98/177] Compiling OrderedCollections _HashTable+Testing.swift
[99/177] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[106/177] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/177] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[108/177] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[109/177] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[110/177] Compiling OrderedCollections OrderedDictionary+Values.swift
[111/177] Compiling OrderedCollections OrderedDictionary.swift
[112/177] Compiling Algorithms Unique.swift
[113/177] Compiling Algorithms Windows.swift
[114/177] Compiling OrderedCollections OrderedSet+Descriptions.swift
[115/177] Compiling OrderedCollections OrderedSet+Diffing.swift
[116/177] Compiling OrderedCollections OrderedSet+Equatable.swift
[117/177] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/177] Compiling OrderedCollections _HashTable.swift
[133/177] Compiling OrderedCollections OrderedSet+SubSequence.swift
[134/177] Compiling OrderedCollections OrderedSet+Testing.swift
[135/177] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[136/177] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[137/177] Compiling OrderedCollections OrderedSet.swift
[138/177] Compiling OrderedCollections _UnsafeBitset.swift
[139/177] Emitting module OrderedCollections
[140/177] Emitting module Algorithms
[141/177] Compiling KippleCodable CodableDefaultStrategy.swift
[142/185] Compiling KippleLogging ConsoleLogHandler.swift
[143/185] Compiling KippleLogging Logger+Convenience.swift
[144/185] Compiling KippleFoundation SemanticVersion.swift
[145/186] Compiling KippleCollections RangeReplaceableCollection+Rotating.swift
[146/186] Compiling KippleCollections InterleavableDictionary.swift
[147/186] Compiling KippleCollections Array+RemoveDuplicates.swift
[148/186] Emitting module KippleCollections
[149/186] Compiling KippleCollections Exports.swift
[150/186] Compiling KippleCollections Collection+Convenience.swift
[151/186] Compiling KippleCollections BidirectionalCollection+Looping.swift
[152/186] Compiling KippleCodable CodableIgnored.swift
[153/186] Compiling KippleFoundation BundleInfo.swift
[154/186] Compiling KippleCodable JSONDecoder+DecodeCleaned.swift
[155/186] Compiling KippleCodable PropertyListDecoder+DecodeCleaned.swift
[156/186] Compiling KippleFoundation Swift+Modulo.swift
[157/186] Compiling KippleFoundation AppInfo.swift
[158/186] Compiling KippleCodable CodableDefault.swift
[159/186] Compiling KippleLocalStorage UserDefaults+Mocked.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Mocked.swift:6:16: warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension UserDefaults {
 6 |     static let mocked: UserDefaults = {
   |                |- warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'mocked' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let name = "com.kipple.mocked"
 8 |         let store = UserDefaults(suiteName: name)!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
[160/186] Compiling KippleLocalStorage UserDefaults+RemoveAllObjects.swift
[163/186] Emitting module KippleFoundation
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
[164/186] Compiling KippleFoundation URLConvertible.swift
[165/186] Compiling KippleCodable Encodable+AsDictionary.swift
[166/186] Compiling KippleCodable Encodable+PrettyPrinted.swift
[167/186] Compiling KippleLocalStorage UserDefaults+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:28:16: warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | public extension UserDefaults {
28 |     static let codableStore = UserDefaults(suiteName: "com.kipple.codablestore")!
   |                |- warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'codableStore' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
[168/186] Compiling KippleLocalStorage UserDefaults+Codable.swift
[169/186] Emitting module KippleLocalStorage
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:28:16: warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | public extension UserDefaults {
28 |     static let codableStore = UserDefaults(suiteName: "com.kipple.codablestore")!
   |                |- warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'codableStore' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Mocked.swift:6:16: warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension UserDefaults {
 6 |     static let mocked: UserDefaults = {
   |                |- warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'mocked' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let name = "com.kipple.mocked"
 8 |         let store = UserDefaults(suiteName: name)!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
[174/186] Emitting module KippleCodable
[177/186] Compiling KippleCodable DecodingError+Cleaned.swift
[178/186] Compiling KippleCodable Dictionary+AsJSONSerializedData.swift
[183/186] Emitting module KippleLogging
[184/186] Compiling KippleLogging Exports.swift
[185/189] Compiling KippleDevice DeviceFamily.swift
[186/189] Emitting module KippleDevice
[187/189] Compiling KippleDevice DeviceInfo.swift
[188/189] Emitting module KeychainAccess
[189/189] Compiling KeychainAccess Keychain.swift
[190/193] Compiling KippleKeychain Keychain+Key.swift
[191/193] Compiling KippleKeychain Exports.swift
[192/193] Compiling KippleKeychain Keychain+Default.swift
[193/193] Emitting module KippleKeychain
[194/195] Compiling Kipple Exports.swift
[195/195] Emitting module Kipple
remark: Incremental compilation has been disabled: Exports.swift has no swiftDeps file
remark: Incremental compilation has been disabled: Exports.swift has no swiftDeps file
remark: Incremental compilation has been disabled: malformed dependencies file 'none?!'
Build complete! (11.99s)
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "kippletools",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "0.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bdrelling/KippleTools"
    },
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess"
    }
  ],
  "manifest_display_name" : "Kipple",
  "name" : "Kipple",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Kipple",
      "targets" : [
        "Kipple"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCodable",
      "targets" : [
        "KippleCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCollections",
      "targets" : [
        "KippleCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleCombine",
      "targets" : [
        "KippleCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleFoundation",
      "targets" : [
        "KippleFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleDevice",
      "targets" : [
        "KippleDevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleKeychain",
      "targets" : [
        "KippleKeychain"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleLocalStorage",
      "targets" : [
        "KippleLocalStorage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KippleLogging",
      "targets" : [
        "KippleLogging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KippleLoggingTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleLoggingTests",
      "path" : "Tests/KippleLoggingTests",
      "sources" : [
        "Protocols/LogHandlerValidating.swift",
        "Tests/ConsoleLogHandlerTests.swift"
      ],
      "target_dependencies" : [
        "KippleLogging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleLogging",
      "module_type" : "SwiftTarget",
      "name" : "KippleLogging",
      "path" : "Sources/KippleLogging",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleLogging"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Logger+Convenience.swift",
        "Handlers/ConsoleLogHandler.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleLocalStorageTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleLocalStorageTests",
      "path" : "Tests/KippleLocalStorageTests",
      "sources" : [
        "UserDefaultsExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "KippleLocalStorage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleLocalStorage",
      "module_type" : "SwiftTarget",
      "name" : "KippleLocalStorage",
      "path" : "Sources/KippleLocalStorage",
      "product_memberships" : [
        "Kipple",
        "KippleLocalStorage"
      ],
      "sources" : [
        "UserDefaults/UserDefaults+Codable.swift",
        "UserDefaults/UserDefaults+Key.swift",
        "UserDefaults/UserDefaults+Mocked.swift",
        "UserDefaults/UserDefaults+RemoveAllObjects.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleKeychain",
      "module_type" : "SwiftTarget",
      "name" : "KippleKeychain",
      "path" : "Sources/KippleKeychain",
      "product_dependencies" : [
        "KeychainAccess"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleKeychain"
      ],
      "sources" : [
        "Exports.swift",
        "Keychain+Default.swift",
        "Keychain+Key.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleFoundationTests",
      "path" : "Tests/KippleFoundationTests",
      "sources" : [
        "AppInfoTests.swift",
        "BoolExtensionTests.swift",
        "BundleExtensionTests.swift",
        "BundleInfoTests.swift",
        "ComparableExtensionTests.swift",
        "Int64ClampedTests.swift",
        "IntExtensionTests.swift",
        "ModuloTests.swift",
        "NSNumberExtensionTests.swift",
        "ResultExtensionTests.swift",
        "SemanticVersionTests.swift",
        "StringExtensionTests.swift",
        "StringLocalizedErrorExtensionTests.swift",
        "UInt64ClampedTests.swift",
        "URLConvertibleTests.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleFoundation",
      "module_type" : "SwiftTarget",
      "name" : "KippleFoundation",
      "path" : "Sources/KippleFoundation",
      "product_memberships" : [
        "Kipple",
        "KippleFoundation",
        "KippleDevice",
        "KippleKeychain"
      ],
      "sources" : [
        "Extensions/BinaryInteger+Clamped.swift",
        "Extensions/Bool+Convenience.swift",
        "Extensions/Bundle+Convenience.swift",
        "Extensions/Bundle+Key.swift",
        "Extensions/Comparable+Clamped.swift",
        "Extensions/Int+Convenience.swift",
        "Extensions/NSNumber+Boolean.swift",
        "Extensions/Result+Convenience.swift",
        "Extensions/String+Convenience.swift",
        "Extensions/String+LocalizedError.swift",
        "Extensions/Swift+Modulo.swift",
        "Models/AppInfo.swift",
        "Models/BundleInfo.swift",
        "Models/SemanticVersion.swift",
        "Protocols/URLConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleDeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleDeviceTests",
      "path" : "Tests/KippleDeviceTests",
      "sources" : [
        "DeviceInfoTests.swift"
      ],
      "target_dependencies" : [
        "KippleDevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleDevice",
      "module_type" : "SwiftTarget",
      "name" : "KippleDevice",
      "path" : "Sources/KippleDevice",
      "product_dependencies" : [
        "DeviceKit"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleDevice"
      ],
      "sources" : [
        "DeviceFamily.swift",
        "DeviceInfo.swift"
      ],
      "target_dependencies" : [
        "KippleFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCombineTests",
      "path" : "Tests/KippleCombineTests",
      "sources" : [
        "PublisherResultTests.swift"
      ],
      "target_dependencies" : [
        "KippleCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCombine",
      "module_type" : "SwiftTarget",
      "name" : "KippleCombine",
      "path" : "Sources/KippleCombine",
      "product_memberships" : [
        "Kipple",
        "KippleCombine"
      ],
      "sources" : [
        "Publisher+Result.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCollectionsTests",
      "path" : "Tests/KippleCollectionsTests",
      "sources" : [
        "BidirectionalCollectionExtensionTests.swift",
        "InterleavableDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "KippleCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCollections",
      "module_type" : "SwiftTarget",
      "name" : "KippleCollections",
      "path" : "Sources/KippleCollections",
      "product_dependencies" : [
        "Algorithms",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Kipple",
        "KippleCollections"
      ],
      "sources" : [
        "Exports.swift",
        "Extensions/Array+RemoveDuplicates.swift",
        "Extensions/BidirectionalCollection+Looping.swift",
        "Extensions/Collection+Convenience.swift",
        "Extensions/RangeReplaceableCollection+Rotating.swift",
        "Protocols/InterleavableDictionary.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KippleCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "KippleCodableTests",
      "path" : "Tests/KippleCodableTests",
      "sources" : [
        "CodableDefaultTests.swift",
        "CodableIgnoredTests.swift",
        "DecodingErrorCleanedTests.swift",
        "DictionaryExtensionTests.swift",
        "EncodableAsDictionaryTests.swift",
        "EncodablePrettyPrintedTests.swift"
      ],
      "target_dependencies" : [
        "KippleCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KippleCodable",
      "module_type" : "SwiftTarget",
      "name" : "KippleCodable",
      "path" : "Sources/KippleCodable",
      "product_memberships" : [
        "Kipple",
        "KippleCodable"
      ],
      "sources" : [
        "Errors/CleanedDecodingError.swift",
        "Errors/KippleCodableError.swift",
        "Extensions/DecodingError+Cleaned.swift",
        "Extensions/Dictionary+AsJSONSerializedData.swift",
        "Extensions/Encodable+AsDictionary.swift",
        "Extensions/Encodable+PrettyPrinted.swift",
        "Extensions/JSONDecoder+DecodeCleaned.swift",
        "Extensions/PropertyListDecoder+DecodeCleaned.swift",
        "PropertyWrappers/CodableDefault.swift",
        "PropertyWrappers/CodableDefaultStrategy.swift",
        "PropertyWrappers/CodableIgnored.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Kipple",
      "module_type" : "SwiftTarget",
      "name" : "Kipple",
      "path" : "Sources/Kipple",
      "product_memberships" : [
        "Kipple"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "KippleCodable",
        "KippleCollections",
        "KippleCombine",
        "KippleFoundation",
        "KippleDevice",
        "KippleKeychain",
        "KippleLocalStorage",
        "KippleLogging"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/bdrelling/kipple/main
Repository:               bdrelling/Kipple
Swift version used:       6.1
Target:                   KippleCodable
Extracting symbol information for 'KippleCodable'...
Finished extracting symbol information for 'KippleCodable'. (2.84s)
Building documentation for 'KippleCodable'...
Finished building documentation for 'KippleCodable' (0.14s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Updating https://github.com/devicekit/DeviceKit
Updating https://github.com/apple/swift-argument-parser
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/apple/swift-collections
Updating https://github.com/kishikawakatsumi/KeychainAccess
Updating https://github.com/apple/swift-log
Updating https://github.com/apple/swift-algorithms
Updated https://github.com/apple/swift-argument-parser (0.51s)
Updated https://github.com/apple/swift-numerics.git (0.51s)
Updated https://github.com/devicekit/DeviceKit (0.51s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updated https://github.com/apple/swift-collections (0.52s)
Updated https://github.com/apple/swift-log (0.55s)
Updated https://github.com/kishikawakatsumi/KeychainAccess (0.55s)
Updated https://github.com/apple/swift-algorithms (0.55s)
Updating https://github.com/nicklockwood/SwiftFormat
Updating https://github.com/bdrelling/KippleTools
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.43s)
Updated https://github.com/nicklockwood/SwiftFormat (0.54s)
Updated https://github.com/bdrelling/KippleTools (0.54s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess
Computed https://github.com/kishikawakatsumi/KeychainAccess at 4.2.2 (2.37s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 5.6.0 (0.97s)
Computing version for https://github.com/bdrelling/KippleTools
Computed https://github.com/bdrelling/KippleTools at 0.5.4 (0.91s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.64s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.55s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.47s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SourceRange.swift
[8/57] Compiling SymbolKit Metadata.swift
[9/57] Compiling SymbolKit Module.swift
[10/57] Compiling SymbolKit OperatingSystem.swift
[11/57] Compiling SymbolKit Platform.swift
[12/57] Compiling SymbolKit SemanticVersion.swift
[13/57] Compiling SymbolKit AccessControl.swift
[14/57] Compiling SymbolKit Availability.swift
[15/57] Compiling SymbolKit AvailabilityItem.swift
[16/57] Compiling SymbolKit Domain.swift
[17/57] Compiling SymbolKit Identifier.swift
[18/57] Compiling SymbolKit KindIdentifier.swift
[19/57] Compiling SymbolKit Location.swift
[20/57] Compiling SymbolKit Mutability.swift
[21/57] Compiling SymbolKit Names.swift
[22/57] Compiling SymbolKit SPI.swift
[23/57] Compiling SymbolKit Snippet.swift
[24/57] Compiling SymbolKit Extension.swift
[25/57] Compiling SymbolKit GenericConstraint.swift
[26/57] Compiling SymbolKit GenericParameter.swift
[27/57] Compiling SymbolKit Generics.swift
[28/57] Compiling SymbolKit Namespace.swift
[29/57] Compiling SymbolKit DeclarationFragments.swift
[30/57] Compiling SymbolKit Fragment.swift
[31/57] Compiling SymbolKit FragmentKind.swift
[32/57] Compiling SymbolKit FunctionParameter.swift
[33/57] Compiling SymbolKit FunctionSignature.swift
[34/57] Compiling SymbolKit Relationship.swift
[35/57] Compiling SymbolKit RelationshipKind.swift
[36/57] Compiling SymbolKit SourceOrigin.swift
[37/57] Compiling SymbolKit GenericConstraints.swift
[38/57] Compiling SymbolKit Swift.swift
[39/57] Compiling SymbolKit Mixin+Equals.swift
[40/57] Compiling SymbolKit Mixin+Hash.swift
[41/57] Compiling SymbolKit Mixin.swift
[42/57] Compiling SymbolKit LineList.swift
[43/57] Compiling SymbolKit Position.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.22s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling KippleCodable Encodable+AsDictionary.swift
[3/13] Compiling KippleCodable Dictionary+AsJSONSerializedData.swift
[4/13] Compiling KippleCodable PropertyListDecoder+DecodeCleaned.swift
[5/13] Compiling KippleCodable CleanedDecodingError.swift
[6/13] Compiling KippleCodable KippleCodableError.swift
[7/13] Emitting module KippleCodable
[8/13] Compiling KippleCodable DecodingError+Cleaned.swift
[9/13] Compiling KippleCodable CodableDefaultStrategy.swift
[10/13] Compiling KippleCodable CodableDefault.swift
[11/13] Compiling KippleCodable Encodable+PrettyPrinted.swift
[12/13] Compiling KippleCodable JSONDecoder+DecodeCleaned.swift
[13/13] Compiling KippleCodable CodableIgnored.swift
Build of target: 'KippleCodable' complete! (0.95s)
Target:                   KippleCollections
Extracting symbol information for 'KippleCollections'...
Finished extracting symbol information for 'KippleCollections'. (2.52s)
Building documentation for 'KippleCollections'...
Finished building documentation for 'KippleCollections' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.49s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/29] Compiling InternalCollectionsUtilities Debugging.swift
[3/29] Compiling InternalCollectionsUtilities Descriptions.swift
[4/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/30] Compiling RealModule Float80+Real.swift
[6/30] Compiling RealModule Real.swift
[7/31] Compiling RealModule ElementaryFunctions.swift
[8/31] Compiling RealModule Float+Real.swift
[9/31] Compiling RealModule Float16+Real.swift
[10/31] Compiling RealModule ApproximateEquality.swift
[11/31] Compiling RealModule Double+Real.swift
[12/31] Compiling RealModule AugmentedArithmetic.swift
[13/31] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/31] Compiling InternalCollectionsUtilities Specialize.swift
[15/31] Compiling InternalCollectionsUtilities Integer rank.swift
[16/31] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/31] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/31] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/31] Compiling RealModule RealFunctions.swift
[20/31] Compiling RealModule AlgebraicField.swift
[21/31] Emitting module RealModule
[22/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/31] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/31] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[26/31] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[27/31] Emitting module InternalCollectionsUtilities
[28/31] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/31] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/31] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[31/31] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/57] Compiling Algorithms Suffix.swift
[33/57] Compiling Algorithms Trim.swift
[34/115] Compiling OrderedCollections OrderedSet+Codable.swift
[35/115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[38/115] Compiling OrderedCollections OrderedSet+Descriptions.swift
[39/115] Compiling OrderedCollections OrderedSet+Diffing.swift
[40/115] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/121] Compiling OrderedCollections OrderedSet+Hashable.swift
[49/121] Compiling OrderedCollections OrderedSet+Initializers.swift
[50/121] Compiling OrderedCollections OrderedSet+Insertions.swift
[51/121] Compiling OrderedCollections OrderedSet+Invariants.swift
[52/121] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[53/121] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[54/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[55/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[56/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/121] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[58/121] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[59/121] Compiling OrderedCollections OrderedSet+Sendable.swift
[60/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[63/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[64/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[65/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[66/121] Compiling OrderedCollections OrderedDictionary+Elements.swift
[67/121] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[68/121] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[69/121] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/121] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/121] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/121] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/121] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/121] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/121] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/121] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/121] Compiling OrderedCollections OrderedDictionary.swift
[86/121] Compiling OrderedCollections _Hashtable+Header.swift
[87/121] Compiling OrderedCollections OrderedDictionary+Codable.swift
[88/121] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/121] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/121] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/121] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[92/121] Compiling OrderedCollections _HashTable+Bucket.swift
[93/121] Compiling OrderedCollections _HashTable+BucketIterator.swift
[94/121] Compiling OrderedCollections _HashTable+Constants.swift
[95/121] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[96/121] Compiling OrderedCollections _HashTable+Testing.swift
[97/121] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[98/121] Compiling OrderedCollections _HashTable.swift
[114/121] Compiling OrderedCollections OrderedSet+SubSequence.swift
[115/121] Compiling OrderedCollections OrderedSet+Testing.swift
[116/121] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[117/121] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[118/121] Compiling OrderedCollections OrderedSet.swift
[119/121] Compiling OrderedCollections _UnsafeBitset.swift
[120/121] Emitting module OrderedCollections
[121/121] Emitting module Algorithms
[122/128] Compiling KippleCollections InterleavableDictionary.swift
[123/128] Compiling KippleCollections RangeReplaceableCollection+Rotating.swift
[124/128] Compiling KippleCollections BidirectionalCollection+Looping.swift
[125/128] Compiling KippleCollections Array+RemoveDuplicates.swift
[126/128] Emitting module KippleCollections
[127/128] Compiling KippleCollections Collection+Convenience.swift
[128/128] Compiling KippleCollections Exports.swift
Build of target: 'KippleCollections' complete! (2.41s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleCombine
Extracting symbol information for 'KippleCombine'...
Finished extracting symbol information for 'KippleCombine'. (0.75s)
Building documentation for 'KippleCombine'...
Finished building documentation for 'KippleCombine' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling KippleCombine Publisher+Result.swift
[3/3] Emitting module KippleCombine
Build of target: 'KippleCombine' complete! (0.67s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleFoundation
Extracting symbol information for 'KippleFoundation'...
Finished extracting symbol information for 'KippleFoundation'. (1.17s)
Building documentation for 'KippleFoundation'...
Finished building documentation for 'KippleFoundation' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.44s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/16] Compiling KippleFoundation Swift+Modulo.swift
[3/16] Compiling KippleFoundation BinaryInteger+Clamped.swift
[4/16] Compiling KippleFoundation Bool+Convenience.swift
[5/16] Compiling KippleFoundation Comparable+Clamped.swift
[6/16] Compiling KippleFoundation Int+Convenience.swift
[7/16] Compiling KippleFoundation BundleInfo.swift
[8/16] Compiling KippleFoundation NSNumber+Boolean.swift
[9/16] Compiling KippleFoundation Result+Convenience.swift
[10/16] Compiling KippleFoundation String+Convenience.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
[11/16] Compiling KippleFoundation String+LocalizedError.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
[12/16] Compiling KippleFoundation SemanticVersion.swift
[13/16] Compiling KippleFoundation AppInfo.swift
[14/16] Emitting module KippleFoundation
/Users/admin/builder/spi-builder-workspace/Sources/KippleFoundation/Extensions/String+LocalizedError.swift:7:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 5 | /// Extension that allows a normal `String` to be returned as an error,
 6 | /// using itself as the localized error description.
 7 | extension String: LocalizedError {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 8 |     public var errorDescription: String? {
 9 |         self
[15/16] Compiling KippleFoundation Bundle+Convenience.swift
[16/16] Compiling KippleFoundation Bundle+Key.swift
[17/17] Compiling KippleFoundation URLConvertible.swift
Build of target: 'KippleFoundation' complete! (1.00s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleDevice
Extracting symbol information for 'KippleDevice'...
Finished extracting symbol information for 'KippleDevice'. (0.87s)
Building documentation for 'KippleDevice'...
Finished building documentation for 'KippleDevice' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.46s)
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling KippleDevice DeviceInfo.swift
[3/4] Compiling KippleDevice DeviceFamily.swift
[4/4] Emitting module KippleDevice
Build of target: 'KippleDevice' complete! (0.76s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleKeychain
Extracting symbol information for 'KippleKeychain'...
Finished extracting symbol information for 'KippleKeychain'. (1.64s)
Building documentation for 'KippleKeychain'...
Finished building documentation for 'KippleKeychain' (0.05s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.45s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling KeychainAccess Keychain.swift
[3/3] Emitting module KeychainAccess
[4/7] Compiling KippleKeychain Keychain+Default.swift
[5/7] Emitting module KippleKeychain
[6/7] Compiling KippleKeychain Keychain+Key.swift
[7/7] Compiling KippleKeychain Exports.swift
Build of target: 'KippleKeychain' complete! (1.49s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleLocalStorage
Extracting symbol information for 'KippleLocalStorage'...
Finished extracting symbol information for 'KippleLocalStorage'. (1.04s)
Building documentation for 'KippleLocalStorage'...
warning: Parameter 'decoder' is missing documentation
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Codable.swift:8:60-8:60
6  |     /// Returns a `Codable` value for a given key.
7  |     /// - Parameters:
8  +     ///   - key: The key associated with the desired value.
   |                                                            ╰─suggestion: Document 'decoder' parameter
9  |     /// - Returns: The value for the given key or `nil` if the key does not exist within the store.
10 |     func codable<Value>(forKey key: String, decoder: JSONDecoder = .userDefaults) throws -> Value? where Value: Codable {
warning: Parameter 'decoder' is missing documentation
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Codable.swift:26:98-26:98
24 |     /// - Parameters:
25 |     ///   - key: The key associated with the desired value.
26 +     ///   - defaultValue: The default value to return of the key does not exist within the store.
   |                                                                                                  ╰─suggestion: Document 'decoder' parameter
27 |     /// - Returns: The value for the given key or `defaultValue` if the key does not exist within the store.
28 |     func codable<Value>(forKey key: String, defaultValue: Value, decoder: JSONDecoder = .userDefaults) -> Value where Value: Codable {
warning: External name 'codableValue' used to document parameter
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Codable.swift:34:13-34:25
32 |     /// Sets a `Codable` value for a given key.
33 |     /// - Parameters:
34 +     ///   - codableValue: The `Codable` value to save in the store.
   |             ╰─suggestion: Replace 'codableValue' with 'value'
35 |     ///   - key: The key to associate wit the provided value.
36 |     func set<Value>(codableValue value: Value, forKey key: String, encoder: JSONEncoder = .userDefaults) throws where Value: Codable {
warning: Parameter 'encoder' is missing documentation
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Codable.swift:35:62-35:62
33 |     /// - Parameters:
34 |     ///   - codableValue: The `Codable` value to save in the store.
35 +     ///   - key: The key to associate wit the provided value.
   |                                                              ╰─suggestion: Document 'encoder' parameter
36 |     func set<Value>(codableValue value: Value, forKey key: String, encoder: JSONEncoder = .userDefaults) throws where Value: Codable {
37 |         // Convert the new value into data for storage.
warning: External name 'codableValue' used to document parameter
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:59:13-59:25
57 |     /// Sets a `Codable` value for a given key.
58 |     /// - Parameters:
59 +     ///   - codableValue: The `Codable` value to save in the store.
   |             ╰─suggestion: Replace 'codableValue' with 'value'
60 |     ///   - key: The key to associate wit the provided value.
61 |     func set<Value>(codableValue value: Value, forKey key: Key, encoder: JSONEncoder = .userDefaults) throws where Value: Codable {
warning: Parameter 'encoder' is missing documentation
  --> Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:60:62-60:62
58 |     /// - Parameters:
59 |     ///   - codableValue: The `Codable` value to save in the store.
60 +     ///   - key: The key to associate wit the provided value.
   |                                                              ╰─suggestion: Document 'encoder' parameter
61 |     func set<Value>(codableValue value: Value, forKey key: Key, encoder: JSONEncoder = .userDefaults) throws where Value: Codable {
62 |         try self.set(codableValue: value, forKey: key.rawValue, encoder: encoder)
Finished building documentation for 'KippleLocalStorage' (0.06s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.47s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling KippleLocalStorage UserDefaults+Mocked.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Mocked.swift:6:16: warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension UserDefaults {
 6 |     static let mocked: UserDefaults = {
   |                |- warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'mocked' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let name = "com.kipple.mocked"
 8 |         let store = UserDefaults(suiteName: name)!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
[3/6] Compiling KippleLocalStorage UserDefaults+RemoveAllObjects.swift
[4/6] Compiling KippleLocalStorage UserDefaults+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:28:16: warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | public extension UserDefaults {
28 |     static let codableStore = UserDefaults(suiteName: "com.kipple.codablestore")!
   |                |- warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'codableStore' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
[5/6] Compiling KippleLocalStorage UserDefaults+Codable.swift
[6/6] Emitting module KippleLocalStorage
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Key.swift:28:16: warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | public extension UserDefaults {
28 |     static let codableStore = UserDefaults(suiteName: "com.kipple.codablestore")!
   |                |- warning: static property 'codableStore' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'codableStore' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
/Users/admin/builder/spi-builder-workspace/Sources/KippleLocalStorage/UserDefaults/UserDefaults+Mocked.swift:6:16: warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension UserDefaults {
 6 |     static let mocked: UserDefaults = {
   |                |- warning: static property 'mocked' is not concurrency-safe because non-'Sendable' type 'UserDefaults' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'mocked' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |         let name = "com.kipple.mocked"
 8 |         let store = UserDefaults(suiteName: name)!
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUserDefaults.h:49:12: note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 47 |  NSUserDefaults can be observed using Key-Value Observing for any key stored in it. Using NSKeyValueObservingOptionPrior to observe changes from other processes or devices will behave as though NSKeyValueObservingOptionPrior was not specified.
 48 |  */
 49 | @interface NSUserDefaults : NSObject {
    |            `- note: class 'UserDefaults' does not conform to the 'Sendable' protocol
 50 | @private
 51 |     id _kvo_;
Build of target: 'KippleLocalStorage' complete! (0.81s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
Target:                   KippleLogging
Extracting symbol information for 'KippleLogging'...
Finished extracting symbol information for 'KippleLogging'. (0.94s)
Building documentation for 'KippleLogging'...
Finished building documentation for 'KippleLogging' (0.04s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
Building for debugging...
[0/3] Write swift-version-2F0A5646E1D333AE.txt
Build of product 'snippet-extract' complete! (0.48s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling KippleLogging Logger+Convenience.swift
[3/5] Compiling KippleLogging Exports.swift
[4/5] Emitting module KippleLogging
[5/5] Compiling KippleLogging ConsoleLogHandler.swift
Build of target: 'KippleLogging' complete! (0.77s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/bdrelling/kipple/main/linkable-paths.json
     746
5	/Users/admin/builder/spi-builder-workspace/.docs/bdrelling/kipple/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/bdrelling/kipple/main
File count: 746
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-bdrelling-kipple-main-96220a2a.zip to s3://spi-docs-inbox/prod-bdrelling-kipple-main-96220a2a.zip
Copying... [12%]
Copying... [23%]
Copying... [35%]
Copying... [41%]
Copying... [53%]
Copying... [65%]
Copying... [70%]
Copying... [82%]
Copying... [94%]
Copying... [100%]
Done.