The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftLuau, reference main (ace387), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 11:31:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RadiusDay/SwiftLuau.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RadiusDay/SwiftLuau
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ace387f refactor(example): use require in the example instead of exposing globals
Submodule path 'lib/Luau': checked out 'c836feb2450a074581010f84da2eadeea38a3d55'
Submodule 'lib/Luau' (https://github.com/luau-lang/luau) registered for path 'lib/Luau'
Cloning into '/Users/admin/builder/spi-builder-workspace/lib/Luau'...
Cloned https://github.com/RadiusDay/SwiftLuau.git
Revision (git rev-parse @):
ace387fdbb8ce47a0c3336dd49d7bff0d958389c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SwiftLuau.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RadiusDay/SwiftLuau.git
https://github.com/RadiusDay/SwiftLuau.git
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLuau",
  "name" : "SwiftLuau",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Luau",
      "targets" : [
        "Luau"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Luau",
      "module_type" : "SwiftTarget",
      "name" : "Luau",
      "path" : "Sources/Luau",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "Abstract/LuaDynPushable.swift",
        "Abstract/LuaGetable.swift",
        "Abstract/LuaPushable.swift",
        "Lua.swift",
        "LuaBytecode.swift",
        "LuaRef.swift",
        "LuaState.swift",
        "LuaValue.swift",
        "Types/LuaBoolean.swift",
        "Types/LuaBuffer.swift",
        "Types/LuaFunction.swift",
        "Types/LuaLightUserdata.swift",
        "Types/LuaNil.swift",
        "Types/LuaNumber.swift",
        "Types/LuaString.swift",
        "Types/LuaTable.swift",
        "Types/LuaThread.swift",
        "Types/LuaType.swift",
        "Types/LuaUserdata.swift",
        "Types/LuaVector.swift"
      ],
      "target_dependencies" : [
        "CLua"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Luau"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CLuaVMInternal",
      "module_type" : "ClangTarget",
      "name" : "CLuaVMInternal",
      "path" : "lib/Luau/VM",
      "sources" : [
      ],
      "target_dependencies" : [
        "CLuaCommon",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaVM",
      "module_type" : "ClangTarget",
      "name" : "CLuaVM",
      "path" : "lib/Luau/VM",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/lapi.cpp",
        "src/laux.cpp",
        "src/lbaselib.cpp",
        "src/lbitlib.cpp",
        "src/lbuffer.cpp",
        "src/lbuflib.cpp",
        "src/lbuiltins.cpp",
        "src/lcorolib.cpp",
        "src/ldblib.cpp",
        "src/ldebug.cpp",
        "src/ldo.cpp",
        "src/lfunc.cpp",
        "src/lgc.cpp",
        "src/lgcdebug.cpp",
        "src/linit.cpp",
        "src/lmathlib.cpp",
        "src/lmem.cpp",
        "src/lnumprint.cpp",
        "src/lobject.cpp",
        "src/loslib.cpp",
        "src/lperf.cpp",
        "src/lstate.cpp",
        "src/lstring.cpp",
        "src/lstrlib.cpp",
        "src/ltable.cpp",
        "src/ltablib.cpp",
        "src/ltm.cpp",
        "src/ludata.cpp",
        "src/lutf8lib.cpp",
        "src/lveclib.cpp",
        "src/lvmexecute.cpp",
        "src/lvmload.cpp",
        "src/lvmutils.cpp"
      ],
      "target_dependencies" : [
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaConfig",
      "module_type" : "ClangTarget",
      "name" : "CLuaConfig",
      "path" : "lib/Luau/Config",
      "sources" : [
        "src/Config.cpp",
        "src/LinterConfig.cpp",
        "src/LuauConfig.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCompiler",
      "module_type" : "ClangTarget",
      "name" : "CLuaCompiler",
      "path" : "lib/Luau/Compiler",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/BuiltinFolding.cpp",
        "src/Builtins.cpp",
        "src/BytecodeBuilder.cpp",
        "src/Compiler.cpp",
        "src/ConstantFolding.cpp",
        "src/CostModel.cpp",
        "src/TableShape.cpp",
        "src/Types.cpp",
        "src/ValueTracking.cpp",
        "src/lcode.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCommon",
      "module_type" : "ClangTarget",
      "name" : "CLuaCommon",
      "path" : "lib/Luau/Common",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/StringUtils.cpp",
        "src/TimeTrace.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCodeGen",
      "module_type" : "ClangTarget",
      "name" : "CLuaCodeGen",
      "path" : "lib/Luau/CodeGen",
      "sources" : [
        "src/AssemblyBuilderA64.cpp",
        "src/AssemblyBuilderX64.cpp",
        "src/BytecodeAnalysis.cpp",
        "src/BytecodeSummary.cpp",
        "src/CodeAllocator.cpp",
        "src/CodeBlockUnwind.cpp",
        "src/CodeGen.cpp",
        "src/CodeGenA64.cpp",
        "src/CodeGenAssembly.cpp",
        "src/CodeGenContext.cpp",
        "src/CodeGenUtils.cpp",
        "src/CodeGenX64.cpp",
        "src/EmitBuiltinsX64.cpp",
        "src/EmitCommonX64.cpp",
        "src/EmitInstructionX64.cpp",
        "src/IrAnalysis.cpp",
        "src/IrBuilder.cpp",
        "src/IrCallWrapperX64.cpp",
        "src/IrDump.cpp",
        "src/IrLoweringA64.cpp",
        "src/IrLoweringX64.cpp",
        "src/IrRegAllocA64.cpp",
        "src/IrRegAllocX64.cpp",
        "src/IrTranslateBuiltins.cpp",
        "src/IrTranslation.cpp",
        "src/IrUtils.cpp",
        "src/IrValueLocationTracking.cpp",
        "src/NativeProtoExecData.cpp",
        "src/NativeState.cpp",
        "src/OptimizeConstProp.cpp",
        "src/OptimizeDeadStore.cpp",
        "src/OptimizeFinalX64.cpp",
        "src/SharedCodeAllocator.cpp",
        "src/UnwindBuilderDwarf2.cpp",
        "src/UnwindBuilderWin.cpp",
        "src/lcodegen.cpp"
      ],
      "target_dependencies" : [
        "CLuaVM",
        "CLuaVMInternal",
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaAst",
      "module_type" : "ClangTarget",
      "name" : "CLuaAst",
      "path" : "lib/Luau/Ast",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/Allocator.cpp",
        "src/Ast.cpp",
        "src/Confusables.cpp",
        "src/Cst.cpp",
        "src/Lexer.cpp",
        "src/Location.cpp",
        "src/Parser.cpp",
        "src/PrettyPrinter.cpp"
      ],
      "target_dependencies" : [
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaAnalysis",
      "module_type" : "ClangTarget",
      "name" : "CLuaAnalysis",
      "path" : "lib/Luau/Analysis",
      "sources" : [
        "src/Anyification.cpp",
        "src/ApplyTypeFunction.cpp",
        "src/AstJsonEncoder.cpp",
        "src/AstQuery.cpp",
        "src/AstUtils.cpp",
        "src/Autocomplete.cpp",
        "src/AutocompleteCore.cpp",
        "src/BuiltinDefinitions.cpp",
        "src/BuiltinTypeFunctions.cpp",
        "src/Clone.cpp",
        "src/Constraint.cpp",
        "src/ConstraintGenerator.cpp",
        "src/ConstraintSolver.cpp",
        "src/DataFlowGraph.cpp",
        "src/DcrLogger.cpp",
        "src/Def.cpp",
        "src/EmbeddedBuiltinDefinitions.cpp",
        "src/Error.cpp",
        "src/ExpectedTypeVisitor.cpp",
        "src/FileResolver.cpp",
        "src/FragmentAutocomplete.cpp",
        "src/Frontend.cpp",
        "src/Generalization.cpp",
        "src/GlobalTypes.cpp",
        "src/InferPolarity.cpp",
        "src/Instantiation.cpp",
        "src/Instantiation2.cpp",
        "src/IostreamHelpers.cpp",
        "src/JsonEmitter.cpp",
        "src/LValue.cpp",
        "src/Linter.cpp",
        "src/Module.cpp",
        "src/NativeStackGuard.cpp",
        "src/NonStrictTypeChecker.cpp",
        "src/Normalize.cpp",
        "src/OverloadResolution.cpp",
        "src/Quantify.cpp",
        "src/RecursionCounter.cpp",
        "src/Refinement.cpp",
        "src/RequireTracer.cpp",
        "src/Scope.cpp",
        "src/Simplify.cpp",
        "src/Substitution.cpp",
        "src/Subtyping.cpp",
        "src/Symbol.cpp",
        "src/TableLiteralInference.cpp",
        "src/ToDot.cpp",
        "src/ToString.cpp",
        "src/TopoSortStatements.cpp",
        "src/TxnLog.cpp",
        "src/Type.cpp",
        "src/TypeArena.cpp",
        "src/TypeAttach.cpp",
        "src/TypeChecker2.cpp",
        "src/TypeFunction.cpp",
        "src/TypeFunctionReductionGuesser.cpp",
        "src/TypeFunctionRuntime.cpp",
        "src/TypeFunctionRuntimeBuilder.cpp",
        "src/TypeIds.cpp",
        "src/TypeInfer.cpp",
        "src/TypeOrPack.cpp",
        "src/TypePack.cpp",
        "src/TypePath.cpp",
        "src/TypeUtils.cpp",
        "src/TypedAllocator.cpp",
        "src/Unifiable.cpp",
        "src/Unifier.cpp",
        "src/Unifier2.cpp",
        "src/UserDefinedTypeFunction.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaConfig",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLua",
      "module_type" : "ClangTarget",
      "name" : "CLua",
      "path" : "Sources/CLua",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "lua.c"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/169] Compiling CLua lua.c
[1/169] Write swift-version-2F0A5646E1D333AE.txt
[2/169] Write sources
[4/188] Compiling AstJsonEncoder.cpp
[5/188] Write Example-entitlement.plist
[5/188] Compiling AstUtils.cpp
[7/188] Compiling ApplyTypeFunction.cpp
[8/188] Compiling lvmload.cpp
[9/188] Compiling Anyification.cpp
[10/188] Compiling lutf8lib.cpp
[11/188] Compiling lvmutils.cpp
[12/188] Compiling ludata.cpp
[13/188] Compiling lveclib.cpp
[14/188] Compiling ltm.cpp
[15/188] Compiling lstrlib.cpp
[16/188] Compiling ltablib.cpp
[17/188] Compiling ltable.cpp
[18/188] Compiling Autocomplete.cpp
[19/188] Compiling lstring.cpp
[20/188] Compiling lstate.cpp
[21/188] Compiling loslib.cpp
[22/188] Compiling lmem.cpp
[23/188] Compiling lnumprint.cpp
[24/188] Compiling lobject.cpp
[25/188] Compiling lperf.cpp
[26/188] Compiling linit.cpp
[27/188] Compiling lvmexecute.cpp
[28/188] Compiling lfunc.cpp
[29/188] Compiling lgcdebug.cpp
[29/188] Compiling AstQuery.cpp
[31/188] Compiling lmathlib.cpp
[32/188] Compiling lgc.cpp
[33/188] Compiling lcorolib.cpp
[34/188] Compiling ldblib.cpp
[35/188] Compiling ldebug.cpp
[36/188] Compiling ldo.cpp
[37/188] Compiling lbuflib.cpp
[38/188] Compiling lbuffer.cpp
[39/188] Compiling lbaselib.cpp
[40/188] Compiling lbitlib.cpp
[41/188] Compiling laux.cpp
[42/188] Compiling lbuiltins.cpp
[43/188] Compiling lapi.cpp
[44/188] Compiling LinterConfig.cpp
[45/188] Compiling BuiltinTypeFunctions.cpp
[46/188] Compiling lcode.cpp
[47/188] Compiling ValueTracking.cpp
[48/188] Compiling LuauConfig.cpp
[49/188] Compiling AutocompleteCore.cpp
[50/188] Compiling Config.cpp
[51/188] Compiling Types.cpp
[52/188] Compiling BuiltinDefinitions.cpp
[53/188] Compiling TableShape.cpp
[54/188] Compiling CostModel.cpp
[55/188] Compiling ConstantFolding.cpp
[56/188] Compiling Builtins.cpp
[57/188] Compiling BuiltinFolding.cpp
[58/188] Compiling TimeTrace.cpp
[59/188] Compiling StringUtils.cpp
[60/188] Compiling lcodegen.cpp
[61/188] Compiling UnwindBuilderWin.cpp
[62/188] Compiling BytecodeBuilder.cpp
[63/188] Compiling UnwindBuilderDwarf2.cpp
[64/188] Compiling Compiler.cpp
[65/188] Compiling NativeProtoExecData.cpp
[66/188] Compiling SharedCodeAllocator.cpp
[67/188] Compiling OptimizeFinalX64.cpp
[68/188] Compiling OptimizeDeadStore.cpp
[69/188] Compiling NativeState.cpp
[70/188] Compiling OptimizeConstProp.cpp
[71/188] Compiling IrValueLocationTracking.cpp
[72/188] Compiling IrUtils.cpp
[73/188] Compiling IrTranslateBuiltins.cpp
[74/188] Compiling IrTranslation.cpp
[75/188] Compiling IrRegAllocA64.cpp
[76/188] Compiling IrRegAllocX64.cpp
[77/188] Compiling IrLoweringX64.cpp
[78/188] Compiling IrDump.cpp
[79/188] Compiling IrCallWrapperX64.cpp
[80/188] Compiling IrLoweringA64.cpp
[81/188] Compiling CodeGenUtils.cpp
[82/188] Compiling IrBuilder.cpp
[83/188] Compiling EmitInstructionX64.cpp
[84/188] Compiling EmitBuiltinsX64.cpp
[85/188] Compiling EmitCommonX64.cpp
[86/188] Compiling IrAnalysis.cpp
[88/188] Compiling Luau LuaThread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/188] Compiling Luau LuaType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/190] Compiling Luau LuaFunction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/190] Compiling Luau LuaLightUserdata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/190] Compiling Luau LuaNil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/190] Compiling Luau LuaNumber.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/190] Compiling Luau LuaString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/190] Compiling Luau LuaTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/190] Compiling CodeGenX64.cpp
[96/190] Compiling CodeGenA64.cpp
[98/190] Compiling Luau LuaUserdata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/190] Compiling Luau LuaVector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/190] Compiling CodeBlockUnwind.cpp
[100/190] Compiling CodeAllocator.cpp
[101/190] Compiling CodeGenAssembly.cpp
[102/190] Compiling CodeGen.cpp
[103/190] Compiling Location.cpp
[104/190] Compiling CodeGenContext.cpp
[105/190] Compiling BytecodeSummary.cpp
[106/190] Compiling AssemblyBuilderX64.cpp
[107/190] Compiling AssemblyBuilderA64.cpp
[108/190] Compiling BytecodeAnalysis.cpp
[109/190] Compiling Confusables.cpp
[110/190] Compiling PrettyPrinter.cpp
[111/190] Compiling Cst.cpp
[112/190] Compiling Lexer.cpp
[114/190] Emitting module Luau
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/190] Compiling Luau LuaPushable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/190] Compiling Luau Lua.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/190] Compiling Luau LuaState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/190] Compiling Luau LuaValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/190] Compiling Luau LuaBytecode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/190] Compiling Luau LuaRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/190] Compiling Luau LuaDynPushable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/190] Compiling Luau LuaGetable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/190] Compiling Luau LuaBoolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/190] Compiling Luau LuaBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/190] Compiling Allocator.cpp
[125/190] Compiling Ast.cpp
[126/192] Compiling TypedAllocator.cpp
[127/192] Compiling Unifiable.cpp
[129/192] Compiling Example main.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/192] Emitting module Example
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/192] Compiling Unifier2.cpp
[131/192] Compiling Parser.cpp
[132/192] Compiling TypePack.cpp
[133/192] Write Objects.LinkFileList
[134/192] Compiling TypeOrPack.cpp
[135/192] Compiling UserDefinedTypeFunction.cpp
[136/192] Compiling TypeIds.cpp
[136/192] Compiling TypePath.cpp
[138/192] Compiling Unifier.cpp
[139/192] Compiling TypeUtils.cpp
[140/192] Linking Example
[141/192] Compiling TypeFunctionReductionGuesser.cpp
[142/192] Compiling TypeArena.cpp
[143/192] Applying Example
[144/192] Compiling TypeFunctionRuntime.cpp
[145/192] Compiling TypeAttach.cpp
[146/192] Compiling TypeFunctionRuntimeBuilder.cpp
[147/192] Compiling TxnLog.cpp
[148/192] Compiling TypeFunction.cpp
[149/192] Compiling Symbol.cpp
[150/192] Compiling TopoSortStatements.cpp
[151/192] Compiling Type.cpp
[152/192] Compiling TypeChecker2.cpp
[153/192] Compiling ToDot.cpp
[154/192] Compiling TypeInfer.cpp
[155/192] Compiling Substitution.cpp
[156/192] Compiling TableLiteralInference.cpp
[157/192] Compiling Refinement.cpp
[158/192] Compiling ToString.cpp
[159/192] Compiling RequireTracer.cpp
[160/192] Compiling Scope.cpp
[161/192] Compiling RecursionCounter.cpp
[162/192] Compiling Simplify.cpp
[163/192] Compiling NativeStackGuard.cpp
[164/192] Compiling Subtyping.cpp
[165/192] Compiling JsonEmitter.cpp
[166/192] Compiling Quantify.cpp
[167/192] Compiling LValue.cpp
[168/192] Compiling IostreamHelpers.cpp
[169/192] Compiling Module.cpp
[170/192] Compiling OverloadResolution.cpp
[171/192] Compiling Linter.cpp
[172/192] Compiling NonStrictTypeChecker.cpp
[173/192] Compiling InferPolarity.cpp
[174/192] Compiling Instantiation2.cpp
[175/192] Compiling Normalize.cpp
[176/192] Compiling GlobalTypes.cpp
[177/192] Compiling Instantiation.cpp
[178/192] Compiling Def.cpp
[179/192] Compiling FileResolver.cpp
[180/192] Compiling EmbeddedBuiltinDefinitions.cpp
[181/192] Compiling ExpectedTypeVisitor.cpp
[182/192] Compiling Generalization.cpp
[183/192] Compiling DataFlowGraph.cpp
[184/192] Compiling DcrLogger.cpp
[185/192] Compiling Constraint.cpp
[186/192] Compiling Error.cpp
[187/192] Compiling Clone.cpp
[188/192] Compiling FragmentAutocomplete.cpp
[189/192] Compiling ConstraintSolver.cpp
[190/192] Compiling Frontend.cpp
[191/192] Compiling ConstraintGenerator.cpp
Build complete! (17.73s)
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftLuau",
  "name" : "SwiftLuau",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Luau",
      "targets" : [
        "Luau"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Luau",
      "module_type" : "SwiftTarget",
      "name" : "Luau",
      "path" : "Sources/Luau",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "Abstract/LuaDynPushable.swift",
        "Abstract/LuaGetable.swift",
        "Abstract/LuaPushable.swift",
        "Lua.swift",
        "LuaBytecode.swift",
        "LuaRef.swift",
        "LuaState.swift",
        "LuaValue.swift",
        "Types/LuaBoolean.swift",
        "Types/LuaBuffer.swift",
        "Types/LuaFunction.swift",
        "Types/LuaLightUserdata.swift",
        "Types/LuaNil.swift",
        "Types/LuaNumber.swift",
        "Types/LuaString.swift",
        "Types/LuaTable.swift",
        "Types/LuaThread.swift",
        "Types/LuaType.swift",
        "Types/LuaUserdata.swift",
        "Types/LuaVector.swift"
      ],
      "target_dependencies" : [
        "CLua"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Luau"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CLuaVMInternal",
      "module_type" : "ClangTarget",
      "name" : "CLuaVMInternal",
      "path" : "lib/Luau/VM",
      "sources" : [
      ],
      "target_dependencies" : [
        "CLuaCommon",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaVM",
      "module_type" : "ClangTarget",
      "name" : "CLuaVM",
      "path" : "lib/Luau/VM",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/lapi.cpp",
        "src/laux.cpp",
        "src/lbaselib.cpp",
        "src/lbitlib.cpp",
        "src/lbuffer.cpp",
        "src/lbuflib.cpp",
        "src/lbuiltins.cpp",
        "src/lcorolib.cpp",
        "src/ldblib.cpp",
        "src/ldebug.cpp",
        "src/ldo.cpp",
        "src/lfunc.cpp",
        "src/lgc.cpp",
        "src/lgcdebug.cpp",
        "src/linit.cpp",
        "src/lmathlib.cpp",
        "src/lmem.cpp",
        "src/lnumprint.cpp",
        "src/lobject.cpp",
        "src/loslib.cpp",
        "src/lperf.cpp",
        "src/lstate.cpp",
        "src/lstring.cpp",
        "src/lstrlib.cpp",
        "src/ltable.cpp",
        "src/ltablib.cpp",
        "src/ltm.cpp",
        "src/ludata.cpp",
        "src/lutf8lib.cpp",
        "src/lveclib.cpp",
        "src/lvmexecute.cpp",
        "src/lvmload.cpp",
        "src/lvmutils.cpp"
      ],
      "target_dependencies" : [
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaConfig",
      "module_type" : "ClangTarget",
      "name" : "CLuaConfig",
      "path" : "lib/Luau/Config",
      "sources" : [
        "src/Config.cpp",
        "src/LinterConfig.cpp",
        "src/LuauConfig.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCompiler",
      "module_type" : "ClangTarget",
      "name" : "CLuaCompiler",
      "path" : "lib/Luau/Compiler",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/BuiltinFolding.cpp",
        "src/Builtins.cpp",
        "src/BytecodeBuilder.cpp",
        "src/Compiler.cpp",
        "src/ConstantFolding.cpp",
        "src/CostModel.cpp",
        "src/TableShape.cpp",
        "src/Types.cpp",
        "src/ValueTracking.cpp",
        "src/lcode.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCommon",
      "module_type" : "ClangTarget",
      "name" : "CLuaCommon",
      "path" : "lib/Luau/Common",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/StringUtils.cpp",
        "src/TimeTrace.cpp"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaCodeGen",
      "module_type" : "ClangTarget",
      "name" : "CLuaCodeGen",
      "path" : "lib/Luau/CodeGen",
      "sources" : [
        "src/AssemblyBuilderA64.cpp",
        "src/AssemblyBuilderX64.cpp",
        "src/BytecodeAnalysis.cpp",
        "src/BytecodeSummary.cpp",
        "src/CodeAllocator.cpp",
        "src/CodeBlockUnwind.cpp",
        "src/CodeGen.cpp",
        "src/CodeGenA64.cpp",
        "src/CodeGenAssembly.cpp",
        "src/CodeGenContext.cpp",
        "src/CodeGenUtils.cpp",
        "src/CodeGenX64.cpp",
        "src/EmitBuiltinsX64.cpp",
        "src/EmitCommonX64.cpp",
        "src/EmitInstructionX64.cpp",
        "src/IrAnalysis.cpp",
        "src/IrBuilder.cpp",
        "src/IrCallWrapperX64.cpp",
        "src/IrDump.cpp",
        "src/IrLoweringA64.cpp",
        "src/IrLoweringX64.cpp",
        "src/IrRegAllocA64.cpp",
        "src/IrRegAllocX64.cpp",
        "src/IrTranslateBuiltins.cpp",
        "src/IrTranslation.cpp",
        "src/IrUtils.cpp",
        "src/IrValueLocationTracking.cpp",
        "src/NativeProtoExecData.cpp",
        "src/NativeState.cpp",
        "src/OptimizeConstProp.cpp",
        "src/OptimizeDeadStore.cpp",
        "src/OptimizeFinalX64.cpp",
        "src/SharedCodeAllocator.cpp",
        "src/UnwindBuilderDwarf2.cpp",
        "src/UnwindBuilderWin.cpp",
        "src/lcodegen.cpp"
      ],
      "target_dependencies" : [
        "CLuaVM",
        "CLuaVMInternal",
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaAst",
      "module_type" : "ClangTarget",
      "name" : "CLuaAst",
      "path" : "lib/Luau/Ast",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "src/Allocator.cpp",
        "src/Ast.cpp",
        "src/Confusables.cpp",
        "src/Cst.cpp",
        "src/Lexer.cpp",
        "src/Location.cpp",
        "src/Parser.cpp",
        "src/PrettyPrinter.cpp"
      ],
      "target_dependencies" : [
        "CLuaCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLuaAnalysis",
      "module_type" : "ClangTarget",
      "name" : "CLuaAnalysis",
      "path" : "lib/Luau/Analysis",
      "sources" : [
        "src/Anyification.cpp",
        "src/ApplyTypeFunction.cpp",
        "src/AstJsonEncoder.cpp",
        "src/AstQuery.cpp",
        "src/AstUtils.cpp",
        "src/Autocomplete.cpp",
        "src/AutocompleteCore.cpp",
        "src/BuiltinDefinitions.cpp",
        "src/BuiltinTypeFunctions.cpp",
        "src/Clone.cpp",
        "src/Constraint.cpp",
        "src/ConstraintGenerator.cpp",
        "src/ConstraintSolver.cpp",
        "src/DataFlowGraph.cpp",
        "src/DcrLogger.cpp",
        "src/Def.cpp",
        "src/EmbeddedBuiltinDefinitions.cpp",
        "src/Error.cpp",
        "src/ExpectedTypeVisitor.cpp",
        "src/FileResolver.cpp",
        "src/FragmentAutocomplete.cpp",
        "src/Frontend.cpp",
        "src/Generalization.cpp",
        "src/GlobalTypes.cpp",
        "src/InferPolarity.cpp",
        "src/Instantiation.cpp",
        "src/Instantiation2.cpp",
        "src/IostreamHelpers.cpp",
        "src/JsonEmitter.cpp",
        "src/LValue.cpp",
        "src/Linter.cpp",
        "src/Module.cpp",
        "src/NativeStackGuard.cpp",
        "src/NonStrictTypeChecker.cpp",
        "src/Normalize.cpp",
        "src/OverloadResolution.cpp",
        "src/Quantify.cpp",
        "src/RecursionCounter.cpp",
        "src/Refinement.cpp",
        "src/RequireTracer.cpp",
        "src/Scope.cpp",
        "src/Simplify.cpp",
        "src/Substitution.cpp",
        "src/Subtyping.cpp",
        "src/Symbol.cpp",
        "src/TableLiteralInference.cpp",
        "src/ToDot.cpp",
        "src/ToString.cpp",
        "src/TopoSortStatements.cpp",
        "src/TxnLog.cpp",
        "src/Type.cpp",
        "src/TypeArena.cpp",
        "src/TypeAttach.cpp",
        "src/TypeChecker2.cpp",
        "src/TypeFunction.cpp",
        "src/TypeFunctionReductionGuesser.cpp",
        "src/TypeFunctionRuntime.cpp",
        "src/TypeFunctionRuntimeBuilder.cpp",
        "src/TypeIds.cpp",
        "src/TypeInfer.cpp",
        "src/TypeOrPack.cpp",
        "src/TypePack.cpp",
        "src/TypePath.cpp",
        "src/TypeUtils.cpp",
        "src/TypedAllocator.cpp",
        "src/Unifiable.cpp",
        "src/Unifier.cpp",
        "src/Unifier2.cpp",
        "src/UserDefinedTypeFunction.cpp"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaConfig",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLua",
      "module_type" : "ClangTarget",
      "name" : "CLua",
      "path" : "Sources/CLua",
      "product_memberships" : [
        "Luau",
        "Example"
      ],
      "sources" : [
        "lua.c"
      ],
      "target_dependencies" : [
        "CLuaAst",
        "CLuaCompiler",
        "CLuaVM"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.