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 tzf, reference v1.0.0 (a16f92), with Swift 6.0 for Linux on 24 Mar 2025 15:08:29 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ringsaturn/tzf-swift.git
Reference: v1.0.0
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/ringsaturn/tzf-swift
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at a16f920 bump tzf-rel
Submodule path 'tzf-rel-lite': checked out 'a123462ad55abe8efe14e3f55b6b17b6ba034086'
Submodule 'tzf-rel-lite' (https://github.com/ringsaturn/tzf-rel-lite) registered for path 'tzf-rel-lite'
Cloning into '/host/spi-builder-workspace/tzf-rel-lite'...
Cloned https://github.com/ringsaturn/tzf-swift.git
Revision (git rev-parse @):
a16f9202576d8cc81760d223acfc93eb24ba958c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ringsaturn/tzf-swift.git at v1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ringsaturn/tzf-swift.git
https://github.com/ringsaturn/tzf-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "e76a44f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "cities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ringsaturn/cities-swift.git"
    },
    {
      "identity" : "swifttimezonelookup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git"
    }
  ],
  "manifest_display_name" : "tzf",
  "name" : "tzf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "tzf",
      "targets" : [
        "tzf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimezoneFinderBenchmarks",
      "targets" : [
        "TimezoneFinderBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tzfTests",
      "module_type" : "SwiftTarget",
      "name" : "tzfTests",
      "path" : "Tests/tzfTests",
      "product_dependencies" : [
        "Testing",
        "Cities"
      ],
      "sources" : [
        "FindersTests.swift",
        "tzfTests.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tzf",
      "module_type" : "SwiftTarget",
      "name" : "tzf",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.preindex.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "gen/tzf/v1/tzinfo.pb.swift",
        "tzf/Finders.swift"
      ],
      "target_dependencies" : [
        "geometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "geometry",
      "module_type" : "SwiftTarget",
      "name" : "geometry",
      "path" : "Sources/geometry",
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "geo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TimezoneFinderBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "TimezoneFinderBenchmarks",
      "path" : "Benchmarks/TimezoneFinderBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "Cities",
        "SwiftTimeZoneLookup",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "TimezoneFinderBenchmarks.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "executable"
    }
  ],
  "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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-testing.git
[1/20905] Fetching swift-testing
Fetched https://github.com/apple/swift-testing.git from cache (0.83s)
Fetching https://github.com/ringsaturn/cities-swift.git
Fetching https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/ordo-one/package-benchmark
Fetching https://github.com/swiftlang/swift-syntax.git
[1/261] Fetching swifttimezonelookup
[30/322] Fetching swifttimezonelookup, cities-swift
[80/6216] Fetching swifttimezonelookup, cities-swift, package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.44s)
[1/38462] Fetching swift-protobuf
[2694/108029] Fetching swift-protobuf, swift-syntax
Fetched https://github.com/ringsaturn/cities-swift.git from cache (0.76s)
Fetched https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git from cache (5.70s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.74s)
Fetched https://github.com/apple/swift-protobuf.git from cache (6.18s)
Computing version for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Computed https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git at 1.0.7 (2.22s)
Computing version for https://github.com/ringsaturn/cities-swift.git
Computed https://github.com/ringsaturn/cities-swift.git at 0.1.1 (0.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.57s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.2 (0.70s)
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/ordo-one/package-jemalloc
Fetching https://github.com/ordo-one/TextTable
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/203] Fetching texttable
[204/238] Fetching texttable, package-jemalloc
[239/836] Fetching texttable, package-jemalloc, hdrhistogram-swift
[837/2541] Fetching texttable, package-jemalloc, hdrhistogram-swift, swift-atomics
Fetched https://github.com/ordo-one/TextTable from cache (0.27s)
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.27s)
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (0.27s)
[632/5926] Fetching swift-atomics, swift-system
[5927/20633] Fetching swift-atomics, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-atomics from cache (0.79s)
Fetched https://github.com/apple/swift-system from cache (0.79s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.80s)
Computing version for https://github.com/ordo-one/package-jemalloc
Computed https://github.com/ordo-one/package-jemalloc at 1.0.0 (0.58s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.61s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.3 (0.62s)
Fetching https://github.com/apple/swift-numerics
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0-prerelease-2025-03-18 (0.78s)
Creating working copy for https://github.com/ringsaturn/cities-swift.git
Working copy of https://github.com/ringsaturn/cities-swift.git resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift resolved at 0.1.3
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.2
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at e76a44f (e76a44f)
Creating working copy for https://github.com/ordo-one/package-jemalloc
Working copy of https://github.com/ordo-one/package-jemalloc resolved at 1.0.0
Creating working copy for https://github.com/ordo-one/TextTable
Working copy of https://github.com/ordo-one/TextTable resolved at 0.0.2
Creating working copy for https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git
Working copy of https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git resolved at 1.0.7
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0-prerelease-2025-03-18
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Building for debugging...
[0/12] Write sources
[4/12] Compiling CSystem shims.c
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/42] Emitting module ArgumentParserToolInfo
[8/42] Emitting module SystemPackage
[9/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/46] Compiling SystemPackage Util+StringArray.swift
[12/46] Compiling SystemPackage Util.swift
[13/46] Compiling SystemPackage UtilConsumers.swift
[14/46] Compiling SystemPackage FileOperations.swift
[15/46] Compiling SystemPackage FilePath.swift
[16/46] Compiling SystemPackage FilePathComponentView.swift
[17/46] Compiling SystemPackage FilePathComponents.swift
[17/46] Wrapping AST for ArgumentParserToolInfo for debugging
[19/46] Compiling SystemPackage MachPort.swift
[20/46] Compiling SystemPackage PlatformString.swift
[21/46] Compiling SystemPackage SystemString.swift
[22/46] Compiling SystemPackage FilePathTempPosix.swift
[23/46] Compiling SystemPackage FilePathTempWindows.swift
[24/46] Compiling SystemPackage FilePathWindows.swift
[25/46] Compiling SystemPackage FilePermissions.swift
[26/46] Compiling SystemPackage Errno.swift
[27/46] Compiling SystemPackage ErrnoWindows.swift
[28/46] Compiling SystemPackage FileDescriptor.swift
[29/46] Compiling SystemPackage FileHelpers.swift
[30/84] Compiling ArgumentParser CommandConfiguration.swift
[31/84] Compiling ArgumentParser CommandGroup.swift
[32/84] Compiling ArgumentParser EnumerableFlag.swift
[33/84] Compiling ArgumentParser ExpressibleByArgument.swift
[34/84] Compiling ArgumentParser ParsableArguments.swift
[35/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/84] Compiling ArgumentParser ParsableCommand.swift
[37/84] Compiling ArgumentParser ArgumentDecoder.swift
[38/84] Compiling ArgumentParser ParserError.swift
[39/84] Compiling ArgumentParser SplitArguments.swift
[40/84] Compiling ArgumentParser ArgumentDefinition.swift
[41/84] Compiling ArgumentParser ArgumentSet.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Emitting module ArgumentParser
[45/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/90] Compiling ArgumentParser CompletionsGenerator.swift
[47/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/90] Compiling ArgumentParser Argument.swift
[50/90] Compiling ArgumentParser ArgumentHelp.swift
[51/90] Compiling ArgumentParser OptionGroup.swift
[52/90] Compiling ArgumentParser AsyncParsableCommand.swift
[61/90] Compiling ArgumentParser CollectionExtensions.swift
[62/90] Compiling ArgumentParser Platform.swift
[63/90] Compiling ArgumentParser SequenceExtensions.swift
[64/90] Compiling ArgumentParser StringExtensions.swift
[65/90] Compiling ArgumentParser Tree.swift
[66/90] Compiling ArgumentParser ArgumentVisibility.swift
[67/90] Compiling ArgumentParser CompletionKind.swift
[68/90] Compiling ArgumentParser Errors.swift
[69/90] Compiling ArgumentParser Flag.swift
[70/90] Compiling ArgumentParser NameSpecification.swift
[71/90] Compiling ArgumentParser Option.swift
[72/90] Compiling ArgumentParser Name.swift
[73/90] Compiling ArgumentParser Parsed.swift
[74/90] Compiling ArgumentParser ParsedValues.swift
[79/90] Compiling ArgumentParser CommandParser.swift
[80/90] Compiling ArgumentParser InputKey.swift
[81/90] Compiling ArgumentParser InputOrigin.swift
[82/90] Compiling ArgumentParser DumpHelpGenerator.swift
[83/90] Compiling ArgumentParser HelpCommand.swift
[84/90] Compiling ArgumentParser HelpGenerator.swift
[85/90] Compiling ArgumentParser MessageInfo.swift
[86/90] Compiling ArgumentParser UsageGenerator.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[90/93] Emitting module BenchmarkBoilerplateGenerator
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
Build of product 'BenchmarkBoilerplateGenerator' complete! (20.29s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/geometry/geo.swift
[1/1] Compiling plugin BenchmarkCommandPlugin
[2/2] Compiling plugin BenchmarkPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/53] Compiling _NumericsShims _NumericsShims.c
[5/53] Copying combined-with-oceans.reduce.preindex.bin
[6/53] Compiling _AtomicsShims.c
[6/53] Write sources
[10/53] Generating plugin support files
[11/53] Copying timezone16.bin
[12/53] Write sources
[12/53] Copying README.md
[12/53] Write sources
[12/53] Copying PrivacyInfo.xcprivacy
[12/53] Write sources
[22/53] Copying timezone21.bin
[23/53] Write sources
[28/53] Copying combined-with-oceans.reduce.bin
[29/53] Compiling CSystem shims.c
[30/53] Copying cities.json
[31/53] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[32/53] Compiling zonedetect.c
[33/53] Compiling SwiftRuntimeHooks shims.c
[34/53] Write swift-version-24593BA9C3E375BF.txt
[36/204] Compiling RealModule Real.swift
[37/205] Compiling SwiftProtobuf ExtensibleMessage.swift
[38/205] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[39/207] Emitting module Atomics
[40/207] Emitting module Shared
[41/207] Compiling Shared Command+Helpers.swift
[42/207] Compiling SwiftProtobuf AnyMessageStorage.swift
[43/207] Compiling SwiftProtobuf AnyUnpackError.swift
[44/207] Compiling SwiftProtobuf AsyncMessageSequence.swift
[47/208] Emitting module RealModule
[48/208] Compiling RealModule Float+Real.swift
[49/208] Compiling RealModule Float16+Real.swift
[50/208] Compiling SwiftProtobuf DoubleParser.swift
[51/208] Compiling SwiftProtobuf Enum.swift
[52/208] Compiling SwiftProtobuf BinaryDecodingError.swift
[53/208] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[54/208] Compiling SwiftProtobuf BinaryDelimited.swift
[55/208] Compiling SwiftProtobuf BinaryEncoder.swift
[56/208] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[57/208] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[58/208] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[59/208] Compiling SwiftProtobuf CustomJSONCodable.swift
[60/208] Compiling SwiftProtobuf Decoder.swift
[63/208] Compiling SwiftProtobuf BinaryEncodingError.swift
[64/211] Compiling RealModule RealFunctions.swift
[65/211] Compiling RealModule Float80+Real.swift
[67/211] Compiling SwiftProtobuf BinaryDecoder.swift
[68/211] Compiling RealModule ElementaryFunctions.swift
[70/212] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[71/212] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[72/212] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[73/212] Emitting module SystemPackage
[81/212] Wrapping AST for Shared for debugging
[83/212] Compiling Atomics IntegerOperations.swift
[84/212] Compiling Atomics Unmanaged extensions.swift
[85/220] Wrapping AST for RealModule for debugging
[86/220] Wrapping AST for Atomics for debugging
[88/220] Emitting module ArgumentParserToolInfo
[89/220] Compiling SystemPackage Util+StringArray.swift
[90/220] Compiling SystemPackage Util.swift
[91/220] Compiling SystemPackage UtilConsumers.swift
[104/220] Compiling SwiftProtobuf FieldTag.swift
[105/220] Compiling SwiftProtobuf FieldTypes.swift
[106/220] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[107/220] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[109/221] Compiling ComplexModule Arithmetic.swift
[109/221] Wrapping AST for SystemPackage for debugging
[111/221] Compiling ArgumentParserToolInfo ToolInfo.swift
[112/222] Compiling ComplexModule ElementaryFunctions.swift
[114/222] Emitting module ComplexModule
[114/222] Wrapping AST for ArgumentParserToolInfo for debugging
[116/260] Compiling geometry geo.swift
[117/260] Emitting module geometry
[118/261] Compiling Cities resource_bundle_accessor.swift
[120/261] Compiling SwiftTimeZoneLookup resource_bundle_accessor.swift
[121/261] Compiling Cities Cities.swift
[122/261] Emitting module Cities
[123/261] Compiling Cities City.swift
[124/262] Emitting module SwiftTimeZoneLookup
[125/262] Compiling SwiftTimeZoneLookup SwiftTimeZoneLookup.swift
[126/263] Wrapping AST for geometry for debugging
[128/263] Wrapping AST for Cities for debugging
[130/263] Compiling SwiftProtobuf Message+JSONAdditions.swift
[131/263] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[132/263] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[133/263] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[134/263] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[135/263] Compiling SwiftProtobuf Message.swift
[136/263] Compiling SwiftProtobuf MessageExtension.swift
[137/263] Compiling SwiftProtobuf NameMap.swift
[138/263] Compiling SwiftProtobuf PathDecoder.swift
[139/263] Compiling SwiftProtobuf PathVisitor.swift
[140/263] Compiling SwiftProtobuf ProtoNameProviding.swift
[141/263] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[141/274] Wrapping AST for SwiftTimeZoneLookup for debugging
[143/274] Compiling ArgumentParser CommandParser.swift
[144/274] Compiling ArgumentParser InputKey.swift
[145/274] Compiling ArgumentParser InputOrigin.swift
[146/274] Compiling ArgumentParser Name.swift
[147/274] Compiling ArgumentParser Parsed.swift
[148/274] Compiling ArgumentParser ParsedValues.swift
[149/274] Compiling ArgumentParser ParserError.swift
[150/274] Compiling ArgumentParser SplitArguments.swift
[151/274] Compiling ArgumentParser DumpHelpGenerator.swift
[152/274] Compiling ArgumentParser HelpCommand.swift
[153/274] Compiling ArgumentParser HelpGenerator.swift
[154/274] Compiling ArgumentParser MessageInfo.swift
[155/274] Compiling ArgumentParser UsageGenerator.swift
[156/274] Compiling SwiftProtobuf JSONEncoder.swift
[157/274] Compiling SwiftProtobuf JSONEncodingError.swift
[158/274] Compiling SwiftProtobuf JSONEncodingOptions.swift
[159/274] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[160/274] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[161/274] Compiling SwiftProtobuf JSONScanner.swift
[162/274] Compiling SwiftProtobuf MathUtils.swift
[163/274] Compiling SwiftProtobuf Message+AnyAdditions.swift
[164/274] Compiling SwiftProtobuf Message+BinaryAdditions.swift
[165/274] Compiling SwiftProtobuf Message+BinaryAdditions_Data.swift
[166/274] Compiling SwiftProtobuf Message+FieldMask.swift
[167/274] Compiling ArgumentParser OptionGroup.swift
[168/274] Compiling ArgumentParser AsyncParsableCommand.swift
[169/274] Compiling ArgumentParser CommandConfiguration.swift
[170/274] Compiling ArgumentParser CommandGroup.swift
[171/274] Compiling ArgumentParser EnumerableFlag.swift
[172/274] Compiling ArgumentParser ExpressibleByArgument.swift
[173/274] Compiling ArgumentParser ParsableArguments.swift
[174/274] Compiling ArgumentParser ParsableArgumentsValidation.swift
[175/274] Compiling ArgumentParser ParsableCommand.swift
[176/274] Compiling ArgumentParser ArgumentDecoder.swift
[177/274] Compiling ArgumentParser ArgumentDefinition.swift
[178/274] Compiling ArgumentParser ArgumentSet.swift
[179/274] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[180/274] Compiling SwiftProtobuf TextFormatScanner.swift
[181/274] Compiling SwiftProtobuf TimeUtils.swift
[182/274] Compiling SwiftProtobuf UnknownStorage.swift
[183/274] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[184/274] Compiling SwiftProtobuf Varint.swift
[185/274] Compiling SwiftProtobuf Version.swift
[186/274] Compiling SwiftProtobuf Visitor.swift
[187/274] Compiling SwiftProtobuf WireFormat.swift
[188/274] Compiling SwiftProtobuf ZigZag.swift
[189/274] Compiling SwiftProtobuf any.pb.swift
[190/274] Compiling SwiftProtobuf ProtobufMap.swift
[191/274] Compiling SwiftProtobuf SelectiveVisitor.swift
[192/274] Compiling SwiftProtobuf SimpleExtensionMap.swift
[193/274] Compiling SwiftProtobuf StringUtils.swift
[194/274] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[195/274] Compiling SwiftProtobuf SwiftProtobufError.swift
[196/274] Compiling SwiftProtobuf TextFormatDecoder.swift
[197/274] Compiling SwiftProtobuf TextFormatDecodingError.swift
[198/274] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[199/274] Compiling SwiftProtobuf TextFormatEncoder.swift
[200/274] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[201/274] Compiling ArgumentParser BashCompletionsGenerator.swift
[202/274] Compiling ArgumentParser CompletionsGenerator.swift
[203/274] Compiling ArgumentParser FishCompletionsGenerator.swift
[204/274] Compiling ArgumentParser ZshCompletionsGenerator.swift
[205/274] Compiling ArgumentParser Argument.swift
[206/274] Compiling ArgumentParser ArgumentHelp.swift
[207/274] Compiling ArgumentParser ArgumentVisibility.swift
[208/274] Compiling ArgumentParser CompletionKind.swift
[209/274] Compiling ArgumentParser Errors.swift
[210/274] Compiling ArgumentParser Flag.swift
[211/274] Compiling ArgumentParser NameSpecification.swift
[212/274] Compiling ArgumentParser Option.swift
[213/274] Emitting module SwiftProtobuf
[220/279] Emitting module ArgumentParser
[227/279] Compiling ComplexModule Complex.swift
[228/279] Compiling ComplexModule Differentiable.swift
[239/280] Wrapping AST for ComplexModule for debugging
[251/282] Emitting module Numerics
[252/282] Compiling Numerics Numerics.swift
[253/283] Compiling ArgumentParser CollectionExtensions.swift
[254/283] Compiling ArgumentParser Platform.swift
[255/283] Compiling ArgumentParser SequenceExtensions.swift
[256/283] Compiling ArgumentParser StringExtensions.swift
[257/283] Compiling ArgumentParser Tree.swift
[263/284] Wrapping AST for Numerics for debugging
[265/286] Wrapping AST for ArgumentParser for debugging
[267/286] Emitting module Histogram
[268/286] Compiling Histogram Histogram.swift
[269/287] Wrapping AST for Histogram for debugging
[271/315] Compiling Benchmark NIOLock.swift
[272/315] Compiling Benchmark lock.swift
[273/315] Compiling Benchmark OperatingSystemStats.swift
[274/315] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[275/318] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[276/318] Compiling Benchmark OutputSuppressor.swift
[277/318] Compiling Benchmark Progress.swift
[278/318] Emitting module Benchmark
[279/318] Compiling Benchmark ProgressElements.swift
[280/318] Compiling Benchmark Utilities.swift
[281/318] Compiling Benchmark Statistics.swift
[282/318] Compiling Benchmark ARCStats.swift
[283/318] Compiling Benchmark ARCStatsProducer.swift
[284/318] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[285/318] Compiling Benchmark Benchmark.swift
[286/318] Compiling Benchmark BenchmarkRunner.swift
[287/318] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[288/318] Compiling Benchmark BenchmarkThresholds.swift
[289/318] Compiling Benchmark Blackhole.swift
[290/318] Compiling Benchmark BenchmarkClock.swift
[291/318] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[292/318] Compiling Benchmark BenchmarkExecutor.swift
[293/318] Compiling Benchmark BenchmarkInternals.swift
[294/318] Compiling Benchmark BenchmarkMetric+Defaults.swift
[295/318] Compiling Benchmark BenchmarkMetric.swift
[296/318] Compiling Benchmark BenchmarkResult.swift
[297/318] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[298/318] Compiling Benchmark Int+Extensions.swift
[299/318] Compiling Benchmark MallocStats+jemalloc-support.swift
[300/318] Compiling Benchmark MallocStats.swift
[301/318] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[302/319] Wrapping AST for Benchmark for debugging
[304/319] Compiling SwiftProtobuf api.pb.swift
[305/319] Compiling SwiftProtobuf descriptor.pb.swift
[306/319] Compiling SwiftProtobuf duration.pb.swift
[307/319] Compiling SwiftProtobuf empty.pb.swift
[308/319] Compiling SwiftProtobuf field_mask.pb.swift
[309/319] Compiling SwiftProtobuf source_context.pb.swift
[310/319] Compiling SwiftProtobuf struct.pb.swift
[311/319] Compiling SwiftProtobuf timestamp.pb.swift
[312/319] Compiling SwiftProtobuf type.pb.swift
[313/319] Compiling SwiftProtobuf wrappers.pb.swift
[314/319] Compiling SwiftProtobuf resource_bundle_accessor.swift
[315/320] Wrapping AST for SwiftProtobuf for debugging
[317/324] Compiling tzf resource_bundle_accessor.swift
[318/324] Compiling tzf Finders.swift
[319/324] Emitting module tzf
[320/324] Compiling tzf tzinfo.pb.swift
[321/325] Wrapping AST for tzf for debugging
[323/328] Compiling TimezoneFinderBenchmarks __BenchmarkBoilerplate.swift
[324/328] Compiling TimezoneFinderBenchmarks TimezoneFinderBenchmarks.swift
[325/328] Emitting module TimezoneFinderBenchmarks
[326/329] Wrapping AST for TimezoneFinderBenchmarks for debugging
[327/329] Write Objects.LinkFileList
[328/329] Linking TimezoneFinderBenchmarks
Build complete! (100.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-protobuf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-protobuf.git"
    },
    {
      "identity" : "swift-testing",
      "requirement" : {
        "revision" : [
          "e76a44f"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-testing.git"
    },
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    },
    {
      "identity" : "cities-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ringsaturn/cities-swift.git"
    },
    {
      "identity" : "swifttimezonelookup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.7",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/patrick-zippenfenig/SwiftTimeZoneLookup.git"
    }
  ],
  "manifest_display_name" : "tzf",
  "name" : "tzf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "tzf",
      "targets" : [
        "tzf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TimezoneFinderBenchmarks",
      "targets" : [
        "TimezoneFinderBenchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tzfTests",
      "module_type" : "SwiftTarget",
      "name" : "tzfTests",
      "path" : "Tests/tzfTests",
      "product_dependencies" : [
        "Testing",
        "Cities"
      ],
      "sources" : [
        "FindersTests.swift",
        "tzfTests.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "tzf",
      "module_type" : "SwiftTarget",
      "name" : "tzf",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftProtobuf"
      ],
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.bin",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/Resources/combined-with-oceans.reduce.preindex.bin",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "gen/tzf/v1/tzinfo.pb.swift",
        "tzf/Finders.swift"
      ],
      "target_dependencies" : [
        "geometry"
      ],
      "type" : "library"
    },
    {
      "c99name" : "geometry",
      "module_type" : "SwiftTarget",
      "name" : "geometry",
      "path" : "Sources/geometry",
      "product_memberships" : [
        "tzf",
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "geo.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TimezoneFinderBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "TimezoneFinderBenchmarks",
      "path" : "Benchmarks/TimezoneFinderBenchmarks",
      "product_dependencies" : [
        "Benchmark",
        "Cities",
        "SwiftTimeZoneLookup",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "TimezoneFinderBenchmarks"
      ],
      "sources" : [
        "TimezoneFinderBenchmarks.swift"
      ],
      "target_dependencies" : [
        "tzf"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.