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 3.0.1 (9379e6), with Swift 6.1 for macOS (SPM) on 1 May 2025 11:42:10 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: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mergesort/Boutique
 * tag               3.0.1      -> FETCH_HEAD
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 3.0.1
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
[63/4041] Fetching swift-docc-plugin, bodega
[183/13648] Fetching swift-docc-plugin, bodega, sqlite.swift
Fetched https://github.com/apple/swift-collections from cache (0.76s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Fetched https://github.com/mergesort/Bodega.git from cache (1.30s)
Computing version for https://github.com/apple/swift-docc-plugin
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.30s)
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (2.30s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.4 (0.59s)
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.59s)
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
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
========================================
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.51s)
Fetching https://github.com/mergesort/Bodega.git from cache
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/mergesort/Bodega.git from cache (0.51s)
Fetched https://github.com/apple/swift-collections from cache (0.52s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (0.57s)
Fetching https://github.com/stephencelis/SQLite.swift.git from cache
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.55s)
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.03s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.69s)
Creating working copy for https://github.com/mergesort/Boutique.git
Working copy of https://github.com/mergesort/Boutique.git resolved at 3.0.1 (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
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
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+Codable.swift
[9/54] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[10/54] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[11/54] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[12/54] Compiling OrderedCollections OrderedSet+Diffing.swift
[13/54] Compiling OrderedCollections OrderedSet+Equatable.swift
[14/54] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[15/54] Compiling OrderedCollections OrderedSet+Hashable.swift
[16/54] Compiling OrderedCollections OrderedSet+Initializers.swift
[17/54] Compiling OrderedCollections OrderedSet+Insertions.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 OrderedDictionary+CustomReflectable.swift
[24/59] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[25/59] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[26/59] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[27/59] Compiling OrderedCollections OrderedDictionary+Elements.swift
[28/59] Compiling OrderedCollections _HashTable+Bucket.swift
[29/59] Compiling OrderedCollections _HashTable+BucketIterator.swift
[30/59] Compiling OrderedCollections _HashTable+Constants.swift
[31/59] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[32/59] Compiling OrderedCollections _HashTable+Testing.swift
[33/59] Compiling OrderedCollections OrderedSet+Invariants.swift
[34/59] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[35/59] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[36/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[37/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[38/59] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[39/59] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[40/59] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[41/59] Compiling OrderedCollections OrderedSet+SubSequence.swift
[42/59] Compiling OrderedCollections OrderedSet+Testing.swift
[43/59] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[44/59] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[45/59] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[46/59] Compiling OrderedCollections OrderedDictionary+Values.swift
[47/59] Compiling OrderedCollections OrderedDictionary.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 Statement.swift
[62/85] Compiling SQLite Value.swift
[63/85] Compiling SQLite Cipher.swift
[64/85] Compiling SQLite Connection.swift
[65/85] Compiling SQLite Errors.swift
[66/85] Compiling SQLite Result.swift
[67/85] Compiling SQLite Coding.swift
[68/85] Compiling SQLite Collation.swift
[69/85] Compiling SQLite FTS4.swift
[70/85] Compiling SQLite FTS5.swift
[71/85] Compiling SQLite RTree.swift
[72/85] Compiling SQLite Backup.swift
[73/85] Compiling SQLite Blob.swift
[74/85] Compiling SQLite Connection+Aggregation.swift
[75/85] Compiling SQLite CoreFunctions.swift
[76/85] Compiling SQLite CustomFunctions.swift
[77/85] Compiling SQLite Schema.swift
[78/85] Compiling SQLite Setter.swift
[79/85] Compiling SQLite DateAndTimeFunctions.swift
[80/85] Compiling SQLite Expression.swift
[81/85] Compiling SQLite Foundation.swift
[82/85] Compiling SQLite Helpers.swift
[83/85] Compiling SQLite AggregateFunctions.swift
[84/85] Compiling SQLite Operators.swift
[85/85] Compiling SQLite Query.swift
[86/94] Compiling Bodega SQLiteStorageEngine.swift
[87/94] Compiling Bodega FileManager.Directory.swift
[88/94] Compiling Bodega StorageEngine.swift
[89/94] Emitting module Bodega
[90/94] Compiling Bodega CacheKey.swift
[91/94] Compiling Bodega SQLiteStorageEngine+Default.swift
[92/94] Compiling Bodega ObjectStorage.swift
[93/94] Compiling Bodega DiskStorageEngine.swift
[94/94] Compiling Bodega String+Formatting.swift
[95/113] Compiling Boutique StoredValue+Bool.swift
[96/113] Compiling Boutique StoredValue+Dictionary.swift
[97/113] Compiling Boutique Store+Identifiable.swift
[98/113] Compiling Boutique Store+Observation.swift
[99/113] Compiling Boutique StoreEvent.swift
[100/113] Compiling Boutique Stored.swift
[101/115] Compiling Boutique StoredValue+Array.swift
[102/115] Compiling Boutique StoredValue+Binding.swift
[103/115] Compiling Boutique Keychain.swift
[104/115] Compiling Boutique Store.ItemRemovalStrategy.swift
[105/115] Compiling Boutique AsyncValueSubject.swift
[106/115] Compiling Boutique BoxedValue.swift
[107/115] Compiling Boutique SecurelyStoredValue.swift
[108/115] Compiling Boutique StorableItem.swift
[109/115] Emitting module Boutique
[110/115] Compiling Boutique Store.Operation.swift
[111/115] Compiling Boutique Store.swift
[112/115] Compiling Boutique CachedValue.swift
[113/115] Compiling Boutique JSONCoders.swift
[114/115] Compiling Boutique StoredValue+KeypathSetter.swift
[115/115] Compiling Boutique StoredValue.swift
Build complete! (23.47s)
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.