This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 CSVImporter 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.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/CSVImporter.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/FlineDev/CSVImporter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 193aa03 Update code style
Cloned https://github.com/FlineDev/CSVImporter.git
Revision (git rev-parse @):
193aa03649f7fcdd1a2d9ed968885ef145e4ac18
SUCCESS checkout https://github.com/FlineDev/CSVImporter.git at main
========================================
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/27] Compiling HandySwift DurationExt.swift
[2/27] Compiling HandySwift FloatExt.swift
[3/27] Compiling HandySwift IntExt.swift
[4/27] Compiling HandySwift NSObjectExt.swift
[5/27] Compiling HandySwift GregorianDay.swift
[6/27] Compiling HandySwift GregorianTimeOfDay.swift
[7/27] Compiling HandySwift Regex.swift
[8/30] Compiling HandySwift ArrayExt.swift
[9/30] Compiling HandySwift CollectionExt.swift
[10/30] Compiling HandySwift ComparableExt.swift
[11/30] Compiling HandySwift DataExt.swift
[12/30] Emitting module HandySwift
[13/30] Compiling HandySwift SymmetricKeyExt.swift
[14/30] Compiling HandySwift TimeIntervalExt.swift
[15/30] Compiling HandySwift Globals.swift
[16/30] Compiling HandySwift AutoConforming.swift
[17/30] Compiling HandySwift DivisibleArithmetic.swift
[18/30] Compiling HandySwift Withable.swift
[19/30] Compiling HandySwift FrequencyTable.swift
[20/30] Compiling HandySwift NSRangeExt.swift
[21/30] Compiling HandySwift SequenceExt.swift
[22/30] Compiling HandySwift StringExt.swift
[23/30] Compiling HandySwift StringProtocolExt.swift
[24/30] Compiling HandySwift DateExt.swift
[25/30] Compiling HandySwift DictionaryExt.swift
[26/30] Compiling HandySwift DispatchTimeIntervalExt.swift
[27/30] Compiling HandySwift DoubleExt.swift
[28/30] Compiling HandySwift SortedArray.swift
[29/30] Compiling HandySwift Unowned.swift
[30/30] Compiling HandySwift Weak.swift
[31/38] Compiling CSVImporter TextFile.swift
[32/38] Compiling CSVImporter StringSource.swift
[33/38] Compiling CSVImporter TextFileStreamReader.swift
[34/38] Compiling CSVImporter Source.swift
[35/38] Compiling CSVImporter Globals.swift
[36/38] Compiling CSVImporter CSVImporter.swift
[37/38] Compiling CSVImporter FileSource.swift
[38/38] Emitting module CSVImporter
Build complete! (19.73s)
Fetching https://github.com/Flinesoft/HandySwift.git from cache
Fetched https://github.com/Flinesoft/HandySwift.git (0.33s)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Quick.git (0.59s)
Fetched https://github.com/Quick/Nimble.git (0.71s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.0.1 (0.61s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.1.0 (0.48s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.0.1
Creating working copy for https://github.com/Flinesoft/HandySwift.git
Working copy of https://github.com/Flinesoft/HandySwift.git resolved at main
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.1.0
Build complete.
========================================
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": "csvimporter",
      "name": "CSVImporter",
      "url": "https://github.com/FlineDev/CSVImporter.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CSVImporter",
      "dependencies": [
        {
          "identity": "handyswift",
          "name": "HandySwift",
          "url": "https://github.com/Flinesoft/HandySwift.git",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HandySwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/FlineDev/CSVImporter.git
[1/1106] Fetching csvimporter
Fetched https://github.com/FlineDev/CSVImporter.git (0.96s)
Fetching https://github.com/Flinesoft/HandySwift.git from cache
Fetched https://github.com/Flinesoft/HandySwift.git (0.24s)
Creating working copy for https://github.com/FlineDev/CSVImporter.git
Working copy of https://github.com/FlineDev/CSVImporter.git resolved at main
Creating working copy for https://github.com/Flinesoft/HandySwift.git
Working copy of https://github.com/Flinesoft/HandySwift.git resolved at main
warning: '.resolve-product-dependencies': dependency 'csvimporter' is not used by any target
Found 1 product dependencies
  - HandySwift
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.