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 swift-identified-collections, reference main (ae21cc), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 23 Jul 2024 17:23:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-identified-collections-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-identified-collections.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-identified-collections
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ae21cce Run swift-format
Cloned https://github.com/pointfreeco/swift-identified-collections.git
Revision (git rev-parse @):
ae21ccea0c7749cc3d3ad85aed3619fae21b96c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-identified-collections.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/pointfreeco/swift-identified-collections.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections-benchmark
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/apple/swift-system
Fetching from https://github.com/apple/swift-collections
Fetching from https://github.com/apple/swift-docc-plugin
Creating working copy of package ‘swift-collections-benchmark’
Checking out 0.0.3 of package ‘swift-collections-benchmark’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.0.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.1.4 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-collections’
Checking out 1.0.3 of package ‘swift-collections’
Creating working copy of package ‘swift-system’
Checking out 1.2.1 of package ‘swift-system’
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
  swift-identified-collections: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.0.0
  swift-collections-benchmark: https://github.com/apple/swift-collections-benchmark @ 0.0.3
  swift-collections: https://github.com/apple/swift-collections @ 1.0.3
  swift-system: https://github.com/apple/swift-system @ 1.2.1
resolved source packages: swift-argument-parser, swift-identified-collections, SwiftDocCPlugin, swift-collections-benchmark, swift-collections, swift-system
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-collections-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections-benchmark"
    },
    {
      "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" : "swift-identified-collections",
  "name" : "swift-identified-collections",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IdentifiedCollections",
      "targets" : [
        "IdentifiedCollections"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-identified-collections-benchmark",
      "targets" : [
        "swift-identified-collections-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_identified_collections_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-identified-collections-benchmark",
      "path" : "Sources/swift-identified-collections-benchmark",
      "product_dependencies" : [
        "CollectionsBenchmark"
      ],
      "product_memberships" : [
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "IdentifiedCollectionsTests",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollectionsTests",
      "path" : "Tests/IdentifiedCollectionsTests",
      "sources" : [
        "IdentifiedArrayCollectionOperationTests.swift",
        "IdentifiedArrayTests.swift"
      ],
      "target_dependencies" : [
        "IdentifiedCollections"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IdentifiedCollections",
      "module_type" : "SwiftTarget",
      "name" : "IdentifiedCollections",
      "path" : "Sources/IdentifiedCollections",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "IdentifiedCollections",
        "swift-identified-collections-benchmark"
      ],
      "sources" : [
        "Identified/Identified.swift",
        "IdentifiedArray/IdentifiedArray+Codable.swift",
        "IdentifiedArray/IdentifiedArray+Collection.swift",
        "IdentifiedArray/IdentifiedArray+CollectionAlgorithms.swift",
        "IdentifiedArray/IdentifiedArray+CustomDebugStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+CustomReflectable.swift",
        "IdentifiedArray/IdentifiedArray+CustomStringConvertible.swift",
        "IdentifiedArray/IdentifiedArray+Equatable.swift",
        "IdentifiedArray/IdentifiedArray+ExpressibleByArrayLiteral.swift",
        "IdentifiedArray/IdentifiedArray+Hashable.swift",
        "IdentifiedArray/IdentifiedArray+IdentifiedCollection.swift",
        "IdentifiedArray/IdentifiedArray+Initializers.swift",
        "IdentifiedArray/IdentifiedArray+Insertions.swift",
        "IdentifiedArray/IdentifiedArray+MutableCollection.swift",
        "IdentifiedArray/IdentifiedArray+RandomAccessCollection.swift",
        "IdentifiedArray/IdentifiedArray+RangeReplaceableCollection.swift",
        "IdentifiedArray/IdentifiedArray+Sendable.swift",
        "IdentifiedArray/IdentifiedArray.swift",
        "IdentifiedCollection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CollectionsBenchmark",
      "IdentifiedCollections",
      "swift-collections-benchmark-Package",
      "swift-identified-collections-benchmark",
      "swift-identified-collections-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-identified-collections-Package -destination platform=macOS,arch=arm64
Build complete.
Done.