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 JSONParser with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Gerzer/JSONParser.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/JSONParser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a8216b7 Add a simple testing script
Cloned https://github.com/Gerzer/JSONParser.git
Revision (git rev-parse @):
a8216b7a12dc8e040f4a58f5368cce99d7eba411
SUCCESS checkout https://github.com/Gerzer/JSONParser.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsonparser",
      "name": "JSONParser",
      "url": "https://github.com/Gerzer/JSONParser.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONParser",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Gerzer/JSONParser.git from cache
Fetched https://github.com/Gerzer/JSONParser.git (0.16s)
Creating working copy for https://github.com/Gerzer/JSONParser.git
Working copy of https://github.com/Gerzer/JSONParser.git resolved at main
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling JSONParser JSONValue.swift
[2/8] Compiling JSONParser JSONKey.swift
[3/8] Compiling JSONParser JSONProxy.swift
[4/8] Emitting module JSONParser
[5/8] Compiling JSONParser JSONProvider.swift
[6/8] Compiling JSONParser JSONError.swift
[7/8] Compiling JSONParser JSONParser.swift
[8/10] Emitting module Tester
[9/10] Compiling Tester main.swift
[9/10] Linking Tester
Build complete! (8.34s)
Build complete.
Done.