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 SeeURL 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/shiroyagicorp/swift-seeurl.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/shiroyagicorp/swift-seeurl
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 88d12b5 Update for Swift 5.1 (#16)
Cloned https://github.com/shiroyagicorp/swift-seeurl.git
Revision (git rev-parse @):
88d12b53ece904aae22b7635d945b6fd611a0438
SUCCESS checkout https://github.com/shiroyagicorp/swift-seeurl.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-seeurl",
      "name": "SeeURL",
      "url": "https://github.com/shiroyagicorp/swift-seeurl.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-seeurl",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/shiroyagicorp/swift-seeurl.git
[1/1233] Fetching swift-seeurl
Fetched https://github.com/shiroyagicorp/swift-seeurl.git (0.39s)
Creating working copy for https://github.com/shiroyagicorp/swift-seeurl.git
Working copy of https://github.com/shiroyagicorp/swift-seeurl.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swift-seeurl' is not used by any target
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...
[0/1] Compiling CcURLSwift CcURL.c
[2/9] Compiling SeeURL cURLStringList.swift
[3/9] Compiling SeeURL cURLError.swift
[4/9] Compiling SeeURL cURLReadFunction.swift
[5/9] Compiling SeeURL cURLWriteFunction.swift
[6/9] Compiling SeeURL cURL.swift
[7/9] Compiling SeeURL ResponseParser.swift
[8/9] Emitting module SeeURL
[9/9] Compiling SeeURL HTTPClient.swift
Build complete! (10.58s)
warning: you may be able to install curl using your system-packager:
    brew install curl
Build complete.
Done.