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 SwiftyPSCore, reference 1.0.0-beta8 (67eaca), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 21:35:21 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/dougpenny/SwiftyPSCore.git
Reference: 1.0.0-beta8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dougpenny/SwiftyPSCore
 * tag               1.0.0-beta8 -> FETCH_HEAD
HEAD is now at 67eacaf Minor update to copyright information
Cloned https://github.com/dougpenny/SwiftyPSCore.git
Revision (git rev-parse @):
67eacaf2b9aa88f2701212a2260c08098ffcdee1
SUCCESS checkout https://github.com/dougpenny/SwiftyPSCore.git at 1.0.0-beta8
========================================
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": "swiftypscore",
      "name": "SwiftyPSCore",
      "url": "https://github.com/dougpenny/SwiftyPSCore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyPSCore",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dougpenny/SwiftyPSCore.git
[12/599] Fetching swiftypscore
Fetched https://github.com/dougpenny/SwiftyPSCore.git from cache (0.74s)
Creating working copy for https://github.com/dougpenny/SwiftyPSCore.git
Working copy of https://github.com/dougpenny/SwiftyPSCore.git resolved at 1.0.0-beta8 (67eacaf)
warning: '.resolve-product-dependencies': dependency 'swiftypscore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dougpenny/SwiftyPSCore.git
https://github.com/dougpenny/SwiftyPSCore.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyPSCore",
  "name" : "SwiftyPSCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyPSCore",
      "targets" : [
        "SwiftyPSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyPSCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyPSCoreTests",
      "path" : "Tests/SwiftyPSCoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyPSCoreTests/Resources/testing_parameters.sample.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EndpointTests.swift",
        "ModelTests.swift",
        "PowerQueryTests.swift",
        "TestingParameters.swift"
      ],
      "target_dependencies" : [
        "SwiftyPSCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyPSCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyPSCore",
      "path" : "Sources/SwiftyPSCore",
      "product_memberships" : [
        "SwiftyPSCore"
      ],
      "sources" : [
        "Models/ClassRoster.swift",
        "Models/ContactInformation.swift",
        "Models/Courses.swift",
        "Models/Metadata.swift",
        "Models/Person.swift",
        "Models/PowerQuerySections.swift",
        "Models/ResourceCount.swift",
        "Models/Schools.swift",
        "Models/Sections.swift",
        "Models/Students.swift",
        "Models/Token.swift",
        "SwiftyPSCore.swift",
        "SwiftyPSCoreEndpoints.swift",
        "SwiftyPSCorePowerQueries.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/16] Compiling SwiftyPSCore Token.swift
[4/16] Emitting module SwiftyPSCore
[5/17] Compiling SwiftyPSCore ResourceCount.swift
[6/17] Compiling SwiftyPSCore Schools.swift
[7/17] Compiling SwiftyPSCore Person.swift
[8/17] Compiling SwiftyPSCore PowerQuerySections.swift
[9/17] Compiling SwiftyPSCore Students.swift
[10/17] Compiling SwiftyPSCore Courses.swift
[11/17] Compiling SwiftyPSCore Metadata.swift
[12/17] Compiling SwiftyPSCore SwiftyPSCoreEndpoints.swift
[13/17] Compiling SwiftyPSCore SwiftyPSCore.swift
[14/17] Compiling SwiftyPSCore Sections.swift
[15/17] Compiling SwiftyPSCore ClassRoster.swift
[16/17] Compiling SwiftyPSCore ContactInformation.swift
[17/17] Compiling SwiftyPSCore SwiftyPSCorePowerQueries.swift
Build complete! (4.91s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyPSCore",
  "name" : "SwiftyPSCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyPSCore",
      "targets" : [
        "SwiftyPSCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftyPSCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyPSCoreTests",
      "path" : "Tests/SwiftyPSCoreTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftyPSCoreTests/Resources/testing_parameters.sample.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "EndpointTests.swift",
        "ModelTests.swift",
        "PowerQueryTests.swift",
        "TestingParameters.swift"
      ],
      "target_dependencies" : [
        "SwiftyPSCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyPSCore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyPSCore",
      "path" : "Sources/SwiftyPSCore",
      "product_memberships" : [
        "SwiftyPSCore"
      ],
      "sources" : [
        "Models/ClassRoster.swift",
        "Models/ContactInformation.swift",
        "Models/Courses.swift",
        "Models/Metadata.swift",
        "Models/Person.swift",
        "Models/PowerQuerySections.swift",
        "Models/ResourceCount.swift",
        "Models/Schools.swift",
        "Models/Sections.swift",
        "Models/Students.swift",
        "Models/Token.swift",
        "SwiftyPSCore.swift",
        "SwiftyPSCoreEndpoints.swift",
        "SwiftyPSCorePowerQueries.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.