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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.30.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hughbe/DataStream.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hughbe/DataStream
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7558142 Add skip
Cloned https://github.com/hughbe/DataStream.git
Revision (git rev-parse @):
755814222d05056db30936aeb45c3b4bf46ac2c0
SUCCESS checkout https://github.com/hughbe/DataStream.git at master
Fetching https://github.com/hughbe/SwiftBitField from cache
Fetched https://github.com/hughbe/SwiftBitField from cache (0.24s)
Computing version for https://github.com/hughbe/SwiftBitField
Computed https://github.com/hughbe/SwiftBitField at 1.0.0 (0.38s)
Creating working copy for https://github.com/hughbe/SwiftBitField
Working copy of https://github.com/hughbe/SwiftBitField resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "datastream",
      "name": "DataStream",
      "url": "https://github.com/hughbe/DataStream.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataStream",
      "dependencies": [
        {
          "identity": "swiftbitfield",
          "name": "BitField",
          "url": "https://github.com/hughbe/SwiftBitField",
          "version": "1.0.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftBitField",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/hughbe/DataStream.git from cache
Fetched https://github.com/hughbe/DataStream.git from cache (0.15s)
Fetching https://github.com/hughbe/SwiftBitField from cache
Fetched https://github.com/hughbe/SwiftBitField from cache (0.14s)
Computing version for https://github.com/hughbe/SwiftBitField
Computed https://github.com/hughbe/SwiftBitField at 1.0.0 (0.02s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/DataStream-3e5fdc9c is not valid git repository for 'https://github.com/hughbe/DataStream.git', will fetch again.
Fetching https://github.com/hughbe/DataStream.git from cache
Fetched https://github.com/hughbe/DataStream.git from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/DataStream-3e5fdc9c is not valid git repository for 'https://github.com/hughbe/DataStream.git', will fetch again.
Fetching https://github.com/hughbe/DataStream.git from cache
Fetched https://github.com/hughbe/DataStream.git from cache (0.01s)
Creating working copy for https://github.com/hughbe/DataStream.git
Working copy of https://github.com/hughbe/DataStream.git resolved at master (7558142)
Creating working copy for https://github.com/hughbe/SwiftBitField
Working copy of https://github.com/hughbe/SwiftBitField resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'datastream' is not used by any target
Found 1 product dependencies
  - BitField
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/hughbe/DataStream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Compiling BitField BitField.swift
[2/2] Emitting module BitField
[3/9] Compiling DataStream Endianess.swift
[4/9] Compiling DataStream RangeReplaceableCollection+PadLeft.swift
[5/9] Compiling DataStream OutputDataStream.swift
[6/9] Compiling DataStream BitFieldReader.swift
[7/9] Emitting module DataStream
[8/9] Compiling DataStream BinaryInteger+HexString.swift
[9/9] Compiling DataStream DataStream.swift
Build complete! (3.87s)
Build complete.
Done.