The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Arrow, reference 7.0.0 (2f087d), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 19:33:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freshOS/Arrow.git
Reference: 7.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/freshOS/Arrow
 * tag               7.0.0      -> FETCH_HEAD
HEAD is now at 2f087d0 Merge pull request #49 from freshOS/swift_6
Cloned https://github.com/freshOS/Arrow.git
Revision (git rev-parse @):
2f087d0a88bdc160a335b90df0bdf418248fbf32
SUCCESS checkout https://github.com/freshOS/Arrow.git at 7.0.0
========================================
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": "arrow",
      "name": "Arrow",
      "url": "https://github.com/freshOS/Arrow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Arrow",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/freshOS/Arrow.git
[1/1458] Fetching arrow
Fetched https://github.com/freshOS/Arrow.git from cache (3.33s)
Creating working copy for https://github.com/freshOS/Arrow.git
Working copy of https://github.com/freshOS/Arrow.git resolved at 7.0.0 (2f087d0)
warning: '.resolve-product-dependencies': dependency 'arrow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/freshOS/Arrow.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Arrow",
      "targets" : [
        "Arrow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArrowTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowTests",
      "path" : "Tests/ArrowTests",
      "sources" : [
        "ArrayTests.swift",
        "CustomModelTests.swift",
        "CustomRawRepresentableTests.swift",
        "DateTests.swift",
        "EnumTests.swift",
        "JSON/MockJSON.swift",
        "Mapping/CustomModelContainer+JSON.swift",
        "Mapping/CustomRawRepresentableContainer+JSON.swift",
        "Mapping/DateContainer+JSON.swift",
        "Mapping/EnumContainer+JSON.swift",
        "Mapping/PhoneNumber+JSON.swift",
        "Mapping/Profile+JSON.swift",
        "Mapping/Stats+JSON.swift",
        "Mapping/StringContainer+JSON.swift",
        "Mapping/URLContainer+JSON.swift",
        "Models/CustomModelContainer.swift",
        "Models/CustomRawRepresentableContainer.swift",
        "Models/DateContainer.swift",
        "Models/Difficulty.swift",
        "Models/EnumContainer.swift",
        "Models/PhoneNumber.swift",
        "Models/Profile.swift",
        "Models/Stats.swift",
        "Models/StringContainer.swift",
        "Models/URLContainer.swift",
        "NativeTypesTests.swift",
        "StringCoercionTests.swift",
        "StringTests.swift",
        "TypeConversionTests.swift",
        "URLTests.swift",
        "WeekDay.swift"
      ],
      "target_dependencies" : [
        "Arrow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Arrow",
      "module_type" : "SwiftTarget",
      "name" : "Arrow",
      "path" : "Sources",
      "product_memberships" : [
        "Arrow"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Arrow/Arrow.swift",
        "Arrow/Extensions.swift",
        "Arrow/JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/8] Compiling Arrow resource_bundle_accessor.swift
[5/8] Compiling Arrow JSON.swift
[6/8] Emitting module Arrow
[7/8] Compiling Arrow Extensions.swift
[8/8] Compiling Arrow Arrow.swift
Build complete! (7.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Arrow",
      "targets" : [
        "Arrow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArrowTests",
      "module_type" : "SwiftTarget",
      "name" : "ArrowTests",
      "path" : "Tests/ArrowTests",
      "sources" : [
        "ArrayTests.swift",
        "CustomModelTests.swift",
        "CustomRawRepresentableTests.swift",
        "DateTests.swift",
        "EnumTests.swift",
        "JSON/MockJSON.swift",
        "Mapping/CustomModelContainer+JSON.swift",
        "Mapping/CustomRawRepresentableContainer+JSON.swift",
        "Mapping/DateContainer+JSON.swift",
        "Mapping/EnumContainer+JSON.swift",
        "Mapping/PhoneNumber+JSON.swift",
        "Mapping/Profile+JSON.swift",
        "Mapping/Stats+JSON.swift",
        "Mapping/StringContainer+JSON.swift",
        "Mapping/URLContainer+JSON.swift",
        "Models/CustomModelContainer.swift",
        "Models/CustomRawRepresentableContainer.swift",
        "Models/DateContainer.swift",
        "Models/Difficulty.swift",
        "Models/EnumContainer.swift",
        "Models/PhoneNumber.swift",
        "Models/Profile.swift",
        "Models/Stats.swift",
        "Models/StringContainer.swift",
        "Models/URLContainer.swift",
        "NativeTypesTests.swift",
        "StringCoercionTests.swift",
        "StringTests.swift",
        "TypeConversionTests.swift",
        "URLTests.swift",
        "WeekDay.swift"
      ],
      "target_dependencies" : [
        "Arrow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Arrow",
      "module_type" : "SwiftTarget",
      "name" : "Arrow",
      "path" : "Sources",
      "product_memberships" : [
        "Arrow"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Arrow/Arrow.swift",
        "Arrow/Extensions.swift",
        "Arrow/JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.