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 Boutique, reference main (9379e6), with Swift 6.1 for macOS (SPM) on 1 May 2025 11:42:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Boutique.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mergesort/Boutique
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9379e6a Merge pull request #78 from mergesort/dynamic-property
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
9379e6a0b13bfb01c2ae655b65962d8479b63428
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.git at main
Fetching https://github.com/mergesort/Bodega.git
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections from cache
[1/2049] Fetching swift-docc-plugin
[83/4041] Fetching swift-docc-plugin, bodega
[367/13648] Fetching swift-docc-plugin, bodega, sqlite.swift
Fetched https://github.com/mergesort/Bodega.git from cache (1.31s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.31s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.31s)
Fetched https://github.com/apple/swift-collections from cache (1.31s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (2.39s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.4 (0.61s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (0.59s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.13.3 (0.61s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.13.3
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.4
========================================
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": "boutique",
      "name": "Boutique",
      "url": "https://github.com/mergesort/Boutique.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Boutique",
      "dependencies": [
        {
          "identity": "bodega",
          "name": "Bodega",
          "url": "https://github.com/mergesort/Bodega.git",
          "version": "2.1.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bodega",
          "dependencies": [
            {
              "identity": "sqlite.swift",
              "name": "SQLite.swift",
              "url": "https://github.com/stephencelis/SQLite.swift.git",
              "version": "0.15.3",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift",
              "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": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mergesort/Boutique.git
[1/3021] Fetching boutique
Fetched https://github.com/mergesort/Boutique.git from cache (1.48s)
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/mergesort/Bodega.git from cache
Fetched https://github.com/mergesort/Bodega.git from cache (0.52s)
Fetched https://github.com/apple/swift-collections from cache (0.53s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (0.59s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.54s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (1.04s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.72s)
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/mergesort/Boutique.git
Working copy of https://github.com/mergesort/Boutique.git resolved at main (9379e6a)
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
warning: 'sqlite.swift': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: '.resolve-product-dependencies': dependency 'boutique' is not used by any target
Found 2 product dependencies
  - Bodega
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mergesort/Boutique.git
https://github.com/mergesort/Boutique.git
{
  "dependencies" : [
    {
      "identity" : "bodega",
      "requirement" : {
        "exact" : [
          "2.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mergesort/Bodega.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Boutique",
  "name" : "Boutique",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Boutique",
      "targets" : [
        "Boutique"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoutiqueTests",
      "module_type" : "SwiftTarget",
      "name" : "BoutiqueTests",
      "path" : "Tests/BoutiqueTests",
      "sources" : [
        "AsyncStoreTests.swift",
        "BoutiqueItem.swift",
        "SecurelyStoredValueTests.swift",
        "StoreEvent.Tests.Requirements.swift",
        "StoreTests.swift",
        "StoredTests.swift",
        "StoredValueTests.swift"
      ],
      "target_dependencies" : [
        "Boutique"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Boutique",
      "module_type" : "SwiftTarget",
      "name" : "Boutique",
      "path" : "Sources/Boutique",
      "product_dependencies" : [
        "Bodega",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Boutique"
      ],
      "sources" : [
        "Internal/AsyncValueSubject.swift",
        "Internal/BoxedValue.swift",
        "Internal/CachedValue.swift",
        "Internal/JSONCoders.swift",
        "Internal/Keychain.swift",
        "Internal/Store.ItemRemovalStrategy.swift",
        "SecurelyStoredValue.swift",
        "StorableItem.swift",
        "Store+Identifiable.swift",
        "Store+Observation.swift",
        "Store.Operation.swift",
        "Store.swift",
        "StoreEvent.swift",
        "Stored.swift",
        "StoredValue+Array.swift",
        "StoredValue+Binding.swift",
        "StoredValue+Bool.swift",
        "StoredValue+Dictionary.swift",
        "StoredValue+KeypathSetter.swift",
        "StoredValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[6/8] Write swift-version-2F0A5646E1D333AE.txt
[8/54] Compiling OrderedCollections OrderedSet+Equatable.swift
[9/54] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[10/54] Compiling OrderedCollections OrderedSet+Hashable.swift
[11/54] Compiling OrderedCollections OrderedSet+Initializers.swift
[12/54] Compiling OrderedCollections OrderedSet+Insertions.swift
[13/54] Compiling OrderedCollections OrderedSet+Codable.swift
[14/54] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[15/54] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[16/54] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[17/54] Compiling OrderedCollections OrderedSet+Diffing.swift
[18/54] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[19/54] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[20/54] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[21/54] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[22/54] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[23/59] Compiling OrderedCollections _HashTable+Bucket.swift
[24/59] Compiling OrderedCollections _HashTable+BucketIterator.swift
[25/59] Compiling OrderedCollections _HashTable+Constants.swift
[26/59] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[27/59] Compiling OrderedCollections _HashTable+Testing.swift
[28/59] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[29/59] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[30/59] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[31/59] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[32/59] Compiling OrderedCollections OrderedDictionary+Elements.swift
[33/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[34/59] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/59] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/59] Compiling OrderedCollections OrderedSet+SubSequence.swift
[37/59] Compiling OrderedCollections OrderedSet+Testing.swift
[38/59] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[39/59] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[40/59] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[41/59] Compiling OrderedCollections OrderedDictionary+Values.swift
[42/59] Compiling OrderedCollections OrderedDictionary.swift
[43/59] Compiling OrderedCollections OrderedSet+Invariants.swift
[44/59] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[45/59] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[46/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[47/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[48/59] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/59] Compiling OrderedCollections _HashTable.swift
[50/59] Compiling OrderedCollections _Hashtable+Header.swift
[51/59] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/59] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[53/59] Emitting module OrderedCollections
[54/59] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[55/59] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[56/59] Compiling OrderedCollections OrderedSet.swift
[57/59] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[58/59] Compiling OrderedCollections _UnsafeBitset.swift
[58/59] Compiling SQLiteObjc SQLiteObjc.m
[60/83] Emitting module SQLite
[61/85] Compiling SQLite Schema.swift
[62/85] Compiling SQLite Setter.swift
[63/85] Compiling SQLite Statement.swift
[64/85] Compiling SQLite Value.swift
[65/85] Compiling SQLite Cipher.swift
[66/85] Compiling SQLite DateAndTimeFunctions.swift
[67/85] Compiling SQLite Expression.swift
[68/85] Compiling SQLite FTS4.swift
[69/85] Compiling SQLite FTS5.swift
[70/85] Compiling SQLite RTree.swift
[71/85] Compiling SQLite Foundation.swift
[72/85] Compiling SQLite Helpers.swift
[73/85] Compiling SQLite AggregateFunctions.swift
[74/85] Compiling SQLite Coding.swift
[75/85] Compiling SQLite Collation.swift
[76/85] Compiling SQLite Backup.swift
[77/85] Compiling SQLite Blob.swift
[78/85] Compiling SQLite Connection+Aggregation.swift
[79/85] Compiling SQLite Connection.swift
[80/85] Compiling SQLite Errors.swift
[81/85] Compiling SQLite Result.swift
[82/85] Compiling SQLite CoreFunctions.swift
[83/85] Compiling SQLite CustomFunctions.swift
[84/85] Compiling SQLite Operators.swift
[85/85] Compiling SQLite Query.swift
[86/94] Compiling Bodega ObjectStorage.swift
[87/94] Compiling Bodega DiskStorageEngine.swift
[88/94] Compiling Bodega CacheKey.swift
[89/94] Emitting module Bodega
[90/94] Compiling Bodega SQLiteStorageEngine.swift
[91/94] Compiling Bodega SQLiteStorageEngine+Default.swift
[92/94] Compiling Bodega StorageEngine.swift
[93/94] Compiling Bodega String+Formatting.swift
[94/94] Compiling Bodega FileManager.Directory.swift
[95/113] Emitting module Boutique
[96/115] Compiling Boutique StoredValue+Bool.swift
[97/115] Compiling Boutique StoredValue+Dictionary.swift
[98/115] Compiling Boutique Store.Operation.swift
[99/115] Compiling Boutique Store.swift
[100/115] Compiling Boutique Store+Identifiable.swift
[101/115] Compiling Boutique Store+Observation.swift
[102/115] Compiling Boutique StoredValue+Array.swift
[103/115] Compiling Boutique StoredValue+Binding.swift
[104/115] Compiling Boutique StoreEvent.swift
[105/115] Compiling Boutique Stored.swift
[106/115] Compiling Boutique Keychain.swift
[107/115] Compiling Boutique Store.ItemRemovalStrategy.swift
[108/115] Compiling Boutique AsyncValueSubject.swift
[109/115] Compiling Boutique BoxedValue.swift
[110/115] Compiling Boutique CachedValue.swift
[111/115] Compiling Boutique JSONCoders.swift
[112/115] Compiling Boutique SecurelyStoredValue.swift
[113/115] Compiling Boutique StorableItem.swift
[114/115] Compiling Boutique StoredValue+KeypathSetter.swift
[115/115] Compiling Boutique StoredValue.swift
Build complete! (23.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bodega",
      "requirement" : {
        "exact" : [
          "2.1.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mergesort/Bodega.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Boutique",
  "name" : "Boutique",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Boutique",
      "targets" : [
        "Boutique"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoutiqueTests",
      "module_type" : "SwiftTarget",
      "name" : "BoutiqueTests",
      "path" : "Tests/BoutiqueTests",
      "sources" : [
        "AsyncStoreTests.swift",
        "BoutiqueItem.swift",
        "SecurelyStoredValueTests.swift",
        "StoreEvent.Tests.Requirements.swift",
        "StoreTests.swift",
        "StoredTests.swift",
        "StoredValueTests.swift"
      ],
      "target_dependencies" : [
        "Boutique"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Boutique",
      "module_type" : "SwiftTarget",
      "name" : "Boutique",
      "path" : "Sources/Boutique",
      "product_dependencies" : [
        "Bodega",
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Boutique"
      ],
      "sources" : [
        "Internal/AsyncValueSubject.swift",
        "Internal/BoxedValue.swift",
        "Internal/CachedValue.swift",
        "Internal/JSONCoders.swift",
        "Internal/Keychain.swift",
        "Internal/Store.ItemRemovalStrategy.swift",
        "SecurelyStoredValue.swift",
        "StorableItem.swift",
        "Store+Identifiable.swift",
        "Store+Observation.swift",
        "Store.Operation.swift",
        "Store.swift",
        "StoreEvent.swift",
        "Stored.swift",
        "StoredValue+Array.swift",
        "StoredValue+Binding.swift",
        "StoredValue+Bool.swift",
        "StoredValue+Dictionary.swift",
        "StoredValue+KeypathSetter.swift",
        "StoredValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.