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 SwiftTextFieldPreset, reference main (2b00f2), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 22:59:11 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/openalloc/SwiftTextFieldPreset.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftTextFieldPreset
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2b00f25 On watchOS, now stacking TextField and Presets button, per #2
Cloned https://github.com/openalloc/SwiftTextFieldPreset.git
Revision (git rev-parse @):
2b00f2589ef609af85736342f71a9bf2cde3bea2
SUCCESS checkout https://github.com/openalloc/SwiftTextFieldPreset.git at main
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.79s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.52s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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": "swifttextfieldpreset",
      "name": "SwiftTextFieldPreset",
      "url": "https://github.com/openalloc/SwiftTextFieldPreset.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftTextFieldPreset",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.1.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/openalloc/SwiftTextFieldPreset.git
[1/65] Fetching swifttextfieldpreset
Fetched https://github.com/openalloc/SwiftTextFieldPreset.git from cache (0.71s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.54s)
Creating working copy for https://github.com/openalloc/SwiftTextFieldPreset.git
Working copy of https://github.com/openalloc/SwiftTextFieldPreset.git resolved at main (2b00f25)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
warning: '.resolve-product-dependencies': dependency 'swifttextfieldpreset' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/openalloc/SwiftTextFieldPreset.git
https://github.com/openalloc/SwiftTextFieldPreset.git
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "SwiftTextFieldPreset",
  "name" : "SwiftTextFieldPreset",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "TextFieldPreset",
      "targets" : [
        "TextFieldPreset"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextFieldPreset",
      "module_type" : "SwiftTarget",
      "name" : "TextFieldPreset",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "TextFieldPreset"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/README.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PresetButtonLabel.swift",
        "PresetsPicker.swift",
        "PresettableItem.swift",
        "TextFieldPreset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
Building for debugging...
[0/11] Write sources
[3/11] Copying README.md
[4/11] Write sources
[10/11] Write swift-version-2F0A5646E1D333AE.txt
[12/29] Compiling InternalCollectionsUtilities Debugging.swift
[13/29] Compiling InternalCollectionsUtilities Descriptions.swift
[14/30] Compiling InternalCollectionsUtilities Integer rank.swift
[15/30] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/30] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[17/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/30] Emitting module InternalCollectionsUtilities
[19/30] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/30] Compiling InternalCollectionsUtilities Specialize.swift
[21/30] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/30] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/30] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/30] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/30] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/312] Compiling HashTreeCollections _Bucket.swift
[32/312] Compiling HashTreeCollections _Hash.swift
[33/313] Compiling DequeModule _DequeBufferHeader.swift
[34/313] Compiling HeapModule _HeapNode.swift
[35/313] Compiling DequeModule _DequeBuffer.swift
[36/313] Compiling HeapModule Heap.swift
[37/313] Compiling HeapModule Heap+Invariants.swift
[38/313] Compiling DequeModule _DequeSlot.swift
[39/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[40/313] Compiling HeapModule Heap+UnsafeHandle.swift
[41/313] Compiling HashTreeCollections _HashLevel.swift
[42/313] Compiling HashTreeCollections _HashNode+Builder.swift
[43/313] Emitting module HeapModule
[44/313] Compiling HeapModule Heap+Descriptions.swift
[45/313] Compiling HashTreeCollections _HashNode+Debugging.swift
[46/313] Compiling _RopeModule BigString+Metrics.swift
[47/313] Compiling DequeModule _UnsafeWrappedBuffer.swift
[48/313] Compiling HashTreeCollections _HashNode+Structural union.swift
[49/313] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[50/313] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[51/313] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[52/313] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[53/313] Compiling HashTreeCollections _HashNode.swift
[54/318] Compiling HashTreeCollections _UnmanagedHashNode.swift
[55/318] Compiling HashTreeCollections _UnsafePath.swift
[56/318] Compiling HashTreeCollections TreeDictionary+Codable.swift
[57/318] Compiling HashTreeCollections TreeDictionary+Collection.swift
[58/318] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[59/318] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[60/324] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[61/324] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[62/324] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[63/324] Compiling HashTreeCollections TreeDictionary+Filter.swift
[64/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[65/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[66/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[67/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[68/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[69/324] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[70/324] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[71/324] Compiling BitCollections BitSet.swift
[72/324] Compiling HashTreeCollections _RawHashNode.swift
[78/324] Compiling HashTreeCollections _HashNodeHeader.swift
[79/324] Compiling HashTreeCollections _HashSlot.swift
[80/324] Compiling HashTreeCollections _HashStack.swift
[81/324] Compiling HashTreeCollections _HashTreeIterator.swift
[82/324] Compiling HashTreeCollections _HashTreeStatistics.swift
[83/324] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[84/324] Compiling HashTreeCollections TreeSet+Equatable.swift
[85/324] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[86/324] Compiling HashTreeCollections TreeSet+Extras.swift
[87/324] Compiling HashTreeCollections TreeSet+Filter.swift
[88/324] Compiling HashTreeCollections TreeSet+Hashable.swift
[89/324] Compiling HashTreeCollections TreeSet+Sendable.swift
[90/324] Compiling HashTreeCollections TreeSet+Sequence.swift
[91/324] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[92/324] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[93/324] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[94/324] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[95/324] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[96/324] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[97/324] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[98/324] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[99/324] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[100/332] Compiling _RopeModule BigString+Summary.swift
[101/332] Compiling HashTreeCollections _HashNode+Lookups.swift
[102/332] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[103/332] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[104/332] Emitting module BitCollections
[118/332] Compiling _RopeModule BigString+Chunk+Counts.swift
[119/332] Compiling HashTreeCollections _AncestorHashSlots.swift
[120/332] Compiling HashTreeCollections _Bitmap.swift
[123/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[124/332] Compiling OrderedCollections OrderedSet+Testing.swift
[125/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[126/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[127/332] Compiling OrderedCollections OrderedSet.swift
[128/332] Compiling OrderedCollections _UnsafeBitset.swift
[153/332] Compiling _RopeModule BigString+Chunk+Description.swift
[154/332] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[155/332] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[156/332] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[157/332] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[158/332] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[159/332] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[160/332] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[161/332] Compiling HashTreeCollections _HashNode+Structural merge.swift
[162/332] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[163/332] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[176/332] Emitting module DequeModule
[195/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[196/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[197/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[198/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[199/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[200/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[201/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[202/332] Compiling HashTreeCollections TreeSet.swift
[305/339] Emitting module OrderedCollections
[315/339] Emitting module _RopeModule
[316/339] Compiling _RopeModule Rope+Remove.swift
[317/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[318/339] Compiling _RopeModule Rope+Split.swift
[319/339] Compiling _RopeModule Optional Utilities.swift
[320/339] Compiling _RopeModule String Utilities.swift
[321/339] Compiling _RopeModule String.Index+ABI.swift
[322/339] Compiling _RopeModule _CharacterRecognizer.swift
[339/339] Emitting module HashTreeCollections
[340/341] Compiling Collections Collections.swift
[341/341] Emitting module Collections
[342/347] Compiling TextFieldPreset resource_bundle_accessor.swift
[343/347] Compiling TextFieldPreset PresetButtonLabel.swift
[344/347] Compiling TextFieldPreset PresettableItem.swift
[345/347] Compiling TextFieldPreset PresetsPicker.swift
[346/347] Emitting module TextFieldPreset
[347/347] Compiling TextFieldPreset TextFieldPreset.swift
Build complete! (11.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "SwiftTextFieldPreset",
  "name" : "SwiftTextFieldPreset",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "TextFieldPreset",
      "targets" : [
        "TextFieldPreset"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextFieldPreset",
      "module_type" : "SwiftTarget",
      "name" : "TextFieldPreset",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "TextFieldPreset"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/README.md",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PresetButtonLabel.swift",
        "PresetsPicker.swift",
        "PresettableItem.swift",
        "TextFieldPreset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.