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 master (32f1dd), with Swift 6.0 for Linux on 3 Dec 2024 10:20:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freshOS/Arrow.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/freshOS/Arrow
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 32f1ddf Update README.md
Cloned https://github.com/freshOS/Arrow.git
Revision (git rev-parse @):
32f1ddfe4160261eb0d0ddd63d52cc49babe7f00
SUCCESS checkout https://github.com/freshOS/Arrow.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/freshOS/Arrow.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/8] Compiling Arrow resource_bundle_accessor.swift
[5/8] Compiling Arrow JSON.swift
[6/8] Compiling Arrow Arrow.swift
[7/8] Compiling Arrow Extensions.swift
[8/8] Emitting module Arrow
Build complete! (18.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Arrow",
  "name" : "Arrow",
  "path" : "/host/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" : "/host/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Arrow/Arrow.swift",
        "Arrow/Extensions.swift",
        "Arrow/JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.