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.0 for macOS (SPM) on 30 Nov 2024 03:21:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.1
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
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.68s)
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.76s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.02s)
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
Creating working copy for https://github.com/openalloc/SwiftTextFieldPreset.git
Working copy of https://github.com/openalloc/SwiftTextFieldPreset.git resolved at main (2b00f25)
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.0
Building package at path:  $PWD
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.1.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
[4/11] Copying README.md
[6/11] Write sources
[10/11] Write swift-version--7754E27361AE5C74.txt
[12/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[13/29] Compiling InternalCollectionsUtilities Specialize.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/29] Compiling InternalCollectionsUtilities Debugging.swift
[18/29] Compiling InternalCollectionsUtilities Descriptions.swift
[19/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/30] Compiling InternalCollectionsUtilities Integer rank.swift
[22/30] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/30] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/30] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/30] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/30] Emitting module InternalCollectionsUtilities
[28/30] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/30] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[30/30] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/312] Compiling DequeModule _DequeSlot.swift
[32/312] Compiling DequeModule _DequeBufferHeader.swift
[33/313] Compiling HeapModule Heap.swift
[34/313] Compiling HeapModule _HeapNode.swift
[35/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/313] Compiling HeapModule Heap+UnsafeHandle.swift
[37/313] Compiling HeapModule Heap+Descriptions.swift
[38/313] Compiling HeapModule Heap+Invariants.swift
[39/313] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[40/313] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[41/313] Compiling HashTreeCollections _RawHashNode.swift
[42/313] Compiling HashTreeCollections _UnmanagedHashNode.swift
[43/313] Compiling HashTreeCollections _UnsafePath.swift
[44/313] Compiling HashTreeCollections TreeDictionary+Codable.swift
[45/319] Compiling HashTreeCollections _HashNode+Debugging.swift
[46/319] Compiling HashTreeCollections _HashNode+Initializers.swift
[47/319] Compiling HashTreeCollections _HashNode+Invariants.swift
[48/319] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[49/319] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[50/319] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[51/324] Compiling HashTreeCollections TreeSet+Equatable.swift
[52/324] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[53/324] Compiling HashTreeCollections TreeSet+Extras.swift
[54/324] Compiling HashTreeCollections TreeSet+Filter.swift
[55/324] Compiling HashTreeCollections TreeSet+Hashable.swift
[56/324] Compiling HashTreeCollections TreeSet+Sendable.swift
[57/324] Compiling HashTreeCollections TreeSet+Sequence.swift
[58/324] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[59/332] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[60/332] Compiling HashTreeCollections _HashNode.swift
[61/332] Compiling HashTreeCollections _HashNodeHeader.swift
[62/332] Compiling HashTreeCollections _HashSlot.swift
[63/332] Compiling HashTreeCollections _HashStack.swift
[64/332] Compiling HashTreeCollections _HashTreeIterator.swift
[65/332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/332] Compiling HashTreeCollections TreeDictionary+Collection.swift
[68/332] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[69/332] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[70/332] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[71/332] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[72/332] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[78/332] Compiling HashTreeCollections _HashNode+Structural filter.swift
[84/332] Emitting module HeapModule
[85/332] Compiling HashTreeCollections TreeDictionary+Keys.swift
[86/332] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[87/332] Compiling HashTreeCollections TreeDictionary+Merge.swift
[88/332] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[89/332] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[90/332] Compiling BitCollections BitSet.swift
[91/332] Compiling HashTreeCollections _HashTreeStatistics.swift
[92/332] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[93/332] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[94/332] Compiling HashTreeCollections TreeDictionary+Filter.swift
[95/332] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[96/332] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[97/332] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[98/332] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[99/332] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[100/332] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[101/332] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[102/332] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[103/332] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[104/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[105/332] Compiling DequeModule _DequeBuffer.swift
[108/332] Compiling HashTreeCollections _HashLevel.swift
[109/332] Compiling HashTreeCollections _HashNode+Builder.swift
[127/332] Compiling HashTreeCollections _HashNode+Structural merge.swift
[129/332] Compiling BitCollections Range+Utilities.swift
[130/332] Compiling BitCollections Slice+Utilities.swift
[131/332] Compiling BitCollections UInt+Tricks.swift
[132/332] Compiling BitCollections _Word.swift
[133/332] Compiling HashTreeCollections _Bucket.swift
[134/332] Compiling HashTreeCollections _Hash.swift
[141/332] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[142/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[143/332] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[144/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[145/332] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[146/332] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[147/332] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[148/332] Compiling HashTreeCollections TreeSet.swift
[149/332] Compiling HashTreeCollections _AncestorHashSlots.swift
[150/332] Compiling HashTreeCollections _Bitmap.swift
[156/332] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[157/332] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[158/332] Compiling HashTreeCollections _HashNode+Structural union.swift
[159/332] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[160/332] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[161/332] Compiling HashTreeCollections _HashNode+Lookups.swift
[162/332] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[163/332] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[164/332] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[165/332] Compiling HashTreeCollections _HashNode+Storage.swift
[166/332] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[173/332] Compiling OrderedCollections OrderedSet.swift
[174/332] Compiling OrderedCollections _UnsafeBitset.swift
[244/339] Emitting module BitCollections
[252/339] Emitting module DequeModule
[305/339] Compiling _RopeModule Rope+Remove.swift
[306/339] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/339] Compiling _RopeModule Rope+Split.swift
[308/339] Compiling _RopeModule Optional Utilities.swift
[309/339] Compiling _RopeModule String Utilities.swift
[310/339] Compiling _RopeModule String.Index+ABI.swift
[311/339] Compiling _RopeModule _CharacterRecognizer.swift
[328/339] Emitting module OrderedCollections
[329/339] Emitting module _RopeModule
[330/339] Emitting module HashTreeCollections
[340/341] Emitting module Collections
[341/341] Compiling Collections Collections.swift
[342/347] Compiling TextFieldPreset PresettableItem.swift
[343/347] Compiling TextFieldPreset TextFieldPreset.swift
[344/347] Compiling TextFieldPreset resource_bundle_accessor.swift
[345/347] Compiling TextFieldPreset PresetsPicker.swift
[346/347] Compiling TextFieldPreset PresetButtonLabel.swift
[347/347] Emitting module TextFieldPreset
Build complete! (28.70s)
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.